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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2009-04-07 00:24:21 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090407002421-dce2r4otm5vqtheg
Tags: 1.0.8.1-2
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging.  Thanks to Matthias Klose
  (not taking linker -Wl,--as-needed since that makes dyloading fail
  to pull in raptor symbols):
  debian/rules:
  - get python lib dir from distutils
  - make dh_pycentral use symlinks
  debian/python-librdf.examples:
  - add data/dc.rdf to examples dir and adjust example.py
    to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
  overridden by the particular python version build in debian/rules
  using PYTHON_INCLUDES

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2007-12-28  Dave Beckett  <dave@dajobe.org>
 
1
2008-07-05  Dave Beckett  <dajobe@yahoo-inc.com>
 
2
 
 
3
        * Snapshotted redland-bindings_1_0_8_1 for 1.0.8.1 release (SVN 14226)
 
4
 
 
5
2008-07-04  Dave Beckett <dave@dajobe.org>
 
6
 
 
7
        * INSTALL.html, configure.ac: Renamed --with-python link options
 
8
        to match rest - all '-' not mixed '-' and '_'.  Updated docs with
 
9
        examples of use for cygwin
 
10
 
 
11
        * ruby/test/test_store.rb: (test_read_store): Do not call GC.start
 
12
        before it is necessary - may cause crash
 
13
 
 
14
        * perl/Makefile.am, php/Makefile.am, python/Makefile.am,
 
15
        ruby/Makefile.am: Update to use LIBRDF_LDFLAGS via AM_LDFLAGS,
 
16
        REDLAND_SWIG for the swig file and not use REDLAND_CONFIG direct
 
17
 
 
18
        * perl/Makefile.PL: Rewrite to prefer pkg-config redland over
 
19
        redland-config and get everything from ENVariables
 
20
 
 
21
        * configure.ac: Prefer pkg-config redland over redland-config.
 
22
        It makes things work better on OSX for one.
 
23
 
 
24
        * perl/Makefile.am: quote REDLAND_CONFIG arg
 
25
 
 
26
2008-07-03  Dave Beckett <dave@dajobe.org>
 
27
 
 
28
        * ruby/test/test_query.rb: Updates for newer rasqal
 
29
 
 
30
        * python/redlandtest.py: Updates for newer sparql and raptor
 
31
 
 
32
2008-03-27  Dave Beckett <dave@dajobe.org>
 
33
 
 
34
        * perl/lib/RDF/Redland/Parser.pm,
 
35
        perl/lib/RDF/Redland/Serializer.pm: (Parser.feature,
 
36
        Serializer.Feature): Cast values to Node if needed and return
 
37
        value to new Node if needed
 
38
 
 
39
2008-02-16  Dave Beckett <dave@dajobe.org>
 
40
 
 
41
        * autogen.sh, autogen.sh, autogen.sh, autogen.sh, autogen.sh:
 
42
        autogen checks when env prog version is empty. Update all packages
 
43
        to latest autogen.sh
 
44
 
 
45
2008-02-01  Lauri Aalto <laalto@iki.fi>
 
46
 
 
47
        * configure.ac, python, python/Makefile.am: Fixed issues related
 
48
        to building Redland Python bindings on Cygwin.
 
49
 
 
50
        Added --with-python_libext for configuring shared library
 
51
        extension for the Python bindings. Useful on systems where .so
 
52
        does not work as a shared library extension. Cygwin example:
 
53
        --with-python_libext=.dll
 
54
 
 
55
        Modified Redland Python library linking order: Moved
 
56
        PYTHON_LDFLAGS after Redland_wrap.so object file. Enables proper
 
57
        linking order when flags for libpython are supplied with
 
58
        --with-python_ldflags. Cygwin example:
 
59
        --with-python_ldflags='-shared -L/usr/lib/python2.5/config
 
60
        -lpython2.5'
 
61
 
 
62
2008-01-13  Dave Beckett <dave@dajobe.org>
 
63
 
 
64
        * autogen.sh: Restore //i
 
65
 
 
66
        * autogen.sh: automake 1.0 docs
 
67
 
 
68
2007-12-28  Dave Beckett <dave@dajobe.org>
 
69
 
 
70
        * Makefile.am, NEWS.html, RELEASE.html, configure.ac: Bump version
 
71
        to 1.0.8.1
2
72
 
3
73
        * Snapshotted redland-bindings_1_0_7_1 for 1.0.7.1 release (SVN 13372)
4
74
 
5
 
2007-12-28  Dave Beckett <dave@dajobe.org>
6
 
 
7
75
        * docs/README.html, docs/csharp.html, docs/java.html,
8
76
        docs/objc.html, docs/tcl.html: Remove java, csharp, objc, tcl
9
77
        htmls