File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ Version 1.0.4, released 2009-10-11
2+
3+ * Relax Autoconf version requirement to 2.59
4+ * Make Jansson compile on platforms where plain char is unsigned
5+ * Fix API tests for object
6+
7+
18Version 1.0.3, released 2009-09-14
29
310* Check for integer and real overflows and underflows in decoder
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.59] )
2- AC_INIT ( [ jansson] , [ 1.0.3 ] , [ petri@digip.org] )
2+ AC_INIT ( [ jansson] , [ 1.0.4 ] , [ petri@digip.org] )
33
44AM_INIT_AUTOMAKE ( [ 1.10 foreign] )
55
Original file line number Diff line number Diff line change 5252# The short X.Y version.
5353version = '1.0'
5454# The full version, including alpha/beta/rc tags.
55- release = '1.0.3 '
55+ release = '1.0.4 '
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ libjansson_la_SOURCES = \
1313 utf.h \
1414 util.h \
1515 value.c
16- libjansson_la_LDFLAGS = -version-info 0:3 :0
16+ libjansson_la_LDFLAGS = -version-info 0:4 :0
1717
1818AM_CFLAGS = -Wall -Wextra -Werror -std=c99
You can’t perform that action at this time.
0 commit comments