-
Notifications
You must be signed in to change notification settings - Fork 25
/
ChangeLog.13
129 lines (83 loc) · 3.51 KB
/
ChangeLog.13
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
2012-10-23 Dave Beckett <dave@dajobe.org>
* configure.ac: Allow Redland 1.0.15+ or newer. Warn SWIG 2 is
going to be required.
2012-08-31 Dave Beckett <dave@dajobe.org>
* configure.ac:
Warn when swig is OLDER than recommended
2012-08-31 Dave Beckett <dave@dajobe.org>
* autogen.sh, configure.ac: Update autogen.sh and configure.ac via
autoupdate
* autogen.sh: autogen.sh: Added -Wall to aclocal and autoconf
invocations
2012-07-07 Dave Beckett <dave@dajobe.org>
* docs/Makefile.am:
Update rdoc files for ruby 1.9 rdoc output
* docs/Makefile.am, docs/fix-rdoc-xhtml, ruby/Makefile.am: Update
ruby rdoc building
* ruby/lib/rdf/redland/model.rb, ruby/lib/rdf/redland/parser.rb,
ruby/lib/rdf/redland/query.rb, ruby/lib/rdf/redland/serializer.rb,
ruby/lib/rdf/redland/store.rb, ruby/lib/rdf/redland/stream.rb,
ruby/lib/rdf/redland/uri.rb: Fix ruby -w warnings - commenting out
literals
Fixes Issue #0000243
http://bugs.librdf.org/mantis/view.php?id=243
* ruby/test/test_model.rb: Remove duplicate test test_delete
* ruby/lib/rdf/redland/schemas/foaf.rb: Remove duplicate method
foaf_name
* ruby/lib/rdf/redland/queryresults.rb: Remove duplicate method
binding_name
* configure.ac: Add --with-ruby-install-dir-variable to set
non-arch ruby install var
Fixes Issue #0000480
http://bugs.librdf.org/mantis/view.php?id=480
* ruby/.gitignore, ruby/test/.gitignore: ignore more
* ruby/test/test_model.rb, ruby/test/test_parser.rb: Test fixes
for ruby 1.9
* php/Makefile.am:
Tidy php makefile
* configure.ac, ruby/.gitignore, ruby/Makefile.am,
ruby/test/Makefile.am:
Update ruby build approach after PHP
Set the ruby build suffix at configure time and add an option to
make it configurable with --with-ruby-linking taking values so,
dylib, bundle
Cleans up ruby Makefiles to remove conditionals
Intended to fix Issue #0000444
http://bugs.librdf.org/mantis/view.php?id=444
2012-07-07 Dave Beckett <dave@dajobe.org>
* ruby/redland-pre.i: Add STR2CSTR macro for ruby 1.9
* configure.ac: Add ruby arch include dir if it exists. Removed
configure --with-ruby-header-dir-variable
* ruby/Makefile.am: -UHAVE_CONFIG_H for compiling while including
ruby.h
* configure.ac:
Default to ruby 'rubyhdrdir' for ruby headers
* configure.ac: Update ruby configuration for newer 1.9 config
variables
Add --with-ruby-header-dir-variable to set the variable to use for
the headers, defaults to sitehdrdir
Check for ruby headers in the dir from the above and default to
the old away in the RUBY_ARCHDIR. Report the result in the
configure output and where the header came from.
* configure.ac:
Use ruby RbConfig:: instead of deprecated Config::
* ChangeLog, NEWS.html, RELEASE.html: 1.0.16.1
* NEWS.html, RELEASE.html, configure.ac:
Bumped version to 1.0.16.1
2012-06-26 Dave Beckett <dave@dajobe.org>
* Makefile.am: EXTRA_DIST: Remove ChangeLog NEWS since they are in
dist by default
* autogen.sh: autogen.sh updates
- Abort run if a configuring program fails.
- Generate NEWS with old timestamp if missing so automake can run
- small doc and message updates
2012-06-21 Dave Beckett <dave@dajobe.org>
* python/RDF.py: fix """
* autogen.sh: Support NOCONFIGURE variable, like Lib{XML2,XSLT}
2012-05-20 Dave Beckett <dave@dajobe.org>
* ruby/lib/rdf/redland/parser.rb:
(Parser.parse_string_into_model): Call parse_string_as_stream
properly
* ruby/test/test_query.rb: Convert all old rdql queries to sparql
* python/RDF.py: Query language defaults to sparql
* python/redlandtest.py: Remove RDQL tests