diff options
| author | Marko Kreen | 2010-11-10 13:30:21 +0000 |
|---|---|---|
| committer | Marko Kreen | 2010-11-10 13:30:21 +0000 |
| commit | 90adeb12c6452f66c48b82fe2a7aa20511768a1f (patch) | |
| tree | 377a78f0a7e0123dd6fa3d02979c21147d8abf47 | |
| parent | 8eacce9fed15e84e28eca74059bcb1d4a3915de0 (diff) | |
v2.1.12skytools_2_1_12
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 |
3 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ -2010-xx-xx - SkyTools 2.1.12 - "" +2010-11-10 - SkyTools 2.1.12 - "Portable Minefield" To apply Londiste database-side fixes, run 'londiste.upgrade.sql' where needed. @@ -48,6 +48,8 @@ where needed. * Building from CVS/GIT assumes --with-asciidoc automatically. + * Newer asciidoc/docbook do not need fixman.py hack. Remove it. + 2010-02-03 - SkyTools 2.1.11 - "Replicates Like Randy Rabbit" = Fixes = diff --git a/configure.ac b/configure.ac index 21ce4878..355cba63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(skytools, 2.1.12rc2) +AC_INIT(skytools, 2.1.12) AC_CONFIG_SRCDIR(python/pgqadm.py) dnl Find Python interpreter diff --git a/debian/changelog b/debian/changelog index 38169a3d..4cefd02d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skytools (2.1.12) unstable; urgency=low + + * v2.1.12 + + -- Marko Kreen <marko.kreen@skype.net> Wed, 10 Nov 2010 15:23:59 +0200 + skytools (2.1.12rc2) unstable; urgency=low * v2.1.12rc2 |
