Richard Maciel
2013-10-08 20:35:48 UTC
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 "Trousers".
The branch, master has been updated
via 6deeb2d5a24cd47fb0a9fa98f0c085b09fa3ee53 (commit)
from ad32caabeac522bb42bb18eb1ac4e38480748d87 (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 -----------------------------------------------------------------
http://trousers.git.sourceforge.net/git/gitweb.cgi?p=trousers/trousers;a=commitdiff;h=6deeb2d5a24cd47fb0a9fa98f0c085b09fa3ee53
commit 6deeb2d5a24cd47fb0a9fa98f0c085b09fa3ee53
Author: Richard Maciel <***@linux.vnet.ibm.com>
Date: Tue Oct 8 17:34:10 2013 -0300
Bump version to 0.3.12
diff --git a/ChangeLog b/ChangeLog
index 4508d58..330ed4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+* TROUSERS_0_3_12
+- Added new network code for RPC, which supports IPv6
+- Users of client applications can configure the hostname of the tcsd server
+they want to connect through the TSS_TCSD_HOSTNAME env var (only works if
+application didn't set a hostname in the context)
+- Added disable_ipv4 and disable_ipv6 config options for server
+
+* TROUSERS_0_3_11
+- Fix build process for distros
+- License was changed from GPL to BSD
+- Many bugfixes
+- updated man pages
+
* TROUSERS_0_3_8
- Fix ssl_ui.c overflow
diff --git a/configure.in b/configure.in
index c37177f..7862aab 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# configure.in for the trousers project
#
-AC_INIT(trousers, 0.3.11.2, trousers-***@lists.sf.net)
+AC_INIT(trousers, 0.3.12, trousers-***@lists.sf.net)
TSS_SPEC_MAJOR=1
TSS_SPEC_MINOR=2
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +++++++++++++
configure.in | 2 +-
2 files changed, 14 insertions(+), 1 deletions(-)
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "Trousers".
The branch, master has been updated
via 6deeb2d5a24cd47fb0a9fa98f0c085b09fa3ee53 (commit)
from ad32caabeac522bb42bb18eb1ac4e38480748d87 (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 -----------------------------------------------------------------
http://trousers.git.sourceforge.net/git/gitweb.cgi?p=trousers/trousers;a=commitdiff;h=6deeb2d5a24cd47fb0a9fa98f0c085b09fa3ee53
commit 6deeb2d5a24cd47fb0a9fa98f0c085b09fa3ee53
Author: Richard Maciel <***@linux.vnet.ibm.com>
Date: Tue Oct 8 17:34:10 2013 -0300
Bump version to 0.3.12
diff --git a/ChangeLog b/ChangeLog
index 4508d58..330ed4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+* TROUSERS_0_3_12
+- Added new network code for RPC, which supports IPv6
+- Users of client applications can configure the hostname of the tcsd server
+they want to connect through the TSS_TCSD_HOSTNAME env var (only works if
+application didn't set a hostname in the context)
+- Added disable_ipv4 and disable_ipv6 config options for server
+
+* TROUSERS_0_3_11
+- Fix build process for distros
+- License was changed from GPL to BSD
+- Many bugfixes
+- updated man pages
+
* TROUSERS_0_3_8
- Fix ssl_ui.c overflow
diff --git a/configure.in b/configure.in
index c37177f..7862aab 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# configure.in for the trousers project
#
-AC_INIT(trousers, 0.3.11.2, trousers-***@lists.sf.net)
+AC_INIT(trousers, 0.3.12, trousers-***@lists.sf.net)
TSS_SPEC_MAJOR=1
TSS_SPEC_MINOR=2
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +++++++++++++
configure.in | 2 +-
2 files changed, 14 insertions(+), 1 deletions(-)
hooks/post-receive
--
Trousers
Trousers