libtasn1-commit
[Top][All Lists]
Advanced

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

[SCM] GNU libtasn1 branch, master, updated. libtasn1_2_10-25-g4554cc0


From: Simon Josefsson
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_10-25-g4554cc0
Date: Sun, 20 Nov 2011 23:38:09 +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 libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=4554cc0da52ebc67a25043937fe408d399ea4f7d

The branch, master has been updated
       via  4554cc0da52ebc67a25043937fe408d399ea4f7d (commit)
       via  d19398395fc6413635bef95d7a46e7f0c96f2a3a (commit)
       via  73a5b1649be7858f736ec9104024ed99ffd11b97 (commit)
       via  09e463ef309690253da205bb1da51450fa415b1b (commit)
      from  9ba70aadcdf4e63b95292de7414d12c52428b588 (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 4554cc0da52ebc67a25043937fe408d399ea4f7d
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 21 00:29:26 2011 +0100

    Make Windows build part of release process.

commit d19398395fc6413635bef95d7a46e7f0c96f2a3a
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 21 00:24:03 2011 +0100

    Reorder.

commit 73a5b1649be7858f736ec9104024ed99ffd11b97
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 21 00:19:56 2011 +0100

    Fix srcdir!=builddir gtk-doc build.

commit 09e463ef309690253da205bb1da51450fa415b1b
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 21 00:18:06 2011 +0100

    Fix syntax-check.

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

Summary of changes:
 .gitignore                |    2 ++
 NEWS                      |    3 ++-
 cfg.mk                    |   12 +++++++++---
 doc/reference/Makefile.am |    2 +-
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8957d56..f5c283c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -189,3 +189,5 @@ tests/Test_simple
 tests/Test_simple.o
 tests/Test_tree
 tests/Test_tree.o
+windows/libtasn1-*-win??.zip
+windows/tmp
diff --git a/NEWS b/NEWS
index fa71ae9..255c7df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
 * Noteworthy changes in release 2.11 (????-??-??) [stable]
+- qa: Now builds without compiler warnings with Solaris CC.
+- qa: Added clang analysis.  Fixed cyclomatic complexity output.
 - tests: Added self-test of bit string functions.
 - build: Added windows/libtasn14win.mk rules to produce Windows binaries.
 - build: Don't hard code path to perl in doc/gdoc.
-- build: Now builds without compiler warnings with Solaris CC.
 
 * Noteworthy changes in release 2.10 (2011-10-25) [stable]
 - lib: Small optimization, possibly working around gcc/valgrind issue.
diff --git a/cfg.mk b/cfg.mk
index b6ab887..30b20e4 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -30,7 +30,7 @@ local-checks-to-skip = sc_prohibit_strcmp 
sc_prohibit_have_config_h   \
        sc_require_config_h sc_require_config_h_first                   \
        sc_immutable_NEWS sc_prohibit_magic_number_exit                 \
        sc_bindtextdomain
-VC_LIST_ALWAYS_EXCLUDE_REGEX = 
^(maint.mk|gtk-doc.make|build-aux/|gl/.*|lib/gllib/.*|lib/glm4/.*|lib/ASN1\.c|m4/pkg.m4|doc/gdoc|windows/.*|doc/fdl-1.3.texi|build-aux/pmccabe2html|build-aux/pmccabe.css)$$
+VC_LIST_ALWAYS_EXCLUDE_REGEX = 
^(maint.mk|gtk-doc.make|build-aux/.*|gl/.*|lib/gllib/.*|lib/glm4/.*|lib/ASN1\.c|m4/pkg.m4|doc/gdoc|windows/.*|doc/fdl-1.3.texi)$$
 
 # Explicit syntax-check exceptions.
 exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = 
^tests/TestIndef.p12$$
@@ -141,11 +141,17 @@ tarball:
        rm -f ChangeLog
        $(MAKE) ChangeLog distcheck
 
+libtasn14win:
+       cd windows && make -f libtasn14win.mk libtasn14win VERSION=$(VERSION)
+
+libtasn14win-upload:
+       cd windows && make -f libtasn14win.mk upload VERSION=$(VERSION)
+
 source:
        git commit -m Generated. ChangeLog
        git tag -u b565716f! -m $(VERSION) $(tag)
 
-release-check: syntax-check tarball gendoc-copy gtkdoc-copy coverage 
coverage-copy clang clang-copy
+release-check: syntax-check tarball libtasn14win gendoc-copy gtkdoc-copy 
coverage coverage-copy clang clang-copy
 
 release-upload-www: gendoc-upload gtkdoc-upload coverage-upload clang-upload
 
@@ -155,4 +161,4 @@ release-upload-ftp:
        build-aux/gnupload --to ftp.gnu.org:libtasn1 $(distdir).tar.gz
        cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
 
-release: release-check release-upload-www source release-upload-ftp
+release: release-check release-upload-www source release-upload-ftp 
libtasn14win-upload
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index c6e3aed..f1e0bce 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -22,7 +22,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 # gtk-doc will search all .c and .h files beneath these paths
 # for inline comments documenting functions and macros.
 # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
-DOC_SOURCE_DIR=../../lib
+DOC_SOURCE_DIR=$(top_srcdir)/lib
 
 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
 SCANGOBJ_OPTIONS=


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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