gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-38-g7bbd021


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_13-38-g7bbd021
Date: Sat, 25 Feb 2012 08:38:53 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=7bbd0213fb29c6b7445824964a462b16e4c07bd5

The branch, master has been updated
       via  7bbd0213fb29c6b7445824964a462b16e4c07bd5 (commit)
       via  6b0190e9ec08f7843d9251e03284d4de883df6b5 (commit)
       via  df801ed14ef89fd41907a3fc42b0e5f2d931bd34 (commit)
      from  b210e7e09f82b1089d17289b0ae54095bd2218ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7bbd0213fb29c6b7445824964a462b16e4c07bd5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Feb 25 09:43:48 2012 +0100

    Link with local libopts if the installed is an old one.

commit 6b0190e9ec08f7843d9251e03284d4de883df6b5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Feb 25 09:41:24 2012 +0100

    Added getfuncs.pl to distribution.

commit df801ed14ef89fd41907a3fc42b0e5f2d931bd34
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Feb 24 17:02:40 2012 +0100

    updated NEWS

-----------------------------------------------------------------------

Summary of changes:
 NEWS                    |   11 ++++++++++-
 configure.ac            |    2 ++
 doc/scripts/Makefile.am |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c05d09e..f2ef1f4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,16 @@ GnuTLS NEWS -- History of user-visible changes.                
-*- outline -*-
 Copyright (C) 2000-2012 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 3.0.14 (unreleased)
+* Version 3.0.15 (unreleased)
+
+** command line apps: Link with local libopts if the installed
+is an old one.
+
+** API and ABI modifications:
+No changes since last version.
+
+
+* Version 3.0.14 (released 2012-02-24)
 
 ** command line apps: Included libopts doesn't get installed
 by default.
diff --git a/configure.ac b/configure.ac
index 2b45265..122b5a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,8 @@ fi
 AM_CONDITIONAL(ENABLE_PKCS11, test "$with_p11_kit" != "no")
 
 dnl Checks for programs in src/ 
+PKG_CHECK_MODULES([libopts], libopts >= 36.2.11,, [enable_local_libopts=yes])
+
 NEED_LIBOPTS_DIR=true
 LIBOPTS_CHECK([src/libopts])
 
diff --git a/doc/scripts/Makefile.am b/doc/scripts/Makefile.am
index 73e7790..4010b4f 100644
--- a/doc/scripts/Makefile.am
+++ b/doc/scripts/Makefile.am
@@ -17,4 +17,4 @@
 # along with this file; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
-EXTRA_DIST = gdoc sort2.pl split-texi.pl cleanup-autogen.pl
+EXTRA_DIST = gdoc sort2.pl split-texi.pl cleanup-autogen.pl getfuncs.pl


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]