forked from dlundquist/sniproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7377ec0
commit 14404d0
Showing
4 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|