Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=546d3d56ab4d90f110fbc6b2b738a5f3a8b68b2f
commit 546d3d56ab4d90f110fbc6b2b738a5f3a8b68b2f Author: crazy <[email protected]> Date: Tue Jan 30 22:04:57 2018 +0100 lets fire up an minor release with latest fixes and options diff --git a/NEWS b/NEWS index 70b7071..380506b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +3.9.4 - makepkg updates + - added 'nonow' and 'noprotect' options 3.9.3 - update for new gcc7 based tool chain - added nofortify and norelro options - makepkg and makepkg.conf fixes diff --git a/configure.ac b/configure.ac index f6edc04..fad0e7a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots -AC_INIT([pacman-g2 package manager], 3.9.3, [[email protected]], pacman-g2) +AC_INIT([pacman-g2 package manager], 3.9.4, [[email protected]], pacman-g2) AC_CONFIG_MACRO_DIR([m4]) AC_LANG(C) AC_CONFIG_HEADERS(config.h) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
