mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
New upstream version
This commit is contained in:
parent
b24eba972d
commit
755b55d2b3
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# pgloader build tool
|
||||
APP_NAME = pgloader
|
||||
VERSION = 3.6.6
|
||||
VERSION = 3.6.7
|
||||
|
||||
# use either sbcl or ccl
|
||||
CL = sbcl
|
||||
|
||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,8 +1,11 @@
|
||||
pgloader (3.6.6-2) UNRELEASED; urgency=medium
|
||||
pgloader (3.6.7-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version:
|
||||
* Set SBCL dynamic space size to 16 GB on 64 bit architectures.
|
||||
* Improve documentation with command lines and defaults.
|
||||
* SBCL compiler notes should not be fatal to pgloader.
|
||||
|
||||
-- Christoph Berg <myon@debian.org> Mon, 11 Jul 2022 15:31:49 +0200
|
||||
-- Christoph Berg <myon@debian.org> Sat, 13 Aug 2022 10:32:41 +0200
|
||||
|
||||
pgloader (3.6.6-1) unstable; urgency=medium
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@ author = 'Dimitri Fontaine'
|
||||
# The short X.Y version.
|
||||
version = '3.6'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '3.6.6'
|
||||
release = '3.6.7'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: extract, transform and load data into PostgreSQL
|
||||
Name: pgloader
|
||||
Version: 3.6.6
|
||||
Version: 3.6.7
|
||||
Release: 22%{?dist}
|
||||
License: The PostgreSQL Licence
|
||||
Group: System Environment/Base
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
"non-nil when this build is a release build.")
|
||||
|
||||
(defparameter *major-version* "3.6")
|
||||
(defparameter *minor-version* "6")
|
||||
(defparameter *minor-version* "7")
|
||||
|
||||
(defun git-hash ()
|
||||
"Return the current abbreviated git hash of the development tree."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user