Commit 9f93c89ee59b2ebc04a15a9f24cdaf9f513a28c1

Authored by Jay Berkenbilt
1 parent caad0897

update copyright, release 2.0.3

git-svn-id: svn+q:///qpdf/trunk@644 71b93d88-0707-0410-a8cf-f5a4172ac649
ChangeLog
  1 +2009-02-15 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 2.0.3: release
  4 +
1 2008-12-11 Jay Berkenbilt <ejb@ql.org> 5 2008-12-11 Jay Berkenbilt <ejb@ql.org>
2 6
3 * qpdf/qpdf.cc (main): Accept -help and -version as well as --help 7 * qpdf/qpdf.cc (main): Accept -help and -version as well as --help
1 This is the QPDF package. Information about it can be found at 1 This is the QPDF package. Information about it can be found at
2 http://qpdf.qbilt.org. 2 http://qpdf.qbilt.org.
3 3
4 -QPDF is copyright (c) 2005-2008 Jay Berkenbilt 4 +QPDF is copyright (c) 2005-2009 Jay Berkenbilt
5 5
6 This software may be distributed under the terms of version 2 of the 6 This software may be distributed under the terms of version 2 of the
7 Artistic License which may be found in the source distribution as 7 Artistic License which may be found in the source distribution as
README.maintainer
@@ -16,7 +16,7 @@ Release Reminders @@ -16,7 +16,7 @@ Release Reminders
16 make_dist verifies this consistency. 16 make_dist verifies this consistency.
17 17
18 * Each year, update copyright notices. Just search for Copyright. 18 * Each year, update copyright notices. Just search for Copyright.
19 - Last updated: 2008. 19 + Last updated: 2009.
20 20
21 * To construct a source distribution from a pristine checkout, 21 * To construct a source distribution from a pristine checkout,
22 make_dist does the following: 22 make_dist does the following:
@@ -36,6 +36,8 @@ Release Reminders @@ -36,6 +36,8 @@ Release Reminders
36 * Remember to update documentation in the "files" subdirectory of the 36 * Remember to update documentation in the "files" subdirectory of the
37 website on sourceforge.net. 37 website on sourceforge.net.
38 38
  39 + * Create a tag in the version control system.
  40 +
39 General Build Stuff 41 General Build Stuff
40 =================== 42 ===================
41 43
configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 dnl This config.in requires autoconf 2.5 or greater. 2 dnl This config.in requires autoconf 2.5 or greater.
3 3
4 AC_PREREQ(2.60) 4 AC_PREREQ(2.60)
5 -AC_INIT(qpdf,2.0.2) 5 +AC_INIT(qpdf,2.0.3)
6 6
7 dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer. 7 dnl No AC_CONFIG_HEADERS. If this changes, update README.maintainer.
8 AC_CONFIG_FILES([autoconf.mk]) 8 AC_CONFIG_FILES([autoconf.mk])
include/qpdf/Buffer.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/Pipeline.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/Pl_Buffer.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/Pl_Count.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/Pl_Discard.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/Pl_Flate.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/Pl_StdioFile.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/PointerHolder.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QEXC.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QPDF.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QPDFExc.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QPDFObject.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QPDFObjectHandle.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QPDFTokenizer.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QPDFWriter.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QPDFXRefEntry.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QTC.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
include/qpdf/QUtil.hh
1 -// Copyright (c) 2005-2008 Jay Berkenbilt 1 +// Copyright (c) 2005-2009 Jay Berkenbilt
2 // 2 //
3 // This file is part of qpdf. This software may be distributed under 3 // This file is part of qpdf. This software may be distributed under
4 // the terms of version 2 of the Artistic License which may be found 4 // the terms of version 2 of the Artistic License which may be found
manual/qpdf-manual.xml
@@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
5 <!ENTITY mdash "&#x2014;"> 5 <!ENTITY mdash "&#x2014;">
6 <!ENTITY ndash "&#x2013;"> 6 <!ENTITY ndash "&#x2013;">
7 <!ENTITY nbsp "&#xA0;"> 7 <!ENTITY nbsp "&#xA0;">
8 -<!ENTITY swversion "2.0.2">  
9 -<!ENTITY lastreleased "June 30, 2008"> 8 +<!ENTITY swversion "2.0.3">
  9 +<!ENTITY lastreleased "February 15, 2009">
10 ]> 10 ]>
11 <book> 11 <book>
12 <bookinfo> 12 <bookinfo>
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 <firstname>Jay</firstname><surname>Berkenbilt</surname> 16 <firstname>Jay</firstname><surname>Berkenbilt</surname>
17 </author> 17 </author>
18 <copyright> 18 <copyright>
19 - <year>2005&ndash;2008</year> 19 + <year>2005&ndash;2009</year>
20 <holder>Jay Berkenbilt</holder> 20 <holder>Jay Berkenbilt</holder>
21 </copyright> 21 </copyright>
22 </bookinfo> 22 </bookinfo>
qpdf.spec
1 Summary: Command-line tools and library for transforming PDF files 1 Summary: Command-line tools and library for transforming PDF files
2 Name: qpdf 2 Name: qpdf
3 -Version: 2.0.2 3 +Version: 2.0.3
4 Release: 1%{?dist} 4 Release: 1%{?dist}
5 License: Artistic 5 License: Artistic
6 Group: System Environment/Libraries 6 Group: System Environment/Libraries
qpdf/qpdf.cc
@@ -449,8 +449,8 @@ int main(int argc, char* argv[]) @@ -449,8 +449,8 @@ int main(int argc, char* argv[])
449 // 1 2 3 4 5 6 7 8 449 // 1 2 3 4 5 6 7 8
450 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 450 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890
451 std::cout 451 std::cout
452 - << whoami << " version 2.0.2" << std::endl  
453 - << "Copyright (c) 2005-2008 Jay Berkenbilt" 452 + << whoami << " version 2.0.3" << std::endl
  453 + << "Copyright (c) 2005-2009 Jay Berkenbilt"
454 << std::endl 454 << std::endl
455 << "This software may be distributed under the terms of version 2 of the" 455 << "This software may be distributed under the terms of version 2 of the"
456 << std::endl 456 << std::endl