Skip to content

Commit

Permalink
bump for 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
npmccallum committed Feb 8, 2012
1 parent 67678a9 commit 5941105
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2012-02-08 Nathaniel McCallum <[email protected]>
* == Release 0.2.3 ==
* add external allocator support
* add extern "C" to all headers
* support getting fd state in callbacks
* support getting ctx from ev
* add support for auto-closing file descriptors
* fix a bug where we wrote to free'd memory

2011-11-11 Nathaniel McCallum <[email protected]>
* == Release 0.2.2 ==
* Remove trailing uses of types starting with _
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(libverto, 0.2.2)
AC_INIT(libverto, 0.2.3)


AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit 5941105

Please sign in to comment.