~ubuntu-branches/debian/sid/redland-bindings/sid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Dave Beckett
  • Date: 2013-01-22 16:03:44 UTC
  • mfrom: (0.1.10)
  • Revision ID: package-import@ubuntu.com-20130122160344-vxrnfl0xynfzbze7
Tags: 1.0.16.1-1
* New upstream release
* Add dpkg-buildflags to configure for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2013-01-13  Dave Beckett <dave@dajobe.org>
 
2
 
 
3
        * ChangeLog, ChangeLog.10, ChangeLog.11, Makefile.am: Add
 
4
        ChangeLog.10 ChangeLog.11 for 2009 and 2010
 
5
 
 
6
        * .gitignore: do not ignore ChangeLog
 
7
 
 
8
        * INSTALL.html, LICENSE.html, NEWS.html, README.html,
 
9
        RELEASE.html, TODO.html: 2013 1.0.16.1
 
10
 
 
11
2012-10-23  Dave Beckett <dave@dajobe.org>
 
12
 
 
13
        * configure.ac: Allow Redland 1.0.15+ or newer.  Warn SWIG 2 is
 
14
        going to be required.
 
15
 
 
16
2012-08-31  Dave Beckett <dave@dajobe.org>
 
17
 
 
18
        * configure.ac:
 
19
        Warn when swig is OLDER than recommended
 
20
 
 
21
2012-08-31  Dave Beckett <dave@dajobe.org>
 
22
 
 
23
        * autogen.sh, configure.ac: Update autogen.sh and configure.ac via
 
24
        autoupdate
 
25
 
 
26
        * autogen.sh: autogen.sh: Added -Wall to aclocal and autoconf
 
27
        invocations
 
28
 
 
29
2012-07-07  Dave Beckett <dave@dajobe.org>
 
30
 
 
31
        * docs/Makefile.am:
 
32
        Update rdoc files for ruby 1.9 rdoc output
 
33
 
 
34
        * docs/Makefile.am, docs/fix-rdoc-xhtml, ruby/Makefile.am: Update
 
35
        ruby rdoc building
 
36
 
 
37
        * ruby/lib/rdf/redland/model.rb, ruby/lib/rdf/redland/parser.rb,
 
38
        ruby/lib/rdf/redland/query.rb, ruby/lib/rdf/redland/serializer.rb,
 
39
        ruby/lib/rdf/redland/store.rb, ruby/lib/rdf/redland/stream.rb,
 
40
        ruby/lib/rdf/redland/uri.rb: Fix ruby -w warnings - commenting out
 
41
        literals
 
42
 
 
43
        Fixes Issue #0000243
 
44
        http://bugs.librdf.org/mantis/view.php?id=243
 
45
 
 
46
        * ruby/test/test_model.rb: Remove duplicate test test_delete
 
47
 
 
48
        * ruby/lib/rdf/redland/schemas/foaf.rb: Remove duplicate method
 
49
        foaf_name
 
50
 
 
51
        * ruby/lib/rdf/redland/queryresults.rb: Remove duplicate method
 
52
        binding_name
 
53
 
 
54
        * configure.ac: Add --with-ruby-install-dir-variable to set
 
55
        non-arch ruby install var
 
56
 
 
57
        Fixes Issue #0000480
 
58
        http://bugs.librdf.org/mantis/view.php?id=480
 
59
 
 
60
        * ruby/.gitignore, ruby/test/.gitignore: ignore more
 
61
 
 
62
        * ruby/test/test_model.rb, ruby/test/test_parser.rb: Test fixes
 
63
        for ruby 1.9
 
64
 
 
65
        * php/Makefile.am:
 
66
        Tidy php makefile
 
67
 
 
68
        * configure.ac, ruby/.gitignore, ruby/Makefile.am,
 
69
        ruby/test/Makefile.am:
 
70
 
 
71
        Update ruby build approach after PHP
 
72
 
 
73
        Set the ruby build suffix at configure time and add an option to
 
74
        make it configurable with --with-ruby-linking taking values so,
 
75
        dylib, bundle
 
76
 
 
77
        Cleans up ruby Makefiles to remove conditionals
 
78
 
 
79
        Intended to fix Issue #0000444
 
80
        http://bugs.librdf.org/mantis/view.php?id=444
 
81
 
 
82
2012-07-07  Dave Beckett <dave@dajobe.org>
 
83
 
 
84
        * ruby/redland-pre.i: Add STR2CSTR macro for ruby 1.9
 
85
 
 
86
        * configure.ac: Add ruby arch include dir if it exists.  Removed
 
87
        configure --with-ruby-header-dir-variable
 
88
 
 
89
        * ruby/Makefile.am: -UHAVE_CONFIG_H for compiling while including
 
90
        ruby.h
 
91
 
 
92
        * configure.ac:
 
93
        Default to ruby 'rubyhdrdir' for ruby headers
 
94
 
 
95
        * configure.ac: Update ruby configuration for newer 1.9 config
 
96
        variables
 
97
 
 
98
        Add --with-ruby-header-dir-variable to set the variable to use for
 
99
        the headers, defaults to sitehdrdir
 
100
 
 
101
        Check for ruby headers in the dir from the above and default to
 
102
        the old away in the RUBY_ARCHDIR.  Report the result in the
 
103
        configure output and where the header came from.
 
104
 
 
105
        * configure.ac:
 
106
        Use ruby RbConfig:: instead of deprecated Config::
 
107
 
 
108
        * ChangeLog, NEWS.html, RELEASE.html: 1.0.16.1
 
109
 
 
110
        * NEWS.html, RELEASE.html, configure.ac:
 
111
        Bumped version to 1.0.16.1
 
112
 
 
113
2012-06-26  Dave Beckett <dave@dajobe.org>
 
114
 
 
115
        * Makefile.am: EXTRA_DIST: Remove ChangeLog NEWS since they are in
 
116
        dist by default
 
117
 
 
118
        * autogen.sh: autogen.sh updates
 
119
        - Abort run if a configuring program fails.
 
120
        - Generate NEWS with old timestamp if missing so automake can run
 
121
        - small doc and message updates
 
122
 
 
123
2012-06-21  Dave Beckett <dave@dajobe.org>
 
124
 
 
125
        * python/RDF.py: fix """
 
126
 
 
127
        * autogen.sh: Support NOCONFIGURE variable, like Lib{XML2,XSLT}
 
128
 
 
129
2012-05-20  Dave Beckett <dave@dajobe.org>
 
130
 
 
131
        * ruby/lib/rdf/redland/parser.rb:
 
132
        (Parser.parse_string_into_model): Call parse_string_as_stream
 
133
        properly
 
134
 
 
135
        * ruby/test/test_query.rb: Convert all old rdql queries to sparql
 
136
 
 
137
        * python/RDF.py: Query language defaults to sparql
 
138
 
 
139
        * python/redlandtest.py: Remove RDQL tests
 
140
 
1
141
2011-11-13  Dave Beckett <dave@dajobe.org>
2
142
 
3
 
        * Snapshotted redland-bindings_1_0_14_1 for 1.0.14.1 release
4
 
        (GIT 58ec9f8828575ec0344d4f1d69b7e13f2e81040c)
 
143
        * NEWS.html, RELEASE.html, configure.ac:
 
144
        Bumped version to 1.0.14.2
 
145
 
 
146
        * ChangeLog:
 
147
        Snapshotted redland-bindings_1_0_14_1 for 1.0.14.1
 
148
        release (GIT 58ec9f8828575ec0344d4f1d69b7e13f2e81040c)
 
149
 
 
150
        * RELEASE.html:
 
151
        SWIG 2
 
152
 
 
153
        * configure.ac:
 
154
        SWIG_RECOMMENDED_VERSION 2.0.0 just a warning
5
155
 
6
156
        * perl/lib/RDF/Redland.pm.in: Hack to prevent a false Perl runtime
7
157
        warning
213
363
        now removed.
214
364
 
215
365
        * configure.ac: 1.0.13.1
216
 
 
217
 
2010-12-02  Dave Beckett <dave@dajobe.org>
218
 
 
219
 
        * python/RDF.py: Allow querystring parameter to Query objects to
220
 
        be unicode
221
 
 
222
 
        (Query.__init__): Check querystring is not None and convert
223
 
        unicode to string (UTF-8 bytes)
224
 
 
225
 
        Fixes Issue #0000403
226
 
        http://bugs.librdf.org/mantis/view.php?id=403
227
 
 
228
 
2010-12-01  Dave Beckett <dave@dajobe.org>
229
 
 
230
 
        * python/RDF.py: In constructors, set all attributes to None
231
 
        before any exceptions can be thrown
232
 
 
233
 
        * python/RDF.py: Protect World and Iterator destructors from use
234
 
        of maybe undefined attribute.
235
 
 
236
 
        * python/RDF.py: typo
237
 
 
238
 
        * python/RDF.py: Node class __str__ and __unicode__ methods return
239
 
        simple results
240
 
 
241
 
        (Node.__str__): Just calls __unicode__ and converts
242
 
 
243
 
        (Node.__unicode__): No longer returns a formatted result (in
244
 
        N-Triples) but grabs a simple string value for literal, blank and
245
 
        uri.
246
 
 
247
 
        * python/RDF.py: Node class gains a blank property
248
 
 
249
 
        (Node.__get_blank_): Return a unicode ID
250
 
 
251
 
        (Node.blank): Added property with shorter name than
252
 
        blank_identifier.
253
 
 
254
 
        * python/RDF.py: Node class gains literal property returning a
255
 
        tuple of str, lang, dt
256
 
 
257
 
        (Node._get_literal): Added to return a tuple-valued property which
258
 
        is shorter and nicer to deal with than a dictionary.
259
 
 
260
 
        (Node.literal): Added property that uses above internal function.
261
 
 
262
 
2010-11-14  Dave Beckett <dave@dajobe.org>
263
 
 
264
 
        * python/RDF.py:
265
 
        (QueryResults.to_string): Return bindings results with base URI
266
 
 
267
 
        Only returns bindings results in cases when the base_uri was None
268
 
        due to indenting the return statement.
269
 
 
270
 
2010-10-16  Nicholas J Humfrey <njh@aelius.com>
271
 
 
272
 
        * ruby/test/test_query.rb, ruby/test/test_serializer.rb: Improved
273
 
        Ruby serialiser tests by checking output using regular expressions
274
 
        instead of stream lengths.
275
 
 
276
 
2010-10-15  Dave Beckett <dave@dajobe.org>
277
 
 
278
 
        * ruby/test/Makefile.am, ruby/test/one.nt,
279
 
        ruby/test/test_store.rb: Make test_store.rb work
280
 
 
281
 
        * ruby/lib/rdf/redland/node.rb: Fixed a number of Ruby tests by
282
 
        restoring Redland::Node#to_s to it's old behavior of returning
283
 
        string values without quotes.
284
 
 
285
 
        * ruby/lib/rdf/redland.rb, ruby/lib/rdf/redland/model.rb,
286
 
        ruby/lib/rdf/redland/parser.rb, ruby/lib/rdf/redland/resource.rb,
287
 
        ruby/test/test_model.rb, ruby/test/test_node.rb,
288
 
        ruby/test/test_parser.rb, ruby/test/test_query.rb,
289
 
        ruby/test/test_rdfs_resource.rb, ruby/test/test_resource.rb,
290
 
        ruby/test/test_statement.rb, ruby/test/test_store.rb,
291
 
        ruby/test/test_uri.rb: Cleaned up inconsistent whitespace in the
292
 
        Ruby code and tests.
293
 
 
294
 
        Made the Ruby tests less noisy by commenting out a number of
295
 
        'puts' debug statements.
296
 
 
297
 
2010-10-10  Dave Beckett <dave@dajobe.org>
298
 
 
299
 
        * configure.ac: Compare versions in decimal
300
 
 
301
 
        * configure.ac: Just warn if system redland is newer than our
302
 
        version.  Error out if it is older.
303
 
 
304
 
2010-09-27  Dave Beckett <dave@dajobe.org>
305
 
 
306
 
        * Snapshotted redland-bindings_1_0_11_1 for 1.0.11.1 release (GIT
307
 
        46c21d201277766c7d6afe9c8e5c3876ab7c5571)
308
 
 
309
 
2010-09-26  Dave Beckett <dave@dajobe.org>
310
 
 
311
 
        * python/Makefile.am: Add redland-pre.i
312
 
 
313
 
        * php/Makefile.am: Added -d enable_dl=On to test to maybe help
314
 
        reduce warnings See http://us2.php.net/dl
315
 
 
316
 
        * RELEASE.html, bindings.rdf.in, configure.ac,
317
 
        redland-bindings.spec.in:
318
 
        #words - Redland librdf language bindings
319
 
 
320
 
        * lua/Makefile.am:
321
 
         lua_$(LUA_PACKAGE).h is not an output of swig for lua
322
 
 
323
 
        * AUTHORS: C# gone
324
 
 
325
 
        * autogen.sh: Use latest autogen.sh - automake 1.11 required, uses
326
 
        silent rules etc.
327
 
 
328
 
        * perl/Makefile.am, php/Makefile.am, python/Makefile.am: Remove
329
 
        junk for obsolete dmalloc configuration
330
 
 
331
 
        * .gitignore, acinclude.m4, build/.gitignore: Update config for
332
 
        build/ dir.  remove unused acinclude.m4
333
 
 
334
 
        * configure.ac: Automake 1.11 and use build/ dir for aux and
335
 
        macros like rest of Redland
336
 
 
337
 
        * LICENSE.html: Use 'or any newer versions' in titles too. Link to
338
 
        specific LGPL 2.1
339
 
 
340
 
2010-09-20  Dave Beckett <dave@dajobe.org>
341
 
 
342
 
        * lua/Makefile.am, lua/test.lua: Add test.lua and make 'make
343
 
        check' work
344
 
 
345
 
        * Makefile.am, configure.ac, lua/Makefile.am: Add skeleton config
346
 
        for LUA bindings
347
 
 
348
 
2010-08-09  Dave Beckett <dave@dajobe.org>
349
 
 
350
 
        * python/redland-post.i:
351
 
        Revert raptor_locator_uri_string to
352
 
        raptor_locator_uri
353
 
 
354
 
        * python/Makefile.am, python/redland-post.i, python/redland-pre.i:
355
 
        Update for raptor2 API
356
 
 
357
 
        * configure.ac: Check if Redland uses Raptor2 API and set/define
358
 
        REDLAND_HAVE_RAPTOR2_API
359
 
 
360
 
2010-08-07  Dave Beckett <dave@dajobe.org>
361
 
 
362
 
        * configure.ac: 1.0.11
363
 
 
364
 
2010-08-05  Dave Beckett <dave@dajobe.org>
365
 
 
366
 
        * python/example.py: Turn raised exceptions into objects
367
 
 
368
 
        * configure.ac: For OSX Python, add -F$fpath to set framework path
369
 
        for the given python
370
 
 
371
 
        * python/redland-post.i:
372
 
        (librdf_python_unicode_to_bytes): Throw exceptions with better
373
 
        runtime error types
374
 
 
375
 
        * python/redland-post.i:
376
 
        (librdf_python_unicode_to_bytes): Fix calculation of input string
377
 
        length and output buffer size.  Set exceptions on errors - using a
378
 
        bogus type for now
379
 
 
380
 
2010-02-04  Dave Beckett <dave@dajobe.org>
381
 
 
382
 
        * ruby/lib/rdf/redland/node.rb:
383
 
        (node_from_hash): removed unused var h
384
 
 
385
 
2010-01-02  Dave Beckett <dave@dajobe.org>
386
 
 
387
 
        * .gitignore, perl/.gitignore, php/.gitignore, python/.gitignore,
388
 
        ruby/.gitignore:
389
 
        Add .gitignore to replace SVN prop svn:ignore
390
 
 
391
 
2009-12-19  Dave Beckett <dave@dajobe.org>
392
 
 
393
 
        * python/Makefile.am: reordering link flags so PYTHON_LDFLAGS is
394
 
        first and after object, to try to help with -Wl,--as-needed
395
 
 
396
 
2009-12-16  Dave Beckett  <dave@dajobe.org>
397
 
 
398
 
        * Snapshotted redland-bindings_1_0_10_1 for 1.0.10.1 release (SVN 15922)
399
 
 
400
 
2009-12-16  Dave Beckett <dave@dajobe.org>
401
 
 
402
 
        * php/redland-post.i: (librdf_php_check_exception): Use TSRMLS_CC
403
 
 
404
 
2009-12-15  Dave Beckett <dave@dajobe.org>
405
 
 
406
 
        * ChangeLog, ChangeLog.8, ChangeLog.9, Makefile.am: Add Changelogs
407
 
        for 2007 2008
408
 
 
409
 
        * NEWS.html, RELEASE.html, configure.ac: Bump version to 1.0.10.1
410
 
        - note 1.0.9.1 was never released.  oops
411
 
 
412
 
        * ruby/lib/rdf/redland/resource.rb: (resource.type?): Use return
413
 
        value of model.find - a sequence and count it's size rather than
414
 
        just compare value to nil. Addresses
415
 
        Issue#000292 http://bugs.librdf.org/mantis/view.php?id=292
416
 
        but may not fix it.
417
 
 
418
 
        * configure.ac: Added PYTHON_LDFLAGS, PYTHON_LIBEXT,
419
 
        PYTHON_INCLUDES and PYTHON_LIB envariables to override/set the
420
 
        python build parameters.  Thanks to 'normang' for inspring this
421
 
        change from the patch in the issue.
422
 
        Fixes Issue#0000257 http://bugs.librdf.org/mantis/view.php?id=257
423
 
 
424
 
2009-11-29  Lauri Aalto <laalto@iki.fi>
425
 
 
426
 
        * autogen.sh: Reduce autogen noise on systems where uname is not
427
 
        in /usr/bin
428
 
 
429
 
2009-09-29  Dave Beckett <dave@dajobe.org>
430
 
 
431
 
        * python/redland-post.i: (librdf_python_unicode_to_bytes):
432
 
        Allocate enough bytes for storing an UTF-8 encoded version of a
433
 
        python UCS-2 encoded Unicode string - up to 3 bytes per codepoint.
434
 
        Fixes Issue#000313 http://bugs.librdf.org/mantis/view.php?id=313
435
 
 
436
 
2009-09-17  Dave Beckett <dave@dajobe.org>
437
 
 
438
 
        * INSTALL.html: Add note about using older bindings with newer redland
439
 
 
440
 
2009-08-31  Dave Beckett <dave@dajobe.org>
441
 
 
442
 
        * ruby/Makefile.am: Alter linking to put LDFLAGS at end of line so
443
 
        that they can be overridden by user/distro.  Patch from Aria
444
 
        Stewart.  Thanks
445
 
 
446
 
        * ruby/lib/rdf/redland/model.rb: (Model.delete): Allow wildcards
447
 
        in s,p,o to delete a set of statements from a Model.find
448
 
        call. Patch from Aria Stewart.  Thanks
449
 
 
450
 
        * ruby/lib/rdf/redland/parser.rb: (Parser.parse_into_model,
451
 
        Parser.parse_string_into_model): Add warning about different
452
 
        argument order to rdoc documentation
453
 
 
454
 
2009-08-25  Dave Beckett <dave@dajobe.org>
455
 
 
456
 
        * autogen.sh: 2 lines shorter
457
 
 
458
 
        * autogen.sh: Use FOO_args for default args for feature FOO
459
 
        Add --enable-gkt-doc only if it is a needed feature
460
 
        Automatically look for glibtoolize on Darwin/OSX
461
 
 
462
 
        * configure.ac: AC_SUBST(ECHO) so messages print ok
463
 
 
464
 
        * php/Makefile.am: Put PHP linking args at end
465
 
 
466
 
        * autogen.sh: Add autogen.sh from raptor with optional shave
467
 
 
468
 
        * php/Makefile.am: Restore AM_LDFLAGS using LIBRDF_LDFLAGS to make
469
 
        php bindings link again.
470
 
 
471
 
        * ruby/lib/rdf/redland/model.rb: Added Model.load
472
 
 
473
 
2009-07-17  Dave Beckett <dave@dajobe.org>
474
 
 
475
 
        * COPYING: Update GPL2 to latest version (white space changes)
476
 
        used by rasqal, raptor, redland
477
 
 
478
 
2009-07-04  Dave Beckett <dave@dajobe.org>
479
 
 
480
 
        * python/test/test.py: Call parser.namespaces_seen()
481
 
 
482
 
        * python/RDF.py: Added Parser.namespaces_seen
483
 
 
484
 
2009-04-12  Dave Beckett <dave@dajobe.org>
485
 
 
486
 
        * autogen.sh: copy in from ../librdf/autogen.sh
487
 
 
488
 
        * configure.ac: 1.0.9.1
489
 
 
490
 
2009-04-07  Dave Beckett <dave@dajobe.org>
491
 
 
492
 
        * python/Makefile.am: Set PYTHON_INCLUDES as a make var so it can
493
 
        be overridden, such as in debian packaging where multiple python
494
 
        version bindings are built at one time.
495