forked from dajobe/redland-bindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.10
104 lines (66 loc) · 3.34 KB
/
ChangeLog.10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
2009-12-19 Dave Beckett <[email protected]>
* python/Makefile.am: reordering link flags so PYTHON_LDFLAGS is
first and after object, to try to help with -Wl,--as-needed
2009-12-16 Dave Beckett <[email protected]>
* Snapshotted redland-bindings_1_0_10_1 for 1.0.10.1 release (SVN 15922)
2009-12-16 Dave Beckett <[email protected]>
* php/redland-post.i: (librdf_php_check_exception): Use TSRMLS_CC
2009-12-15 Dave Beckett <[email protected]>
* ChangeLog, ChangeLog.8, ChangeLog.9, Makefile.am: Add Changelogs
for 2007 2008
* NEWS.html, RELEASE.html, configure.ac: Bump version to 1.0.10.1
- note 1.0.9.1 was never released. oops
* ruby/lib/rdf/redland/resource.rb: (resource.type?): Use return
value of model.find - a sequence and count it's size rather than
just compare value to nil. Addresses
Issue#000292 http://bugs.librdf.org/mantis/view.php?id=292
but may not fix it.
* configure.ac: Added PYTHON_LDFLAGS, PYTHON_LIBEXT,
PYTHON_INCLUDES and PYTHON_LIB envariables to override/set the
python build parameters. Thanks to 'normang' for inspring this
change from the patch in the issue.
Fixes Issue#0000257 http://bugs.librdf.org/mantis/view.php?id=257
2009-11-29 Lauri Aalto <[email protected]>
* autogen.sh: Reduce autogen noise on systems where uname is not
in /usr/bin
2009-09-29 Dave Beckett <[email protected]>
* python/redland-post.i: (librdf_python_unicode_to_bytes):
Allocate enough bytes for storing an UTF-8 encoded version of a
python UCS-2 encoded Unicode string - up to 3 bytes per codepoint.
Fixes Issue#000313 http://bugs.librdf.org/mantis/view.php?id=313
2009-09-17 Dave Beckett <[email protected]>
* INSTALL.html: Add note about using older bindings with newer redland
2009-08-31 Dave Beckett <[email protected]>
* ruby/Makefile.am: Alter linking to put LDFLAGS at end of line so
that they can be overridden by user/distro. Patch from Aria
Stewart. Thanks
* ruby/lib/rdf/redland/model.rb: (Model.delete): Allow wildcards
in s,p,o to delete a set of statements from a Model.find
call. Patch from Aria Stewart. Thanks
* ruby/lib/rdf/redland/parser.rb: (Parser.parse_into_model,
Parser.parse_string_into_model): Add warning about different
argument order to rdoc documentation
2009-08-25 Dave Beckett <[email protected]>
* autogen.sh: 2 lines shorter
* autogen.sh: Use FOO_args for default args for feature FOO
Add --enable-gkt-doc only if it is a needed feature
Automatically look for glibtoolize on Darwin/OSX
* configure.ac: AC_SUBST(ECHO) so messages print ok
* php/Makefile.am: Put PHP linking args at end
* autogen.sh: Add autogen.sh from raptor with optional shave
* php/Makefile.am: Restore AM_LDFLAGS using LIBRDF_LDFLAGS to make
php bindings link again.
* ruby/lib/rdf/redland/model.rb: Added Model.load
2009-07-17 Dave Beckett <[email protected]>
* COPYING: Update GPL2 to latest version (white space changes)
used by rasqal, raptor, redland
2009-07-04 Dave Beckett <[email protected]>
* python/test/test.py: Call parser.namespaces_seen()
* python/RDF.py: Added Parser.namespaces_seen
2009-04-12 Dave Beckett <[email protected]>
* autogen.sh: copy in from ../librdf/autogen.sh
* configure.ac: 1.0.9.1
2009-04-07 Dave Beckett <[email protected]>
* python/Makefile.am: Set PYTHON_INCLUDES as a make var so it can
be overridden, such as in debian packaging where multiple python
version bindings are built at one time.