From d5890f7779eeaef7a1352c3dc14dd2884b718769 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 27 Dec 2013 12:22:03 +0100 Subject: [PATCH] Release 3.0.96, debian packaging included. --- debian/changelog | 8 ++++++++ src/params.lisp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 22bc56f..0b7058a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pgloader (3.0.96-1) unstable; urgency=low + + * Release Candidate 6 + * Document then rework the batch retry behavior. + * Various bug fixes, including CCL compatibility. + + -- Dimitri Fontaine Fri, 27 Dec 2013 15:11:02 +0400 + pgloader (3.0.95-1) unstable; urgency=low * Release Candidate 5. diff --git a/src/params.lisp b/src/params.lisp index 7a532d6..44e00c3 100644 --- a/src/params.lisp +++ b/src/params.lisp @@ -32,7 +32,7 @@ (in-package :pgloader.params) -(defparameter *version-string* "3.0.95" +(defparameter *version-string* "3.0.96" "pgloader version strings, following Emacs versionning model.") ;; we can't use pgloader.utils:make-pgstate yet because params is compiled