gss-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gss branch, master, updated. gss-0-1-3-2-g5c1f1b9


From: Simon Josefsson
Subject: [SCM] GNU gss branch, master, updated. gss-0-1-3-2-g5c1f1b9
Date: Mon, 15 Mar 2010 15:34:45 +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 gss".

http://git.savannah.gnu.org/cgit/gss.git/commit/?id=5c1f1b988b98cafa2860e543da9c155c834401b6

The branch, master has been updated
       via  5c1f1b988b98cafa2860e543da9c155c834401b6 (commit)
       via  6d9ff0069ab7b7a79ffe774ecb9f125703bca9a6 (commit)
      from  c523f938b12201ed5fcaca663f7e9957e4a844ac (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 5c1f1b988b98cafa2860e543da9c155c834401b6
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 16:34:42 2010 +0100

    Bump versions.

commit 6d9ff0069ab7b7a79ffe774ecb9f125703bca9a6
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 16:33:53 2010 +0100

    Add.

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

Summary of changes:
 NEWS             |    5 +++
 configure.ac     |    4 +-
 doc/announce.txt |   95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 102 insertions(+), 2 deletions(-)
 create mode 100644 doc/announce.txt

diff --git a/NEWS b/NEWS
index 86057cb..16b8454 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GSS NEWS -- History of user-visible changes.                   
 -*- outline -*-
 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson
 See the end for copying conditions.
 
+* Version 0.1.4 (unreleased)
+
+** API and ABI modifications.
+No changes since last version.
+
 * Version 0.1.3 (released 2010-03-15)
 
 ** KRB5: Add support for channel bindings.
diff --git a/configure.ac b/configure.ac
index 528e416..39541c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,14 +20,14 @@ dnl Process this file with autoconf to produce a configure 
script.
 # Boston, MA 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU Generic Security Service], [0.1.3], address@hidden, [gss])
+AC_INIT([GNU Generic Security Service], [0.1.4], address@hidden, [gss])
 
 # Library code modified:                              REVISION++
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 1)
-AC_SUBST(LT_REVISION, 3)
+AC_SUBST(LT_REVISION, 4)
 AC_SUBST(LT_AGE, 0)
 
 # Used when creating libgss-XX.def.
diff --git a/doc/announce.txt b/doc/announce.txt
new file mode 100644
index 0000000..1d1b7ab
--- /dev/null
+++ b/doc/announce.txt
@@ -0,0 +1,95 @@
+GSSLib is an implementation of the Generic Security Service Application
+Program Interface (GSS-API).  GSS-API is used by network servers to
+provide security services.  For example, GSS can be used to authenticate
+a client against SMTP or IMAP servers.  GSS consists of a library, a
+manual, and a command line tool for debugging purposes.
+
+Noteworthy changes since the last version:
+
+* Version 0.1.3 (released 2010-03-15)
+
+** KRB5: Add support for channel bindings.
+
+** Build fixes and code cleanups.
+
+** i18n: Added Finnish translation, thanks to Jorma Karvonen.
+
+** i18n: Added Italian translation, thanks to Sergio Zanchetta.
+
+** API and ABI modifications.
+No changes since last version.
+
+While written to be flexible with regards to different GSS mechanisms,
+the only currently supported mechanism is Kerberos 5 via GNU Shishi.
+Mutual and non-mutual authentication, as client and server, is
+supported.  Message privacy protection using DES and 3DES is supported.
+
+GSS aims to be internationalized, thread safe and portable.  GSS is
+written in ANSI/ISO C89, and has been ported to numerous platforms, even
+cross compiled to embedded platforms such as Motorola Coldfire.
+
+GSS is a GNU project, and is licensed under the GNU General Public
+License version 3 or later.
+
+Improving GSS is costly, but you can help!  We are looking for
+organizations that find GSS useful and wish to contribute back.  You can
+contribute by reporting bugs, improve the software, or donate money or
+equipment.
+
+Commercial support contracts for GSS are available, and they help
+finance continued maintenance.  Simon Josefsson Datakonsult AB, a
+Stockholm based privately held company, is currently funding GSS
+maintenance.  We are always looking for interesting development
+projects.
+
+The project's web page is available at:
+  http://www.gnu.org/software/gss/
+
+All manuals are available from:
+  http://www.gnu.org/software/gss/manual/
+
+Specifically, the following formats are available.
+
+The main manual:
+  http://www.gnu.org/software/gss/manual/gss.html - HTML format
+  http://www.gnu.org/software/gss/manual/gss.pdf - PDF format
+
+Also useful are code coverage charts which indicate parts of the source
+code that needs to be tested better by the included self-tests:
+  http://www.gnu.org/software/gss/coverage/
+
+If you need help to use GNU GSS, or want to help others, you are invited
+to join our help-gss mailing list, see:
+<http://lists.gnu.org/mailman/listinfo/help-gss>.
+
+Here are the compressed sources of the entire package:
+  ftp://alpha.gnu.org/gnu/gss/gss-0.1.3.tar.gz (2.0MB)
+  ftp://alpha.gnu.org/gnu/gss/gss-0.1.3.tar.gz.sig (OpenPGP signature)
+
+Here are the build reports for various platforms:
+  http://autobuild.josefsson.org/shishi/
+
+Daily builds of the package are available from:
+  http://daily.josefsson.org/gss/
+
+The software is cryptographically signed by the author using an
+OpenPGP key identified by the following information:
+
+pub   1280R/B565716F 2002-05-05 [expires: 2011-03-30]
+      Key fingerprint = 0424 D4EE 81A0 E3D1 19C6  F835 EDA2 1E94 B565 716F
+uid                  Simon Josefsson <address@hidden>
+uid                  Simon Josefsson <address@hidden>
+sub   1280R/4D5D40AE 2002-05-05 [expires: 2011-03-30]
+
+The key is available from:
+  http://josefsson.org/key.txt
+  dns:b565716f.josefsson.org?TYPE=CERT
+
+Here are the SHA-1 and SHA-224 checksums:
+
+85a1eb2ece45605b7874962203902a8d8388ef04  gss-0.1.3.tar.gz
+
+7cbdb9729128eb47e41d5cd51d4f8aeb04ed157c0151cb5dbc520d58  gss-0.1.3.tar.gz
+
+Happy hacking,
+Simon


hooks/post-receive
-- 
GNU gss




reply via email to

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