mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Prepare release 3.3.2.
This commit is contained in:
parent
db9fa2f001
commit
ac202dc70e
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# pgloader build tool
|
||||
APP_NAME = pgloader
|
||||
VERSION = 3.3.1
|
||||
VERSION = 3.3.2
|
||||
|
||||
# use either sbcl or ccl
|
||||
CL = sbcl
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
pgloader (3.3.2+dfsg-1) unstable; urgency=medium
|
||||
|
||||
* Fixes github issue 453 (Closes: #843555)
|
||||
* Maintenance release.
|
||||
|
||||
-- Dimitri Fontaine <dim@tapoueh.org> Sat, 03 Dec 2016 19:36:56 +0300
|
||||
|
||||
pgloader (3.3.1+dfsg-2) unstable; urgency=medium
|
||||
|
||||
* Add tzdata to build-depends (Closes: #839468)
|
||||
|
@ -99,7 +99,7 @@
|
||||
(condition (e)
|
||||
;; any error here is a panic
|
||||
(if debug
|
||||
(print-backtrace e debug stream)
|
||||
(format stream "PANIC: ~a~%" (print-backtrace e debug))
|
||||
(format stream "PANIC: ~a.~%" e))
|
||||
(uiop:quit))))
|
||||
|
||||
|
@ -35,11 +35,11 @@
|
||||
|
||||
(in-package :pgloader.params)
|
||||
|
||||
(defparameter *release* nil
|
||||
(defparameter *release* t
|
||||
"non-nil when this build is a release build.")
|
||||
|
||||
(defparameter *major-version* "3.3")
|
||||
(defparameter *minor-version* "1")
|
||||
(defparameter *minor-version* "2")
|
||||
|
||||
(defun git-hash ()
|
||||
"Return the current abbreviated git hash of the development tree."
|
||||
|
Loading…
Reference in New Issue
Block a user