From c9bc8937e5b0d4921ed1e220536d8cf51c4faa71 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 9 Mar 2009 16:59:37 +0000 Subject: [PATCH] prepare for 2.0.5 release git-svn-id: svn+q:///qpdf/trunk@667 71b93d88-0707-0410-a8cf-f5a4172ac649 --- ChangeLog | 2 ++ README.maintainer | 1 + configure.ac | 2 +- libqpdf/build.mk | 2 +- manual/qpdf-manual.xml | 4 ++-- qpdf.spec | 2 +- qpdf/qpdf.cc | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3df4b19..6d9dbbfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-03-09 Jay Berkenbilt + * 2.0.5: release + * libqpdf/Pl_LZWDecoder.cc: adjust LZWDecoder full table detection, now having been able to adequately test boundary conditions both and with and without early code change. Also diff --git a/README.maintainer b/README.maintainer index 03431222..5d848912 100644 --- a/README.maintainer +++ b/README.maintainer @@ -2,6 +2,7 @@ Release Reminders ================= * Increment shared library version information as needed + (libqpdf/build.mk) * Add a release entry to ChangeLog diff --git a/configure.ac b/configure.ac index f3273ff8..b21aaa6d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl This config.in requires autoconf 2.5 or greater. AC_PREREQ(2.60) -AC_INIT(qpdf,2.0.4) +AC_INIT(qpdf,2.0.5) dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer. AC_CONFIG_FILES([autoconf.mk]) diff --git a/libqpdf/build.mk b/libqpdf/build.mk index 924fe969..3bc9df32 100644 --- a/libqpdf/build.mk +++ b/libqpdf/build.mk @@ -69,5 +69,5 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.lo: libqpdf/%.cc # * Otherwise, increment REVISION libqpdf/$(OUTPUT_DIR)/libqpdf.la: $(OBJS_libqpdf) - $(call makelib,$(OBJS_libqpdf),$@,1,2,0) + $(call makelib,$(OBJS_libqpdf),$@,2,0,1) diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index aae12588..fbb1ff8d 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -5,8 +5,8 @@ - - + + ]> diff --git a/qpdf.spec b/qpdf.spec index ec23f612..f2a293d1 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,6 +1,6 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} License: Artistic Group: System Environment/Libraries diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc index 2202ae74..50f6e750 100644 --- a/qpdf/qpdf.cc +++ b/qpdf/qpdf.cc @@ -456,7 +456,7 @@ int main(int argc, char* argv[]) // 1 2 3 4 5 6 7 8 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 std::cout - << whoami << " version 2.0.4+" << std::endl + << whoami << " version 2.0.5" << std::endl << "Copyright (c) 2005-2009 Jay Berkenbilt" << std::endl << "This software may be distributed under the terms of version 2 of the"