+2007-12-27 Raphael Hertzog <hertzog@debian.org>
+
+ * configure.ac: Release 1.14.14.
+
+2007-12-27 Raphael Hertzog <hertzog@debian.org>
+
+ * debian/control: Bump dpkg dependency to >= 1.14.13 in dpkg-dev
+ as dpkg-source needs the latest Dpkg.pm.
+ * debian/control: Add libio-string-perl to Build-Depends as it's
+ needed for a non-regression test (200_Dpkg_Shlibs.t).
+ * debian/control: Fix priority of dselect to match the priority
+ set by ftpmasters.
+
2007-12-27 Guillem Jover <guillem@debian.org>
* configure.ac: Bump version to 1.14.14~.
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.14~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.14], [debian-dpkg@lists.debian.org])
AC_CONFIG_SRCDIR([lib/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
-dpkg (1.14.14) UNRELEASED; urgency=low
+dpkg (1.14.14) unstable; urgency=low
* Fix override disparity: set priority of dselect to important.
* Add libio-string-perl to Build-Depends as it's needed by a non-regression