Skip to content

Commit

Permalink
Merge pull request #102 from troglobit/release-3.2.1
Browse files Browse the repository at this point in the history
Fix #101: Bump ABI 1.1.0 --> 2.0.0 and prepare release v3.2.1
  • Loading branch information
troglobit committed Aug 17, 2017
2 parents 191cda6 + 7dee14f commit 64f2790
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
33 changes: 21 additions & 12 deletions ChangeLog.md
Expand Up @@ -4,6 +4,14 @@ Change Log
All notable changes in libConfuse are documented in this file.


[v3.2.1][] - 2017-08-17
-----------------------

### Fixes
* Issue #101: Bump ABI major number due to incompatible change in struct
when adding option annotation/comments in [v.3.1][]: `1.1.0 -> 2.0.0`


[v3.2][] - 2017-06-03
---------------------

Expand Down Expand Up @@ -341,15 +349,16 @@ v1.2.2 - 2002-11-27
* updated the manual


[UNRELEASED]: https://github.com/martinh/libconfuse/compare/v3.2...HEAD
[v3.2]: https://github.com/martinh/libconfuse/compare/v3.1...v3.2
[v3.1]: https://github.com/martinh/libconfuse/compare/v3.0...v3.1
[v3.0]: https://github.com/martinh/libconfuse/compare/v2.8...v3.0
[v2.8]: https://github.com/martinh/libconfuse/compare/v2.7...v2.8
[v2.7]: https://github.com/martinh/libconfuse/compare/v2.6...v2.7
[v2.6]: https://github.com/martinh/libconfuse/compare/v2.5...v2.6
[v2.5]: https://github.com/martinh/libconfuse/compare/v2.4...v2.5
[v2.4]: https://github.com/martinh/libconfuse/compare/v2.3...v2.4
[v2.3]: https://github.com/martinh/libconfuse/compare/v2.2...v2.3
[v2.2]: https://github.com/martinh/libconfuse/compare/v2.1...v2.2
[v2.1]: https://github.com/martinh/libconfuse/compare/v2.0...v2.1
[UNRELEASED]: https://github.com/martinh/libconfuse/compare/v3.2.1...HEAD
[v3.2.1]: https://github.com/martinh/libconfuse/compare/v3.2...v3.2.1
[v3.2]: https://github.com/martinh/libconfuse/compare/v3.1...v3.2
[v3.1]: https://github.com/martinh/libconfuse/compare/v3.0...v3.1
[v3.0]: https://github.com/martinh/libconfuse/compare/v2.8...v3.0
[v2.8]: https://github.com/martinh/libconfuse/compare/v2.7...v2.8
[v2.7]: https://github.com/martinh/libconfuse/compare/v2.6...v2.7
[v2.6]: https://github.com/martinh/libconfuse/compare/v2.5...v2.6
[v2.5]: https://github.com/martinh/libconfuse/compare/v2.4...v2.5
[v2.4]: https://github.com/martinh/libconfuse/compare/v2.3...v2.4
[v2.3]: https://github.com/martinh/libconfuse/compare/v2.2...v2.3
[v2.2]: https://github.com/martinh/libconfuse/compare/v2.1...v2.2
[v2.1]: https://github.com/martinh/libconfuse/compare/v2.0...v2.1
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with -*- autoconf -*- to produce a configure script.

AC_PREREQ(2.50)

AC_INIT(libConfuse, 3.2, https://github.com/martinh/libconfuse/issues, confuse)
AC_INIT(libConfuse, 3.2.1, https://github.com/martinh/libconfuse/issues, confuse)
AC_CONFIG_AUX_DIR(support)
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([foreign dist-xz])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -4,7 +4,7 @@ libconfuse_la_SOURCES = confuse.c compat.h lexer.l
libconfuse_la_CPPFLAGS = -D_GNU_SOURCE -DBUILDING_DLL
libconfuse_la_LIBADD = $(LTLIBINTL)
# -no-undefined is required for windows DLL support
libconfuse_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 2:0:1
libconfuse_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 2:0:0

datadir = @datadir@
localedir = $(datadir)/locale
Expand Down

0 comments on commit 64f2790

Please sign in to comment.