Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Release v1.2.15, see ChangeLog for details
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Dec 6, 2017
1 parent 4c4eb3a commit 564d694
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.2.15
o deprecated unset_hook and set_hook / cleanup (f1d2bd1 Nathan French)
o updated travis configuration (45003e1 Nathan French)
o Latest revision to support multiple SSL versions (4e353ba Tony Lambiris)
o remove silly comment (d3da401 Nathan French)
o check for errors in SSL RAND_(poll|bytes) calls (018dec8 Nathan French)
o Added new virtualhost examples and functions (3467382 Nathan French)
o added example request pausing app (282a1c9 Nathan French)
o Added a more extensive SSL sandbox. (1e0c241 Nathan French)
o Add examples/https/README (6ecf7e7 Nathan French)
o exit failure in example_https when SSL is disabled (0848e08 Nathan French)
o [#26] Use SSL_CTX_use_certificate_chain_file (4c4eb3a Nathan French)

v1.2.14 - !!!! SECURITY UPDATE !!!!
o Added doxygen tags. Updated Doxyfile to include more sources and headers. (50ab41d Dan Henderson)
o SSL logging on handshake errors (0fff6bc Nathan French)
Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set (PROJECT_MAJOR_VERSION 1)
set (PROJECT_MINOR_VERSION 2)
set (PROJECT_PATCH_VERSION 14)
set (PROJECT_PATCH_VERSION 15)
set (PROJECT_VERSION
"${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}")
4 changes: 2 additions & 2 deletions include/evhtp/evhtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ typedef evhtp_ssl_sess_t * (* evhtp_ssl_scache_get)(evhtp_connection_t * connect
typedef void * (* evhtp_ssl_scache_init)(evhtp_t *);
#endif

#define EVHTP_VERSION "1.2.14"
#define EVHTP_VERSION "1.2.15"
#define EVHTP_VERSION_MAJOR 1
#define EVHTP_VERSION_MINOR 2
#define EVHTP_VERSION_PATCH 14
#define EVHTP_VERSION_PATCH 15

#define evhtp_headers_iterator evhtp_kvs_iterator

Expand Down

0 comments on commit 564d694

Please sign in to comment.