Richard Maciel
2014-04-24 18:03:32 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 a6df7c64ee57971974f3fe264f76645ad50d874f (commit)
from a575f333ff44a68343f1de300067f02780d52c27 (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=a6df7c64ee57971974f3fe264f76645ad50d874f
commit a6df7c64ee57971974f3fe264f76645ad50d874f
Author: Richard Maciel <***@linux.vnet.ibm.com>
Date: Thu Apr 24 14:57:28 2014 -0300
Bumped version to 0.3.13
diff --git a/ChangeLog b/ChangeLog
index 330ed4b..21cb80d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+* TROUSERS_0_3_13
+- Changed exported functions which had a name too common, to avoid collision
+- Assessed daemon security using manual techniques and coverit
+- Fixed major security bugs and memory leaks
+- Added debug support to run tcsd with a different user/group
+- Daemon now properly closes sockets before shutting down
+
* 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
diff --git a/configure.in b/configure.in
index 0a40da2..add23dc 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# configure.in for the trousers project
#
-AC_INIT(trousers, 0.3.12, trousers-***@lists.sf.net)
+AC_INIT(trousers, 0.3.13, trousers-***@lists.sf.net)
TSS_SPEC_MAJOR=1
TSS_SPEC_MINOR=2
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
configure.in | 2 +-
2 files changed, 8 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 a6df7c64ee57971974f3fe264f76645ad50d874f (commit)
from a575f333ff44a68343f1de300067f02780d52c27 (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=a6df7c64ee57971974f3fe264f76645ad50d874f
commit a6df7c64ee57971974f3fe264f76645ad50d874f
Author: Richard Maciel <***@linux.vnet.ibm.com>
Date: Thu Apr 24 14:57:28 2014 -0300
Bumped version to 0.3.13
diff --git a/ChangeLog b/ChangeLog
index 330ed4b..21cb80d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+* TROUSERS_0_3_13
+- Changed exported functions which had a name too common, to avoid collision
+- Assessed daemon security using manual techniques and coverit
+- Fixed major security bugs and memory leaks
+- Added debug support to run tcsd with a different user/group
+- Daemon now properly closes sockets before shutting down
+
* 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
diff --git a/configure.in b/configure.in
index 0a40da2..add23dc 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# configure.in for the trousers project
#
-AC_INIT(trousers, 0.3.12, trousers-***@lists.sf.net)
+AC_INIT(trousers, 0.3.13, trousers-***@lists.sf.net)
TSS_SPEC_MAJOR=1
TSS_SPEC_MINOR=2
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
configure.in | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
hooks/post-receive
--
Trousers
Trousers