File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# pgloader build tool
22APP_NAME = pgloader
3- VERSION = 3.6.6
3+ VERSION = 3.6.7
44
55# use either sbcl or ccl
66CL = sbcl
Original file line number Diff line number Diff line change 1- pgloader (3.6.6-2) UNRELEASED ; urgency=medium
1+ pgloader (3.6.7-1) unstable ; urgency=medium
22
3+ * New upstream version:
34 * Set SBCL dynamic space size to 16 GB on 64 bit architectures.
5+ * Improve documentation with command lines and defaults.
6+ * SBCL compiler notes should not be fatal to pgloader.
47
5- -- Christoph Berg <
[email protected] >
Mon, 11 Jul 2022
15:31:49 +0200
8+ -- Christoph Berg <
[email protected] >
Sat, 13 Aug 2022
10:32:41 +0200
69
710pgloader (3.6.6-1) unstable; urgency=medium
811
Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '3.6'
5959# The full version, including alpha/beta/rc tags.
60- release = '3.6.6 '
60+ release = '3.6.7 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 11Summary: extract, transform and load data into PostgreSQL
22Name: pgloader
3- Version: 3.6.6
3+ Version: 3.6.7
44Release: 22%{?dist }
55License: The PostgreSQL Licence
66Group: System Environment/Base
Original file line number Diff line number Diff line change 4444 " non-nil when this build is a release build." )
4545
4646(defparameter *major-version* " 3.6" )
47- (defparameter *minor-version* " 6 " )
47+ (defparameter *minor-version* " 7 " )
4848
4949(defun git-hash ()
5050 " Return the current abbreviated git hash of the development tree."
You can’t perform that action at this time.
0 commit comments