diff --git a/CHANGES.md b/CHANGES.md index 4ce126b..48fdc8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,13 @@ Changes in PDFio ================ -v1.4.0 - YYYY-MM-DD +v1.4.1 - YYYY-MM-DD +------------------- + +- Fixed the link libraries for the example source code (Issue #86) + + +v1.4.0 - 2024-12-26 ------------------- - Added new `pdfioDictGetKey` and `pdfioDictGetNumPairs` APIs (Issue #63) diff --git a/Makefile.in b/Makefile.in index 52f3698..704f4d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for PDFio. # -# Copyright © 2021-2024 by Michael R Sweet. +# Copyright © 2021-2025 by Michael R Sweet. # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. @@ -246,7 +246,7 @@ ttf.o: ttf.h # Make documentation using Codedoc DOCFLAGS = \ --author "Michael R Sweet" \ - --copyright "Copyright (c) 2021-2024 by Michael R Sweet" \ + --copyright "Copyright (c) 2021-2025 by Michael R Sweet" \ --docversion $(PDFIO_VERSION) .PHONY: doc diff --git a/NOTICE b/NOTICE index 5e43ae9..846ae73 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ PDFio - PDF Read/Write Library -Copyright © 2021-2024 by Michael R Sweet. +Copyright © 2021-2025 by Michael R Sweet. (Optional) Exceptions to the Apache 2.0 License: ================================================ diff --git a/README.md b/README.md index 8cb648f..9710a5b 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-2024 by Michael R Sweet. +PDFio is Copyright © 2021-2025 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/configure b/configure index f32b853..dc87439 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for pdfio 1.4.0. +# Generated by GNU Autoconf 2.71 for pdfio 1.4.1. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pdfio' PACKAGE_TARNAME='pdfio' -PACKAGE_VERSION='1.4.0' -PACKAGE_STRING='pdfio 1.4.0' +PACKAGE_VERSION='1.4.1' +PACKAGE_STRING='pdfio 1.4.1' PACKAGE_BUGREPORT='https://github.com/michaelrsweet/pdfio/issues' PACKAGE_URL='https://www.msweet.org/pdfio' @@ -1293,7 +1293,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pdfio 1.4.0 to adapt to many kinds of systems. +\`configure' configures pdfio 1.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1359,7 +1359,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pdfio 1.4.0:";; + short | recursive ) echo "Configuration of pdfio 1.4.1:";; esac cat <<\_ACEOF @@ -1456,7 +1456,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pdfio configure 1.4.0 +pdfio configure 1.4.1 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1612,7 +1612,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pdfio $as_me 1.4.0, which was +It was created by pdfio $as_me 1.4.1, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2368,9 +2368,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -PDFIO_VERSION="1.4.0" -PDFIO_VERSION_MAJOR="`echo 1.4.0 | awk -F. '{print $1}'`" -PDFIO_VERSION_MINOR="`echo 1.4.0 | awk -F. '{printf("%d\n",$2);}'`" +PDFIO_VERSION="1.4.1" +PDFIO_VERSION_MAJOR="`echo 1.4.1 | awk -F. '{print $1}'`" +PDFIO_VERSION_MINOR="`echo 1.4.1 | awk -F. '{printf("%d\n",$2);}'`" @@ -4935,7 +4935,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pdfio $as_me 1.4.0, which was +This file was extended by pdfio $as_me 1.4.1, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4991,7 +4991,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -pdfio config.status 1.4.0 +pdfio config.status 1.4.1 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 937f513..c0d2977 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.70]) dnl Package name and version... -AC_INIT([pdfio], [1.4.0], [https://github.com/michaelrsweet/pdfio/issues], [pdfio], [https://www.msweet.org/pdfio]) +AC_INIT([pdfio], [1.4.1], [https://github.com/michaelrsweet/pdfio/issues], [pdfio], [https://www.msweet.org/pdfio]) PDFIO_VERSION="AC_PACKAGE_VERSION" PDFIO_VERSION_MAJOR="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`" diff --git a/examples/Makefile b/examples/Makefile index 17f6296..72f299b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,7 +1,7 @@ # # Makefile for PDFio examples. # -# Copyright © 2024 by Michael R Sweet. +# Copyright © 2024-2025 by Michael R Sweet. # # Licensed under Apache License v2.0. See the file "LICENSE" for more # information. diff --git a/pdfio_native.nuspec b/pdfio_native.nuspec index 9d6fa68..95eaefd 100644 --- a/pdfio_native.nuspec +++ b/pdfio_native.nuspec @@ -3,7 +3,7 @@ pdfio_native PDFio Library for VS2019+ - 1.4.0 + 1.4.1 Michael R Sweet michaelrsweet https://github.com/michaelrsweet/pappl @@ -13,10 +13,10 @@ 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-2024 by Michael R Sweet + Copyright © 2019-2025 by Michael R Sweet pdf file native - + diff --git a/pdfio_native.redist.nuspec b/pdfio_native.redist.nuspec index a171bd3..e2a8111 100644 --- a/pdfio_native.redist.nuspec +++ b/pdfio_native.redist.nuspec @@ -3,7 +3,7 @@ pdfio_native.redist PDFio Library for VS2019+ - 1.4.0 + 1.4.1 Michael R Sweet michaelrsweet https://github.com/michaelrsweet/pappl @@ -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-2024 by Michael R Sweet + Copyright © 2019-2025 by Michael R Sweet pdf file native