Skip to content

Commit

Permalink
jansson 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Nov 8, 2009
1 parent ca6d26a commit 842bc21
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.1.2, released 2009-11-08

* Fix a bug where an error message was not produced if the input file
could not be opened in json_load_file()
* Fix an assertion failure in decoder caused by a minus sign without a
digit after it
* Remove an unneeded include for stdint.h in jansson.h


Version 1.1.1, released 2009-10-26

* All documentation files were not distributed with v1.1; build
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
AC_INIT([jansson], [1.1.1], [petri@digip.org])
AC_INIT([jansson], [1.1.2], [petri@digip.org])

AM_INIT_AUTOMAKE([1.10 foreign])

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ libjansson_la_SOURCES = \
utf.h \
util.h \
value.c
libjansson_la_LDFLAGS = -version-info 1:0:1
libjansson_la_LDFLAGS = -version-info 1:1:1

AM_CFLAGS = -Wall -Wextra -Werror

0 comments on commit 842bc21

Please sign in to comment.