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 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
|
4store (1.1.6+20151109-2) unstable; urgency=medium
* Add patch 1011 to use _GNU_SOURCE instead of __USE_MISC.
Closes: Bug#810975. Thanks to Andreas Beckmann and Steven
Chamberlain.
* Update Vcs-git field: Use https protocol.
* Declare compliance with Debian Policy 3.9.7.
* Update copyright info:
+ Extend copyright of packaging to cover current year.
-- Jonas Smedegaard <dr@jones.dk> Sun, 28 Feb 2016 21:20:33 +0100
4store (1.1.6+20151109-1) unstable; urgency=medium
[ upstream ]
* Snapshot of mainline git commit 3b1b659.
[ Jonas Smedegaard ]
* Update Vcs-Git field: Use canonical URL.
* Drop patch 1008: Applied upstream.
* Update copyright info:
+ Use License-Grant and License-Reference fields.
Thanks to Ben Finney.
* Add lintian override regarding license in License-Reference field.
See bug#786450.
* Bump debhelper compatibility level to 9.
* Add lintian override regarding debhelper 9.
* Fix have init script wait for avahi-daemon (not avahi).
Closes: Bug#731615. Thanks to Laurent Bigonville.
* Update package relations:
+ Stop depend (versioned) on lsb-base: Base package, and needed
version satisfied even in oldstable.
+ Relax to build-depend unversioned on d-shlibs: Needed version
satisfied even in oldstable.
-- Jonas Smedegaard <dr@jones.dk> Sat, 26 Dec 2015 21:39:05 +0530
4store (1.1.6-2) unstable; urgency=medium
* Update Vcs-* fields.
* Update copyright info: Extend coverage for myself.
-- Jonas Smedegaard <dr@jones.dk> Fri, 15 May 2015 17:15:20 +0200
4store (1.1.6-1) experimental; urgency=medium
[ upstream ]
* New upstream release.
[ Jonas Smedegaard ]
* Use github.com URLs as source and upstream Homepage.
* Drop dpkg-source local-options hint: Declared options are default
since dpkg-source 1.16.1.
* Install NEWS and docs files: No longer virtually empty.
* Install src/admin/README.md as documentation.
* Temporarily disable patches 1004-1005 (to handle PATH_MAX in a
portable way): Needs rewriting to use glib.
* Create more autotools files during build (no longer shipped
upstream).
* Unfuzz and update patches.
* Add patch 1010 to fix support FS_STORE_ROOT override in scripts.
* Enable regression tests, but only relaxed for experimental (largely
fails, possibly due to incomplete FS_STORE_ROOT override support).
* Update copyright info:
+ Skip copyright-check icon file.
+ Drop autotools-related Files and Copyright sections (no longer
shipped upstream).
+ Change license for (replaced) autogen.sh to BSD-3-clause.
+ Add swag-tests files licensed as W3C-Software-20021231.
* Work around upstream code assuming build directly from git.
-- Jonas Smedegaard <dr@jones.dk> Mon, 09 Feb 2015 10:04:49 +0100
4store (1.1.5-1) unstable; urgency=low
[ upstream ]
* New upstream bugfix release.
Closes: bug#681125. Thanks to Kjetil Kjernsmo.
Bugfixes:
+ Major bugfix to quad delete code
+ Better ISO8601 date handling
+ SUBSTR bugfixes
+ Fix many small memory leaks (some remain)
+ Static built mac binaries, for more reliable .app
+ Threadsafeness imrovements in HTTP server
+ Fix for strange bug relating to rasqal parse error
+ Fix for xsd:int / xsd:integer handling
+ Fix to stuff deep in query engine
+ Fixes to date / dateTime comparison functions
+ Fix crash under heavy HTTP query load
+ Faster cluster discovery on Macs
+ Unary minus maths bugfix
+ Better UNION handling
New features:
+ Many improvements to test system
+ MD5, SHA1, SHA256 hash functions
+ RAND, FLOOR, CEIL, ROUND, ABS maths functions
+ Support ORDER BY with GROUP BY
+ Support for MINUS keyword
+ TSV output now compliant with W3C draft
[ Jonas Smedegaard ]
* Update upstream-tarball hints for new upstream source.
* Drop patches 1001 and 2001a (Declare libraries in LIBS to support
--as-needed): Applied upstream.
* Unfuzz all remaining patches.
* Build-depend on uuid-dev.
* Update copyright file:
+ Add new copyright holders (same licensing).
+ Extend coverage of some copyrights.
+ Fix use comment and license pseudo-sections to obey silly
restrictions of copyright format 1.0.
+ List upstream mailinglist and IRC channel as Upstream-Contact.
* Bump debhelper compatibility level to 8.
* Fix set access rights in SysV init script (and make find command
posix compliant while at it).
* Fix initialize default knowledge base if missing.
Closes: bug#670168. Thanks to Andreas Harth.
* Add README.source emphasizing control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Modernize packaging:
+ Stop avoid optional CDBS build-dependencies: Satisfied even in
oldstable.
Build-depend on devscripts.
+ Use CDBS to put aside upstream-shipped cruft during build.
Tighten build-dependency on cdbs.
+ Put aside autotools and regenerate during build.
Build-depend on libtool, automake and autoconf.
Drop now obsolete (and conflicting) patch 2002a.
Closes: bug#752012. Thanks to Fernando Seiti Furusato.
+ Declare binary package relations in rules file and
semi-autoresolve with CDBS.
* Fix cleanup makefile makefile skipped due to patch 2002.
* Add patch 1006 to modernize autotools.
* Add patch 1007 to fix linkage when using -Wl,-z,defs.
* Add patch 1008 to fix manpage syntax errors.
* Add patch 1009 to fix bashisms and other weaknesses in shell and
perl scripts.
Closes: bug#690648. Thanks to Raphael Geissert.
* Stop have library package suggest development header package.
* Fix recommend perl, libnet-http-perl, liburi-perl: Needed by
4store-dump and 4store-restore.
* Fix use /var/lib/4store as /home/jonas in 4store postinst.
Thanks to lintian.
* Declare compliance with Debian Policy 3.9.6.
-- Jonas Smedegaard <dr@jones.dk> Wed, 28 Jan 2015 16:17:47 +0100
4store (1.1.4-2) unstable; urgency=low
* Add patches 1002-1005 to fix building for the Hurd.
Thanks to Cyril Roelandt.
* Bump standards-version to 3.9.3.
* Use anonscm.debian.org URL in Vcs-Browser field.
* Update copyright file:
+ Bump format to 1.0.
+ Fix double-indent in Copyright fields as per Policy ยง5.6.13.
* Simplify arguments to dh_install (unneeded with debhelper 7).
-- Jonas Smedegaard <dr@jones.dk> Sat, 17 Mar 2012 11:39:41 +0100
4store (1.1.4-1) unstable; urgency=low
* New upstream release.
* Update copyright file:
+ Fix list separate License sections for each actual license (not
Perl combo as single section).
+ Fix PD syntax.
+ Fix missing vertical space between License sections.
+ Sort License sections by (approximate) similarity of main license.
+ Quote license names in comments, and shorten comments.
+ List mt19937-64 library, licensed as BSD-3-clause.
+ Use ~ (not ^) as delimiter for derived License shortnames.
* Add patch 2002 to use system shared stemmer library.
* Drop patches 1001 (manpage syntax errors) and 2001 (avoid git
version-resolving): Adopted upstream.
* Add Vcs-* fields to control file.
* Extend copyright years for debian packaging.
* Bump debhelper compat level to 7.
* Relax build-depend unversioned on debhelper (needed version
satisfied even in oldstable).
* Avoid installing *.la files.
Tighten build-dependency on d-shlibs.
Closes: bug#633170. Thanks to Neal Williams.
-- Jonas Smedegaard <dr@jones.dk> Sun, 22 Jan 2012 18:38:40 +0100
4store (1.1.3-1) unstable; urgency=low
* New upstream release.
* Update copyright file:
+ Fix add Upstream-Contact.
+ Minor adjustments to Files sections regarding GNU tools.
* Build-depend on autotools-dev.
* Fix grammatic error in long description.
Closes: bug#625283. Thanks to Tollef Fog Heen.
* Rewrap long description at 72 chars, and strip trailing spaces.
* Ease building with git-buildpackage:
+ Add dpkg local-options hint.
+ Git-ignore .pc dir.
* Add patch 2001 to avoid using git to resolve upstream release
version.
* Revert "Pass ldflag -Wl,--as-needed to avoid excess linking.": Fails
with this new v1.1.3 release.
* Add patch 1001 to fix a few syntax errors in manpages.
* Introduce new binary packages lib4store0 and lib4store-dev.
Build-depend on d-shlibs.
* Put aside a few upstream-shipped temp files during build.
-- Jonas Smedegaard <dr@jones.dk> Sun, 08 May 2011 00:22:44 +0200
4store (1.1.2-2) unstable; urgency=low
* Add git-buildpackage config: Enable pristine-tar and signed tags.
* Recommend avahi-daemon, and slightly relax dependency on avahi in
sysv script.
Closes: bug#622743. Thanks to Holger Levsen.
* Bump policy compliance to standards-version 3.9.2.
* Bump copyright file format to draft 174 of DEP-5.
-- Jonas Smedegaard <dr@jones.dk> Thu, 14 Apr 2011 13:14:50 +0200
4store (1.1.2-1) unstable; urgency=low
* Initial official packaging release.
Closes: #558137.
* New upstream release.
* Tighten build-dependencies on librasqal and libraptor.
* Update copyright file: Add copyright holder.
-- Jonas Smedegaard <dr@jones.dk> Tue, 08 Mar 2011 03:12:45 +0100
4store (1.0.6-1) unstable; urgency=low
* new upstream release.
* Add watch file.
* Rewrite and simplify rules file using CDBS.
* Drop no longer needed patch: Upstream use autotools now.
* Rewrite copyright file using draft svn166 of DEP5 format.
* Add copyright hints (for tracking future changes).
* Space-indent only comments (not commented out settings) in default
configfile.
* Improve handling of var- and log-dir:
Create dirs at daemons startup (not during package install).
Respect configfile settings when refreshing ownership.
Avoid hardlink attacks when refreshing ownership.
* Bump debhelper compatibility level to 6 (from 5).
* Pass ldflag -Wl,--as-needed to avoid excess linking.
* Take over maintenance of the packaging:
+ Add myself as maintainer.
+ Demote Dave Beckett to uploader.
-- Jonas Smedegaard <dr@jones.dk> Tue, 08 Mar 2011 02:44:25 +0100
4store (1.0.4-1) unstable; urgency=low
* New upstream release
* Removed patch 4s-ssh-all-parallel-bash merged upstream
-- Dave Beckett <dajobe@debian.org> Wed, 13 Oct 2010 21:47:25 -0700
4store (1.0.3-2) unstable; urgency=low
* debian/control: Build-Depend: on libavahi-client-dev and libavahi-glib-dev
to get mDNS enabled
* set initial KB to 'default'
* really run server as user 'fourstore'
* do not run server at package install time
* install a skeleton /etc/default/4store
-- Dave Beckett <dajobe@debian.org> Fri, 18 Jun 2010 10:37:00 -0700
4store (1.0.3-1) unstable; urgency=low
* Initial release (Closes: #558137)
- based on packaging of 0.9.5 by Brian Thomason
- added init script to start server as user 'fourstore'
- added pre/post init/remove scripts
-- Dave Beckett <dajobe@debian.org> Tue, 15 Jun 2010 06:57:05 -0700
|