forked from dajobe/redland-bindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.12
225 lines (154 loc) · 6.83 KB
/
ChangeLog.12
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
2011-11-13 Dave Beckett <[email protected]>
* NEWS.html, RELEASE.html, configure.ac:
Bumped version to 1.0.14.2
* ChangeLog:
Snapshotted redland-bindings_1_0_14_1 for 1.0.14.1
release (GIT 58ec9f8828575ec0344d4f1d69b7e13f2e81040c)
* RELEASE.html:
SWIG 2
* configure.ac:
SWIG_RECOMMENDED_VERSION 2.0.0 just a warning
* perl/lib/RDF/Redland.pm.in: Hack to prevent a false Perl runtime
warning
2011-11-12 Dave Beckett <[email protected]>
* python/RDF.py: Change all 'type(arg) is T' to 'isinstance(arg,
T)'
Fixes Issue #00000473
http://bugs.librdf.org/mantis/view.php?id=473
2011-11-03 Joe Presbrey <[email protected]>
* php/redland-decl.i, php/redland-post.i: add
librdf_php_free_last_log
2011-11-02 Dave Beckett <[email protected]>
* Merge pull request #3 from presbrey/master PHP logging (error
handling) enhancements
2011-07-23 Dave Beckett <[email protected]>
* configure.ac, python/Makefile.am: Link python bindings with
rasqal and raptor
* NEWS.html, RELEASE.html, configure.ac: Bumped version to
1.0.14.1
2011-07-15 Dave Beckett <[email protected]>
* Merge pull request #2 from slok/master
(Serializer.serialize_stream_to_string): Added to serialize stream
to string
2011-04-29 Dave Beckett <[email protected]>
* Merged pull request #1 from kasei/master.
Properly set utf8 flag on perl scalars for URI and Node object
values. Perl 5.7.3 or newer is required now.
2011-04-28 Gregory Todd Williams <[email protected]>
* perl/lib/RDF/Redland/Node.pm, perl/lib/RDF/Redland/URI.pm: Set
utf8 flag on scalars in Node->literal_value and URI->as_string.
2011-02-08 Dave Beckett <[email protected]>
* Snapshotted redland-bindings_1_0_13_1 for 1.0.13.1 release (GIT
c7c4c93e5d00987a41e65196e728ed44e5fe644b)
* redland-bindings.spec.in: Use PERL_MAKEMAKER_ARGS instead of
MAKE_PL_OPTS - untested!
* bindings.rdf.in: #ws and github
* ChangeLog, INSTALL.html, README.html, RELEASE.html, TODO.html:
2011 and 1.0.13.1
2011-02-06 Dave Beckett <[email protected]>
* INSTALL.html:
--with-redland has gone
* INSTALL.html, configure.ac, ruby/Makefile.am: Allow
configuration of Ruby arch/arch-independent install dirs
Add --with-ruby-arch-install-dir and
--with-ruby-arch-install-dir-variable. Use
--with-ruby-install-dir just for arch independent files. Adjust
installation to install shared object into arch dir, .rb files
into the arch independent dir.
Updates Fixes Issue#0000412
http://bugs.librdf.org/mantis/view.php?id=412
* LICENSE.html: Add BSD license for python/RDF.py here. Make GPL
V2 or newer explicit.
* INSTALL.html, configure.ac, ruby/Makefile.am,
ruby/lib/rdf/Makefile.am, ruby/lib/rdf/redland/Makefile.am,
ruby/lib/rdf/redland/schemas/Makefile.am: Enable ruby installation
to be configured
Add --with-ruby-install-dir and --with-ruby-install-dir-variable
to configure.
The former allows any installation path to be used, the
latter sets the configuration variable to use, defaulting to
'archdir' (the current config).
Replaced rubyarch_dir with rubyinstall_dir in Makefile.am for ruby
bindings since it may or may not be the Ruby 'archdir'.
Added documentation for the new options
Fixes Issue#0000412
http://bugs.librdf.org/mantis/view.php?id=412
* INSTALL.html, configure.ac, perl/Makefile.am: Added
--with-perl-makemaker-args to configure perl installation
Allows builder/packager to configure the perl build/installation
using standard ExtUtils::MakeMaker options.
Fixes Issue#0000411
http://bugs.librdf.org/mantis/view.php?id=411
2011-02-05 Dave Beckett <[email protected]>
* INSTALL.html: Added --with-python-get-python-lib-args
* configure.ac: Added --with-python-get-python-lib-args for
setting python install dir
Fixes Issue#0000398
http://bugs.librdf.org/mantis/view.php?id=398
* ruby/lib/rdf/redland/model.rb:
(triples_with_context): Return statement and context properly
Fixes Issue#0000390
http://bugs.librdf.org/mantis/view.php?id=390
2011-02-03 Dave Beckett <[email protected]>
* lua/Makefile.am, lua/test.lua, perl/Makefile.PL,
perl/Makefile.am, perl/example.pl, perl/lib/RDF/Redland.pm.in,
perl/lib/RDF/Redland/BlankNode.pm,
perl/lib/RDF/Redland/Iterator.pm,
perl/lib/RDF/Redland/LiteralNode.pm,
perl/lib/RDF/Redland/Model.pm, perl/lib/RDF/Redland/Node.pm,
perl/lib/RDF/Redland/Parser.pm, perl/lib/RDF/Redland/Query.pm,
perl/lib/RDF/Redland/QueryResults.pm, perl/lib/RDF/Redland/RSS.pm,
perl/lib/RDF/Redland/Serializer.pm,
perl/lib/RDF/Redland/Statement.pm,
perl/lib/RDF/Redland/Storage.pm, perl/lib/RDF/Redland/Stream.pm,
perl/lib/RDF/Redland/URI.pm, perl/lib/RDF/Redland/URINode.pm,
perl/lib/RDF/Redland/XMLLiteralNode.pm, perl/redland-post.i,
perl/rss-dump.pl, perl/serialize.pl, perl/t/test1.t,
perl/t/test2.t, perl/t/test3.t, php/Makefile.am, php/test.php,
python/Makefile.am, python/RDF.py, python/example.py,
python/redland-post.i, python/test/test.py, ruby/Makefile.am,
ruby/example.rb, ruby/lib/Makefile.am, ruby/lib/rdf/Makefile.am,
ruby/lib/rdf/redland/Makefile.am,
ruby/lib/rdf/redland/schemas/Makefile.am, ruby/test.rb,
ruby/test/Makefile.am: Clarify license text in files to match
LICENSE.html text
All files are now recorded that they are available under the three
license alternatives (or any newer version) using the current text
from LICENSE.html at the root of this package.
In addition python/RDF.py is also available under the BSD License
without advertising (aka MIT license), the license text is
included in the file.
Fixes Issue#0000413
http://bugs.librdf.org/mantis/view.php?id=413
2011-02-01 Dave Beckett <[email protected]>
* configure.ac, perl/Makefile.PL:
Remove redland-config support
configure changed to
- Use pkg-config redland only
- Remove support for compiling against a non-installed redland
- Add pkg-config rasqal output to compile/link flags.
2011-01-31 Dave Beckett <[email protected]>
* configure.ac: Get PYTHON_LIB from distutils
Use distutils.sysconfig function get_python_lib() to get the
library binary directory. distutils is a standard package so this
should be portable. (Although it does not seem to be in
distutils2 whenever that gets standard may be some time)
Fixes Issue#0000398
http://bugs.librdf.org/mantis/view.php?id=398
2011-01-31 Dave Beckett <[email protected]>
* NEWS.html, RELEASE.html: 1.0.13.1
2011-01-24 Dave Beckett <[email protected]>
* python/redlandtest.py:
(RasqalQueryTestCase): Count without using len()
* python/RDF.py: Throw an exception when trying to take len() of
iterable query results
(QueryResults.__len__): Return a ValueError
Fixes Issue#0000401
http://bugs.librdf.org/mantis/view.php?id=401
2011-01-23 Dave Beckett <[email protected]>
* python/redland-post.i: remove raptor V1 support
* python/redland-post.i: Remove static prototypes for consts no
longer needed for SWIG
* python/redlandtest.py: Remove tests for query language triples,
now removed.
* configure.ac: 1.0.13.1