This is an automated email from the git hooks/post-receive script. ecc-guest pushed a commit to branch master in repository approx.
commit 958b009d561f77a7b6588bf140d9a63157ab4f85 Author: Eric Cooper <[email protected]> Date: Wed Nov 16 14:23:13 2016 -0500 changelog entry and NEWS for version 5.7-1 --- debian/NEWS | 8 ++++++++ debian/changelog | 29 +++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/debian/NEWS b/debian/NEWS index 88f17ff..b297270 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,11 @@ +approx (5.7-1) unstable; urgency=medium + + The approx-gc program has been removed. + Cleanup of the approx cache is now done using a simple find(1) + command that removes files older than a specified number of days. + + -- Eric Cooper <[email protected]> Wed, 16 Nov 2016 16:42:00 -0500 + approx (5.0-1) unstable; urgency=low The $interval parameter is back, and approx once again caches diff --git a/debian/changelog b/debian/changelog index 59a239f..c761639 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +approx (5.7-1) unstable; urgency=medium + + [ Eric Cooper ] + * New upstream version + * remove unused code + * simplify build using findlib + * use OUnit for tests + * change String.create to Bytes.create + * relax check for Invalid_argument exception + * increment version number + * depend on OCaml 4.02 for Bytes module + * add build dependency on OUnit + * remove approx-gc program (closes: #465473, #632926, #686062, #818731) + * use find(1) command in weekly cron job + * update Standards-Version to 3.9.8 + * add dependency on update-inetd + + [ Mark White ] + * add $curl_path configuration parameter + * cache unknown file types for $interval + + [ Kai Harries ] + * remove dependencies on inet-superserver (closes: #784312) + + [ Romain Francoise ] + * Bug#818633: approx: fails to connect to HTTP/2 servers (closes: #818633) + + -- Eric Cooper <[email protected]> Wed, 16 Nov 2016 18:08:24 -0500 + approx (5.5-2) unstable; urgency=medium * handle String.create deprecation warning during transition to OCaml 4.02 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/approx.git _______________________________________________ Pkg-ocaml-maint-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

