summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-03-30 12:56:09 +0300
committerGuillem Jover <guillem@debian.org>2008-03-30 12:57:42 +0300
commit47d2e9c479d6650e4980231606cd43c744e3c0c9 (patch)
treea99ee545fb2368ac212242ef8469eb37645479e8
parentf440fb63a302ba5ae11c762ef74f592879ea9543 (diff)
downloaddpkg-47d2e9c479d6650e4980231606cd43c744e3c0c9.tar.gz
Release 1.14.17
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog4
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d348ba4e..2818fea0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-03-30 Guillem Jover <guillem@debian.org>
+ * configure.ac: Release 1.14.18.
+
+2008-03-30 Guillem Jover <guillem@debian.org>
+
* dselect/main.cc: Use <ncursesw/term.h> instead of <term.h>.
* dselect/dselect.h: Use <ncursesw/curses.h> instead of <curses.h>.
* dselect/Makefile.am (curkeys.h): Likewise.
diff --git a/configure.ac b/configure.ac
index 2e1c5780c..2faa5b50c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.17~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.17], [debian-dpkg@lists.debian.org])
AC_CONFIG_SRCDIR([lib/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
diff --git a/debian/changelog b/debian/changelog
index bb76a3df5..329a7d4bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dpkg (1.14.17) UNRELEASED; urgency=low
+dpkg (1.14.17) experimental; urgency=low
[ Guillem Jover ]
* Replace strdup plus error checking usage with a new m_strdup function.
@@ -171,7 +171,7 @@ dpkg (1.14.17) UNRELEASED; urgency=low
* Polish (Robert Luberda).
* Romanian (Eddy Petrişor).
- -- Frank Lichtenheld <djpig@debian.org> Fri, 29 Feb 2008 18:34:54 +0100
+ -- Guillem Jover <guillem@debian.org> Sun, 30 Mar 2008 12:48:22 +0300
dpkg (1.14.16.6) unstable; urgency=medium