Skip to content

Commit

Permalink
update release information
Browse files Browse the repository at this point in the history
Signed-off-by: astib <[email protected]>
  • Loading branch information
astibal committed Apr 20, 2021
1 parent 710d7bb commit 270703d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,23 @@ It should compile on any recent Linux system with C++17 compiler (GCC is used an
* email support: `<[email protected]>`
* Documentation: [https://smithproxy.readthedocs.org](https://smithproxy.readthedocs.org)

## Roadmap to 0.9.14 (tba)
* [ ] memory profiles - more flexible mempool with, or optionally without fallback to heap for constrained systems
## Roadmap for future versions

* [ ] memory pool ONLY execution

## Roadmap to 0.9.14 (tba - in progress)

* [ ] json/api interface

## Roadmap to 0.9.13 (in progress)
## What's new in 0.9.13

### New features
* new `diag ssl ticket clear` to clear tls session data
* new `diag ssl ticket clear` to clear tls session data
* [x] memory profiles - more flexible mempool controlled by percentile env. variable SX_MEMSIZE
* [x] better certificate cache - certificates from cache expire on LRU-similar basis
* [x] **new installations affecting change** split portal services and core

### Imrovements
### Improvements
* introduce SX_MEMSIZE env variable to control how many buffers are allocated
* libcidr changes - refactored into namespace
* tls session cache is now set to lru mode
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.12-46-g428401b
version: 0.9.13
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
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.12"
#define SMITH_DEVEL 1
#define SMITH_VERSION "0.9.13"
#define SMITH_DEVEL 0

#define USE_PYTHON

Expand Down

0 comments on commit 270703d

Please sign in to comment.