Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Nov 28, 2019
1 parent adc73ea commit ddb1f16
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.swp
*.dump
*--*
*.gz

sql/*/*.sql
sql/*/results
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

EXTENSION = londiste

EXT_VERSION = 3.4
EXT_OLD_VERSIONS = 3.1 3.1.1 3.1.3 3.1.4 3.1.6 3.2 3.2.3 3.2.4
EXT_VERSION = 3.4.1
EXT_OLD_VERSIONS = 3.2 3.2.3 3.2.4 3.4

base_regress = londiste_provider londiste_subscriber \
londiste_fkeys londiste_execute londiste_seqs londiste_merge \
Expand Down
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
NEWS
====

v3.4.1 - 2019-11-28
-------------------

* [fix] Sync version numbers
* [fix] Python 3 support in helper scripts

5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
londiste-sql
============

Database extension that contains support code for Londiste.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
londiste-sql (3.4.1-1) unstable; urgency=low

* v3.4.1

-- Marko Kreen <[email protected]> Wed, 27 Nov 2019 15:05:09 +0200

londiste-sql (3.4-1) unstable; urgency=low

* v3.4
Expand Down
3 changes: 3 additions & 0 deletions docs/release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

follow pgq/docs/release.txt

2 changes: 1 addition & 1 deletion londiste.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Londiste extensions
comment = 'Londiste Replication'
default_version = '3.4'
default_version = '3.4.1'
relocatable = false
superuser = true
schema = 'pg_catalog'
Expand Down

0 comments on commit ddb1f16

Please sign in to comment.