Skip to content

Commit

Permalink
0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundquist committed Sep 27, 2014
1 parent 7377ec0 commit 14404d0
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 2 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2014-09-26 Dustin Lundquist <[email protected]>
0.3.6 release

* Improve logging:
Fix negative connection duration in access log
Include log rotate script
Reopen log files on SIGHUP
Share file handle to same log file between listeners
Avoid unnecessary reconnection to syslog socket
Cache timestamp string for current second
* Man page
* Packaging improvements:
passes lintian and rpm-lint

2014-08-13 Dustin Lundquist <[email protected]>
0.3.5 release

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([sniproxy], [0.3.5])
AC_INIT([sniproxy], [0.3.6])
AC_CONFIG_SRCDIR([src/sniproxy.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
sniproxy (0.3.6) unstable; urgency=medium

* Improve logging:
Fix negative connection duration in access log
Include log rotate script
Reopen log files on SIGHUP
Share file handle to same log file between listeners
Avoid unnecessary reconnection to syslog socket
Cache timestamp string for current second
* Man page
* Packaging improvements:
passes lintian and rpm-lint

-- Dustin Lundquist <[email protected]> Fri, 26 Sep 2014 19:52:38 -0700

sniproxy (0.3.5) unstable; urgency=medium

* Configuration reloading on SIGHUP
Expand Down
14 changes: 13 additions & 1 deletion redhat/sniproxy.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sniproxy
Version: 0.3.5
Version: 0.3.6
Release: 1%{?dist}
Summary: Transparent TLS proxy

Expand Down Expand Up @@ -44,6 +44,18 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Fri Sep 26 2014 Dustin Lundquist <[email protected]> 0.3.6-1
- Improve logging:
Fix negative connection duration in access log
Include log rotate script
Reopen log files on SIGHUP
Share file handle to same log file between listeners
Avoid unnecessary reconnection to syslog socket
Cache timestamp string for current second
- Man page
- Packaging improvements:
passes lintian and rpm-lint

* Wed Aug 13 2014 Dustin Lundquist <[email protected]> 0.3.5-1
- Configuration reloading on SIGHUP
- SSL 2.0 connection handling: do not treat as an error, use fallback
Expand Down

0 comments on commit 14404d0

Please sign in to comment.