File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ master - UNRELEASED
66
77 Nothing
88
9+ v0.4.0 - 28 Nov 2016
10+ --------------------
11+
12+ * New features
13+
14+ - protobuf2json: bytes fields now encoded with base64
915
1016v0.3.1 - 07 Feb 2016
1117--------------------
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ int json2protobuf_file(
9999Each of them have ` error_string ` and ` error_size ` arguments used to pass error description from ` protobuf2json-c ` functions.
100100You can pass ` NULL ` and ` 0 ` to avoid setting error description.
101101
102-
103102Credits
104103-------
105104
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dnl and/or modify it under the terms of the MIT license.
55dnl See LICENSE for details.
66
77AC_PREREQ ( [ 2.59] )
8- AC_INIT ( [ libprotobuf2json-c] , [ 0.3.1 ] , [ efimovov@gmail.com] )
8+ AC_INIT ( [ libprotobuf2json-c] , [ 0.4.0 ] , [ efimovov@gmail.com] )
99AC_CONFIG_MACRO_DIR ( [ m4] )
1010
1111AM_INIT_AUTOMAKE ( [ foreign -Wall] )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ libprotobuf2json_c_la_SOURCES = protobuf2json.c
2020# Bump current, set revision and age to 0.
2121#
2222# current[:revision[:age]]
23- libprotobuf2json_c_la_LDFLAGS = -version-info 2 :0:2
23+ libprotobuf2json_c_la_LDFLAGS = -version-info 3 :0:0
2424
2525include_HEADERS = ../include/protobuf2json.h
2626
You can’t perform that action at this time.
0 commit comments