From b3d024cfb5bad7a82012c0c9687203895ed73b74 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sat, 17 Feb 2018 16:14:03 +0100 Subject: [PATCH] Release 0.4.2 --- configure.ac | 4 ++-- debian/changelog | 6 ++++++ libfixposix.spec | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 08020ec..ff3d3a3 100644 --- a/configure.ac +++ b/configure.ac @@ -11,9 +11,9 @@ dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dnl Minimum Autoconf version required. AC_PREREQ([2.67]) -AC_INIT([LibFixPOSIX], [0.4.1], [iolib-devel@common-lisp.net], +AC_INIT([LibFixPOSIX], [0.4.2], [iolib-devel@common-lisp.net], [libfixposix], [https://github.com/sionescu/libfixposix]) -AC_COPYRIGHT([Copyright © 2010-2016 Stelian Ionescu ]) +AC_COPYRIGHT([Copyright © 2010-2018 Stelian Ionescu ]) AC_MSG_NOTICE([srcdir: $srcdir]) AC_MSG_NOTICE([builddir: $builddir]) diff --git a/debian/changelog b/debian/changelog index f210c22..0063299 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libfixposix (0.4.2) unstable; urgency=low + + * Release 0.4.2 + + -- Stelian Ionescu Sat, 17 Feb 2018 15:00:00 +0100 + libfixposix (0.4.1) unstable; urgency=low * Release 0.4.1 diff --git a/libfixposix.spec b/libfixposix.spec index 99665af..c28194b 100644 --- a/libfixposix.spec +++ b/libfixposix.spec @@ -1,6 +1,6 @@ Name: libfixposix Summary: POSIX syscall wrappers -Version: 0.4.1 +Version: 0.4.2 Release: 0 License: BSL-1.0 Group: Development/Libraries/C and C++ @@ -62,6 +62,8 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/libfixposix.pc %changelog +* Sat Feb 17 2018 Stelian Ionescu - 0.4.2 +- Release 0.4.2 * Thu Jun 23 2016 Stelian Ionescu - 0.4.1 - Release 0.4.1 * Tue May 3 2016 Stelian Ionescu - 0.4.0