From e76b34d01f01e1d2f6396a9be4a58a7d1ca22a9b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 12 May 2008 08:51:57 +0300 Subject: [PATCH] Release 1.14.19 --- ChangeLog | 4 ++++ configure.ac | 2 +- debian/changelog | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d07beedd..301b4aa34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-05-12 Guillem Jover + * configure.ac: Release 1.14.19. + +2008-05-12 Guillem Jover + * scripts/dpkg-gencontrol.pl: Get Package-Type field value also from custom field. diff --git a/configure.ac b/configure.ac index a7e561ce3..1b2ef1c2e 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.19~], [debian-dpkg@lists.debian.org]) +AC_INIT([dpkg], [1.14.19], [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 76c980af4..928ffe041 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dpkg (1.14.19) UNRELEASED; urgency=low +dpkg (1.14.19) unstable; urgency=low [ Guillem Jover ] * Fix a double-free by setting scontext to NULL after calling freecon. @@ -78,7 +78,7 @@ dpkg (1.14.19) UNRELEASED; urgency=low * Russian (Yuri Kozlov). Closes: #478802 * Slovak (Ivan Masár). Closes: #479007 - -- Felipe Augusto van de Wiel Sun, 11 May 2008 16:24:43 -0300 + -- Guillem Jover Mon, 12 May 2008 08:33:07 +0300 dpkg (1.14.18) unstable; urgency=low -- 2.11.4.GIT