shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-0-0-43-25-ga619702


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-0-0-43-25-ga619702
Date: Thu, 20 May 2010 18:45:26 +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 shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=a619702d9a1fe0489cafa234201f4898f277b40e

The branch, master has been updated
       via  a619702d9a1fe0489cafa234201f4898f277b40e (commit)
       via  9a282a13297cac8282162d603567544f33b614e6 (commit)
       via  7299285a0b01d7cff9a020d725cf2aa00ebf09fc (commit)
       via  79e0837a38024095e62cf99f323cd6cad7324e78 (commit)
      from  8b93300040896c32b35818222fc24dc7999b65ef (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 a619702d9a1fe0489cafa234201f4898f277b40e
Author: Simon Josefsson <address@hidden>
Date:   Thu May 20 20:45:21 2010 +0200

    Generated.

commit 9a282a13297cac8282162d603567544f33b614e6
Author: Simon Josefsson <address@hidden>
Date:   Thu May 20 20:28:10 2010 +0200

    Make it build.

commit 7299285a0b01d7cff9a020d725cf2aa00ebf09fc
Author: Simon Josefsson <address@hidden>
Date:   Thu May 20 20:24:26 2010 +0200

    Version 1.0.0.

commit 79e0837a38024095e62cf99f323cd6cad7324e78
Author: Simon Josefsson <address@hidden>
Date:   Thu May 20 20:04:09 2010 +0200

    Fix.

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

Summary of changes:
 ChangeLog       |  151 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS            |    7 ++-
 doc/Makefile.am |    3 +-
 3 files changed, 158 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 53b67a8..bee033a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,154 @@
+2010-05-20  Simon Josefsson <address@hidden>
+
+       * ChangeLog, doc/Makefile.am: Make it build.
+
+2010-05-20  Simon Josefsson <address@hidden>
+
+       * NEWS: Version 1.0.0.
+
+2010-05-20  Simon Josefsson <address@hidden>
+
+       * NEWS: Fix.
+
+2010-05-20  Simon Josefsson <address@hidden>
+
+       * .gitignore, build-aux/pmccabe.css, build-aux/pmccabe2html,
+       cfg.mk, configure.ac, doc/cyclo/Makefile.am, gl/Makefile.am,
+       gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Add cyclomatic code
+       complexity chart.
+
+2010-05-20  Simon Josefsson <address@hidden>
+
+       * NEWS, cfg.mk, doc/gendocs_template, doc/reference/Makefile.am,
+       gl/override/doc/gendocs_template.diff, gtk-doc.make, m4/gtk-doc.m4: 
+       Update GTK-DOC files to enable PDF manual.
+
+2010-05-20  Simon Josefsson <address@hidden>
+
+       * build-aux/c++defs.h, build-aux/gendocs.sh, configure.ac,
+       db/gl/wchar.in.h, doc/gendocs_template, gl/Makefile.am,
+       gl/m4/asm-underscore.m4, gl/m4/gnulib-cache.m4,
+       gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4,
+       gl/m4/valgrind-tests.m4, gl/stdio-write.c, gl/stdio.in.h,
+       gl/unistd.in.h, gl/vasnprintf.c, gl/verify.h, gl/wchar.in.h,
+       m4/valgrind.m4, maint.mk, src/gl/error.c: Update gnulib files, use
+       valgrind-tests module.
+
+2010-04-29  Simon Josefsson <address@hidden>
+
+       * build-aux/gnupload, db/gl/m4/gnulib-common.m4, gl/Makefile.am,
+       gl/m4/gnulib-common.m4, gl/m4/netdb_h.m4, gl/m4/unistd_h.m4,
+       gl/netdb.in.h, gl/unistd.in.h, maint.mk, src/gl/m4/gnulib-common.m4: 
+       Update gnulib files.
+
+2010-04-25  Simon Josefsson <address@hidden>
+
+       * build-aux/vc-list-files, gl/m4/strnlen.m4, gl/vasnprintf.c,
+       maint.mk: Update gnulib files.
+
+2010-04-22  Simon Josefsson <address@hidden>
+
+       * .gitignore: Ignore more.
+
+2010-04-22  Simon Josefsson <address@hidden>
+
+       * m4/valgrind.m4: Use valgrind -q.
+
+2010-04-22  Simon Josefsson <address@hidden>
+
+       * .x-sc_program_name: Fix syntax-check nit.
+
+2010-04-22  Simon Josefsson <address@hidden>
+
+       * NEWS, asn1/Makefile.am, asn1/coding.c, asn1/decoding.c,
+       asn1/element.h, asn1/gstr.h, asn1/libtasn1.h, asn1/parser_aux.c,
+       asn1/parser_aux.h, asn1/structure.h, asn1/version.c: minitasn1:
+       Internal copy upgraded to GNU Libtasn1 v2.6.
+
+2010-04-22  Simon Josefsson <address@hidden>
+
+       * cfg.mk, db/file.c, examples/client-priv.c,
+       examples/client-safe.c, extra/pam_shishi/pam_shishi.c,
+       extra/pam_shishi/test.c, lib/cfg.c, lib/tkts.c, tests/utils.h: 
+       Indent code.
+
+2010-04-22  Simon Josefsson <address@hidden>
+
+       * gl/Makefile.am, gl/gc-libgcrypt.c, gl/m4/netdb_h.m4, gl/setenv.c,
+       gl/stdbool.in.h, maint.mk, src/gl/getopt.c, src/gl/getopt_int.h: 
+       Update gnulib files.
+
+2010-04-14  Simon Josefsson <address@hidden>
+
+       * lib/kdc.c: Doc typo fixes.
+
+2010-04-14  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2010-04-14  Simon Josefsson <address@hidden>
+
+       * lib/ap.c, lib/crypto-ctx.c, lib/kdc.c, lib/priv.c: Doc typo fixes.
+
+2010-04-14  Simon Josefsson <address@hidden>
+
+       * lib/as.c, lib/asn1.c, lib/ccache.c, lib/ccache.h, lib/cfg.c,
+       lib/crypto-des.c, lib/crypto.c, lib/diskio.c, lib/gztime.c,
+       lib/init.c, lib/kdcreq.c, lib/key.c, lib/keys.c, lib/keytab.c,
+       lib/krberror.c, lib/low-crypto.c, lib/netio.c, lib/principal.c,
+       lib/shishi.h, lib/starttls.c, lib/starttls.h, lib/tktccache.c,
+       lib/tkts.c, src/server.c, src/shisa.c, src/shishi.c, src/shishid.c,
+       src/starttls.c, tests/crypto-ctx.c, tests/nonce.c: Indent code.
+
+2010-04-14  Simon Josefsson <address@hidden>
+
+       * src/gl/getopt.c, src/gl/m4/getopt.m4: Update gnulib files.
+
+2010-04-13  Simon Josefsson <address@hidden>
+
+       * .x-sc_prohibit_empty_lines_at_EOF, .x-sc_texinfo_acronym,
+       .x-sc_unmarked_diagnostics, GNUmakefile, build-aux/c++defs.h,
+       build-aux/warn-on-use.h, db/gl/m4/gnulib-common.m4,
+       db/gl/m4/gnulib-comp.m4, db/gl/stdint.in.h, db/gl/wchar.in.h,
+       doc/reference/Makefile.am, doc/shishi.texi,
+       extra/rsh-redone/rlogin.c, extra/rsh-redone/rsh.c, gl/Makefile.am,
+       gl/arpa_inet.in.h, gl/errno.in.h, gl/float.in.h, gl/fseeko.c,
+       gl/m4/fseeko.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
+       gl/m4/lib-link.m4, gl/m4/memchr.m4, gl/m4/stdio_h.m4,
+       gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/string_h.m4,
+       gl/m4/strnlen.m4, gl/m4/strtok_r.m4, gl/m4/time_h.m4,
+       gl/m4/time_r.m4, gl/m4/timegm.m4, gl/m4/unistd_h.m4,
+       gl/m4/vasnprintf.m4, gl/netdb.in.h, gl/netinet_in.in.h,
+       gl/stdarg.in.h, gl/stdint.in.h, gl/stdio-impl.h, gl/stdio.in.h,
+       gl/stdlib.in.h, gl/string.in.h, gl/strings.in.h,
+       gl/sys_socket.in.h, gl/sys_stat.in.h, gl/time.in.h, gl/time_r.c,
+       gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, maint.mk,
+       src/gl/errno.in.h, src/gl/getopt.in.h, src/gl/locale.in.h,
+       src/gl/m4/gnulib-common.m4, src/gl/m4/gnulib-comp.m4: Update gnulib
+       files.  Fix syntax-check warnings.
+
+2010-04-13  Simon Josefsson <address@hidden>
+
+       * NEWS, THANKS, lib/netio.c: Fix building with --disable-starttls.  
Reported by Johan van Selst <address@hidden> in
+
+       <http://lists.gnu.org/archive/html/help-shishi/2010-04/msg00000.html>.
+
+2010-03-30  Simon Josefsson <address@hidden>
+
+       * cfg.mk: Prepare for non-alpha upload.
+
+2010-03-30  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac, lib/shishi.h: Bump versions.
+
+2010-03-30  Simon Josefsson <address@hidden>
+
+       * doc/announce.txt: Update.
+
+2010-03-30  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
 2010-03-30  Simon Josefsson <address@hidden>
 
        * NEWS: Version 0.0.43.
diff --git a/NEWS b/NEWS
index d7bf971..4fa0421 100644
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,15 @@ Shishi NEWS -- History of user-visible changes.               
  -*- outline -*-
 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon 
Josefsson
 See the end for copying conditions.
 
-* Version 1.0.0 (unreleased)
+* Version 1.0.0 (released 2010-05-20)
 
 ** doc: Added PDF version of API reference manual.
 See doc/reference/shishi.pdf.
 
-** Fix building with --disable-starttls.
+** doc: Added Cyclomatic Code Complexity charts.
+See doc/cyclo/.
+
+** build: Fix building with --disable-starttls.
 Reported by Johan van Selst <address@hidden> in
 <http://lists.gnu.org/archive/html/help-shishi/2010-04/msg00000.html>.
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 189f90a..35fb487 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -18,8 +18,9 @@
 # to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
 # Floor, Boston, MA 02110-1301, USA.
 
+SUBDIRS = . cyclo
 if ENABLE_GTK_DOC
-SUBDIRS = . reference
+SUBDIRS += reference
 endif
 
 EXTRA_DIST = gdoc gdoc-error shishi.html shishi.pdf shishi.ps components.dia


hooks/post-receive
-- 
GNU shishi



reply via email to

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