File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ master - UNRELEASED
6
6
7
7
Nothing
8
8
9
+ v0.4.0 - 28 Nov 2016
10
+ --------------------
11
+
12
+ * New features
13
+
14
+ - protobuf2json: bytes fields now encoded with base64
9
15
10
16
v0.3.1 - 07 Feb 2016
11
17
--------------------
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ int json2protobuf_file(
99
99
Each of them have ` error_string ` and ` error_size ` arguments used to pass error description from ` protobuf2json-c ` functions.
100
100
You can pass ` NULL ` and ` 0 ` to avoid setting error description.
101
101
102
-
103
102
Credits
104
103
-------
105
104
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.
5
5
dnl See LICENSE for details.
6
6
7
7
AC_PREREQ ( [ 2.59] )
8
- AC_INIT ( [ libprotobuf2json-c] ,
[ 0.3.1 ] ,
[ [email protected] ] )
8
+ AC_INIT ( [ libprotobuf2json-c] ,
[ 0.4.0 ] ,
[ [email protected] ] )
9
9
AC_CONFIG_MACRO_DIR ( [ m4] )
10
10
11
11
AM_INIT_AUTOMAKE ( [ foreign -Wall] )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ libprotobuf2json_c_la_SOURCES = protobuf2json.c
20
20
# Bump current, set revision and age to 0.
21
21
#
22
22
# current[:revision[:age]]
23
- libprotobuf2json_c_la_LDFLAGS = -version-info 2 :0:2
23
+ libprotobuf2json_c_la_LDFLAGS = -version-info 3 :0:0
24
24
25
25
include_HEADERS = ../include/protobuf2json.h
26
26
You can’t perform that action at this time.
0 commit comments