File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
protobuf2json-c releases
2
2
========================
3
3
4
- master - UNRELEASED
4
+ v0.1.1 - 04 May 2014
5
5
-------------------
6
6
7
7
* Fixes:
@@ -12,7 +12,7 @@ master - UNRELEASED
12
12
13
13
* Other:
14
14
15
- - api: change error constants values
15
+ - build: sanitizing integer errors
16
16
- test: free json_string and protobuf_message
17
17
- test: use TEST_JSON_FLAGS in all positive tests
18
18
@@ -26,7 +26,7 @@ v0.1.0 - 02 May 2014
26
26
27
27
* Other:
28
28
29
- - build: sanitizing integer errors
29
+ - api: change error constants values
30
30
31
31
32
32
v0.0.5 - 01 May 2014
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.1.0 ] , [ efimovov@gmail.com] )
8
+ AC_INIT ( [ libprotobuf2json-c] , [ 0.1.1 ] , [ efimovov@gmail.com] )
9
9
AC_CONFIG_MACRO_DIR ( [ m4] )
10
10
11
11
AM_INIT_AUTOMAKE ( [ foreign -Wall] )
You can’t perform that action at this time.
0 commit comments