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

« back to all changes in this revision

Viewing changes to RELEASE.html

  • 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:
21
21
 
22
22
<h1>Redland RDF Application Framework Bindings</h1>
23
23
 
 
24
<h2 id="rel1_0_8_1"><a name="rel1_0_8_1">Redland Bindings 1.0.8.1 Changes</a></h2>
 
25
 
 
26
<p>The main change in this release is to synchronise with 
 
27
<a href="http://librdf.org/">Redland</a> 1.0.8
 
28
(<a href="http://librdf.org/RELEASE.html#rel1_0_8">Redland 1.0.8 release Notes</a>)
 
29
and provide a few other fixes and improvements.
 
30
</p>
 
31
 
 
32
<p>Changed the configuration to prefer using <code>pkg-config</code>
 
33
details over redland-config.  This is the future and also makes
 
34
linking work better on OSX.
 
35
</p>
 
36
 
 
37
<h3>Perl Bindings Changes</h3>
 
38
 
 
39
<p>The Parser and Serializer class feature methods now cast values
 
40
to/from Node for set/get when needed.
 
41
</p>
 
42
 
 
43
<h3>Python Bindings Changes</h3>
 
44
 
 
45
<p>Modified linking to use new configure options
 
46
<code>--with-python-ldflags</code> and
 
47
<code>--with-python_libext</code> options to help systems such
 
48
as Cygwin where the shared libraries are not .so</p>
 
49
 
 
50
<h3>Ruby Bindings Changes</h3>
 
51
 
 
52
<p>Updates to tests for expected SPARQL XML Results.</p>
 
53
 
 
54
 
24
55
<h2 id="rel1_0_7_1"><a name="rel1_0_7_1">Redland Bindings 1.0.7.1 Changes</a></h2>
25
56
 
26
57
<p>The main change in this release is to synchronise with 
851
882
 
852
883
<hr />
853
884
 
854
 
<p>Copyright (C) 2004-2007 <a href="http://purl.org/net/dajobe/">Dave Beckett</a><br />Copyright (C) 2004-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
 
885
<p>Copyright (C) 2004-2008 <a href="http://www.dajobe.org/">Dave Beckett</a><br />Copyright (C) 2004-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
855
886
 
856
887
</body>
857
888
</html>