Skip to content

Commit

Permalink
bump versions to 0.9.27
Browse files Browse the repository at this point in the history
Signed-off-by: astib <[email protected]>
  • Loading branch information
astibal committed Dec 23, 2021
1 parent 9bd6a6b commit b76bcb9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ It should compile on any recent Linux system with C++17 compiler (GCC is used an
* [ ] memory pool ONLY execution
* [ ] routing - SNI-based, ... more options


## What's new in 0.9.27

- systemd units made ready (most of you will use instance name 'default')
- introduced new config schema mechanics which improves upgrade experience
- rewritten internal connection-proxy flow
- added a new config section 'captures', and its sub-entries 'local' and 'remote'
- introduce GRE capture export sent to remote host, configurable in 'captures/remote' config section
- snap smithproxy flavor introduces snap services and fixes CLI support

### Fixes

- fix IPv6 address ':' will be replaced with underscore
- fix IPv6 transparency - ipv6 traffic is no longer natted regardless of configuration
- fix CLI sub-section handling preventing to enter certain configuration entries


## What's new in 0.9.26

* [x] routing - DNAT fixed, load-balanced
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: smithproxy
version: 0.9.26-dev
version: 0.9.27
summary: Fast and featured transparent TCP/UDP/TLS proxy
description: |
Smithproxy is fast transparent TCP/UDP/TLS (SSL) proxy. It's highly configurable
Expand Down
2 changes: 1 addition & 1 deletion socle
Submodule socle updated 1 files
+2 −2 socle.hpp
4 changes: 2 additions & 2 deletions src/main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
#ifndef SMITHPROXY_MAIN_HPP
#define SMITHPROXY_MAIN_HPP

#define SMITH_VERSION "0.9.26"
#define SMITH_DEVEL 1
#define SMITH_VERSION "0.9.27"
#define SMITH_DEVEL 0



Expand Down

0 comments on commit b76bcb9

Please sign in to comment.