Skip to content

Commit 12cd4e8

Browse files
committed
jansson 1.0.4
1 parent bad16ea commit 12cd4e8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
Version 1.0.3, released 2009-09-14
29

310
* Check for integer and real overflows and underflows in decoder

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.59])
2-
AC_INIT([jansson], [1.0.3], [petri@digip.org])
2+
AC_INIT([jansson], [1.0.4], [petri@digip.org])
33

44
AM_INIT_AUTOMAKE([1.10 foreign])
55

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '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.

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
AM_CFLAGS = -Wall -Wextra -Werror -std=c99

0 commit comments

Comments
 (0)