From 476013706eb1d3ebc7054c9f7b08dfbde2feb4f8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 24 Jan 2024 10:53:53 -0500 Subject: [PATCH] Prep for 1.2.0 release, bump copyright. --- CHANGES.md | 4 ++-- NOTICE | 2 +- README.md | 2 +- SECURITY.md | 2 +- configure.ac | 5 +++-- pdfio_native.nuspec | 2 +- pdfio_native.redist.nuspec | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b3d165d..7db271b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,8 +2,8 @@ Changes in PDFio ================ -v1.2.0 (Month DD, YYYY) ------------------------ +v1.2.0 (January 24, 2024) +------------------------- - Now use autoconf to configure the PDFio sources (Issue #54) - Added `pdfioFileCreateNumberObj` and `pdfioFileCreateStringObj` functions diff --git a/NOTICE b/NOTICE index 37ef3c8..5e43ae9 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ PDFio - PDF Read/Write Library -Copyright © 2021-2023 by Michael R Sweet. +Copyright © 2021-2024 by Michael R Sweet. (Optional) Exceptions to the Apache 2.0 License: ================================================ diff --git a/README.md b/README.md index 1f53887..8cb648f 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ generates a static library that will be installed under "/usr/local" with: Legal Stuff ----------- -PDFio is Copyright © 2021-2023 by Michael R Sweet. +PDFio is Copyright © 2021-2024 by Michael R Sweet. This software is licensed under the Apache License Version 2.0 with an (optional) exception to allow linking against GPL2/LGPL2 software. See the diff --git a/SECURITY.md b/SECURITY.md index 9b222df..79a022f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -54,7 +54,7 @@ starting at 0. A feature release has a "PATCH" value of 0, for example: 1.1.0 2.0.0 -Beta releases and release candidates are *not* prodution releases and use +Beta releases and release candidates are *not* production releases and use semantic version numbers of the form: MAJOR.MINORbNUMBER diff --git a/configure.ac b/configure.ac index 2783e4f..29980ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl Configuration script for PDFio dnl -dnl Copyright © 2023 by Michael R Sweet +dnl Copyright © 2023-2024 by Michael R Sweet dnl dnl Licensed under Apache License v2.0. See the file "LICENSE" for more dnl information. @@ -105,8 +105,8 @@ dnl ZLIB AC_MSG_CHECKING([for zlib via pkg-config]) AS_IF([$PKGCONFIG --exists zlib], [ AC_MSG_RESULT([yes]) - LIBS="$($PKGCONFIG --libs zlib) $LIBS" CPPFLAGS="$($PKGCONFIG --cflags zlib) $CPPFLAGS" + LIBS="$($PKGCONFIG --libs zlib) $LIBS" ],[ AC_MSG_RESULT([no]) AC_CHECK_HEADER([zlib.h]) @@ -116,6 +116,7 @@ AS_IF([$PKGCONFIG --exists zlib], [ AC_MSG_ERROR([Sorry, this software requires zlib 1.1 or higher.]) ]) + PKGCONFIG_REQUIRES="" PKGCONFIG_LIBS_PRIVATE="-lz $PKGCONFIG_LIBS_PRIVATE" ]) diff --git a/pdfio_native.nuspec b/pdfio_native.nuspec index 9a10c0a..df07417 100644 --- a/pdfio_native.nuspec +++ b/pdfio_native.nuspec @@ -13,7 +13,7 @@ false PDFio Library for VS2019+ PDFio is a simple C library for reading and writing PDF files. PDFio is licensed under the Apache License Version 2.0 with an (optional) exception to allow linking against GNU GPL2-only software. - Copyright © 2019-2023 by Michael R Sweet + Copyright © 2019-2024 by Michael R Sweet pdf file native diff --git a/pdfio_native.redist.nuspec b/pdfio_native.redist.nuspec index 8d7ada6..212425d 100644 --- a/pdfio_native.redist.nuspec +++ b/pdfio_native.redist.nuspec @@ -13,7 +13,7 @@ false PDFio Library for VS2019+ PDFio is a simple C library for reading and writing PDF files. This package provides the redistributable content for the PDFio library. PDFio is licensed under the Apache License Version 2.0 with an (optional) exception to allow linking against GNU GPL2-only software. - Copyright © 2019-2023 by Michael R Sweet + Copyright © 2019-2024 by Michael R Sweet pdf file native