Skip to content

Commit

Permalink
0.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundquist committed Aug 14, 2014
1 parent 68dfff4 commit 525b355
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
2014-08-13 Dustin Lundquist <[email protected]>
0.3.5 release

* Configuration reloading on SIGHUP
* SSL 2.0 connection handling: do not treat as an error, use fallback
address if configured.
* Fix buffer_coalesce error
* Spawn privileged child to bind sockets to privileged ports on reload
* Add -V flag to return sniproxy version
* Use libev for timestamps to improve portability
* Include several for BSD compatibility
* Large file support (for log files)

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.4])
AC_INIT([sniproxy], [0.3.5])
AC_CONFIG_SRCDIR([src/sniproxy.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sniproxy (0.3.5) unstable; urgency=medium

* Configuration reloading on SIGHUP
* SSL 2.0 connection handling: do not treat as an error, use fallback
address if configured.
* Fix buffer_coalesce error
* Spawn privileged child to bind sockets to privileged ports on reload
* Add -V flag to return sniproxy version
* Use libev for timestamps to improve portability
* Include several for BSD compatibility

-- Dustin Lundquist <[email protected]> Wed, 13 Aug 2014 18:25:53 -0700

sniproxy (0.3.4) unstable; urgency=medium

* Add source address specification configuration option.
Expand Down
12 changes: 11 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.4
Version: 0.3.5
Release: 1%{?dist}
Summary: Transparent TLS proxy

Expand Down Expand Up @@ -43,3 +43,13 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* 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
address if configured.
- Fix buffer_coalesce error
- Spawn privileged child to bind sockets to privileged ports on reload
- Add -V flag to return sniproxy version
- Use libev for timestamps to improve portability
- Include several for BSD compatibility
- Large file support (for log files)
2 changes: 1 addition & 1 deletion setver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=0.3.4
VERSION=0.3.5

SOURCE_DIR=$(dirname $0)
GIT_DIR=${SOURCE_DIR}/.git
Expand Down

0 comments on commit 525b355

Please sign in to comment.