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_2_11_4-69-gd351b57


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-69-gd351b57
Date: Mon, 06 Dec 2010 16:43:49 +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=d351b57be6fafe475b9819aa242c9f82902eb2f1

The branch, master has been updated
       via  d351b57be6fafe475b9819aa242c9f82902eb2f1 (commit)
       via  cf6c4126847d5e7a8c1cb95e72a0afb9dfe1b7cf (commit)
      from  89e0db19fc88a0c13c4875bb8801f638bcd316e0 (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 d351b57be6fafe475b9819aa242c9f82902eb2f1
Author: Simon Josefsson <address@hidden>
Date:   Mon Dec 6 17:43:22 2010 +0100

    Don't fail on 'make distcheck'.

commit cf6c4126847d5e7a8c1cb95e72a0afb9dfe1b7cf
Author: Simon Josefsson <address@hidden>
Date:   Mon Dec 6 17:36:31 2010 +0100

    Version 2.11.6.

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

Summary of changes:
 NEWS              |    2 +-
 tests/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index eae8f17..5745e86 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 2.11.6 (unreleased)
+* Version 2.11.6 (released 2010-12-06)
 
 ** libgnutls: Record version of Client Hellos is now set by default to
 SSL 3.0. To restore the previous default behavior use %LATEST_RECORD_VERSION
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 83f9426..1f10d23 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -98,4 +98,4 @@ TESTS_ENVIRONMENT =                                           
\
        $(VALGRIND)
 
 check-local:
-       [ -d suite ] && $(MAKE) -C suite check
+       if test -d suite; then $(MAKE) -C suite check; fi


hooks/post-receive
-- 
GNU gnutls



reply via email to

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