Skip to content

Commit 08aa4f9

Browse files
committed
bump for 0.2.5 release
1 parent 1ea2181 commit 08aa4f9

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Diff for: ChangeLog

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
2012-08-25 Nathaniel McCallum <[email protected]>
2+
* == Release 0.2.5 ==
3+
* fix libev's set_flags() implementation
4+
* add AIX dlopen() support
5+
* export symbols based on symbol list files
6+
* add support for building in a static module
7+
* add support for specifying default module
8+
19
2012-02-09 Nathaniel McCallum <[email protected]>
2-
* == Release 0.2.4 ==
3-
* add verto_set_flags()
10+
* == Release 0.2.4 ==
11+
* add verto_set_flags()
412

513
2012-02-08 Nathaniel McCallum <[email protected]>
614
* == Release 0.2.3 ==
@@ -30,4 +38,4 @@
3038
* Cleanup the build system arguments
3139

3240
2011-09-30 Nathaniel McCallum <[email protected]>
33-
* Initial release
41+
* Initial release

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.59)
4-
AC_INIT(libverto, 0.2.4)
4+
AC_INIT(libverto, 0.2.5)
55

66
AC_CANONICAL_SYSTEM
77
AM_INIT_AUTOMAKE([1.11])

0 commit comments

Comments
 (0)