mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-09 08:16:58 +08:00
Merge branch 'tmp-protobuf-c' into 'master'
updated to protobuf 1.5.2 See merge request openconnect/ocserv!475
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,5 +1,6 @@
|
||||
* Version 1.4.1 (unreleased)
|
||||
- The bundled inih was updated to r62.
|
||||
- The bundled protobuf-c was updated to 1.5.2.
|
||||
- Fixed a bug where session timeout could be bypassed by reconnecting
|
||||
(e.g., closing/opening laptop lid) (#599)
|
||||
- occtl: 'show user' command now includes a 'Session started at:' field,
|
||||
|
||||
@@ -795,13 +795,13 @@ protobuf_c_version_number(void);
|
||||
* The version of the protobuf-c headers, represented as a string using the same
|
||||
* format as protobuf_c_version().
|
||||
*/
|
||||
#define PROTOBUF_C_VERSION "1.5.1"
|
||||
#define PROTOBUF_C_VERSION "1.5.2"
|
||||
|
||||
/**
|
||||
* The version of the protobuf-c headers, represented as an integer using the
|
||||
* same format as protobuf_c_version_number().
|
||||
*/
|
||||
#define PROTOBUF_C_VERSION_NUMBER 1005001
|
||||
#define PROTOBUF_C_VERSION_NUMBER 1005002
|
||||
|
||||
/**
|
||||
* The minimum protoc-gen-c version which works with the current version of the
|
||||
|
||||
Reference in New Issue
Block a user