Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Apr 6, 2019
1 parent e79d25b commit 5c8a258
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Change Log
All notable changes to the project are documented in this file.


[v2.3.0][] - 2019-04-xx
[v2.3.0][] - 2019-04-06
-----------------------

### Changes

- Support for Linux eventfd, `uev_event_*()` see [API.md][] for on this
- Support for Linux eventfd, `uev_event_*()` see [API.md][] for details


[v2.2.0][] - 2018-10-04
Expand Down Expand Up @@ -392,7 +392,8 @@ v0.0.1 - 2012-03-17
Lua users mailing list.


[UNRELEASED]: https://github.com/troglobit/libuev/compare/v2.2.0...HEAD
[UNRELEASED]: https://github.com/troglobit/libuev/compare/v2.3.0...HEAD
[v2.3.0]: https://github.com/troglobit/libuev/compare/v2.2.0...v2.3.0
[v2.2.0]: https://github.com/troglobit/libuev/compare/v2.1.3...v2.2.0
[v2.1.3]: https://github.com/troglobit/libuev/compare/v2.1.2...v2.1.3
[v2.1.2]: https://github.com/troglobit/libuev/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(libuev, 2.3.0-dev, https://github.com/troglobit/libuev/issues)
AC_INIT(libuev, 2.3.0, https://github.com/troglobit/libuev/issues)
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libuev (2.3.0) unstable; urgency=medium

* Support for Linux eventfd, uev_event_*(), see API.md for details.

-- Joachim Nilsson <[email protected]> Thu, 06 Apr 2019 13:09:31 +0200

libuev (2.2.0) unstable; urgency=medium

* Replaced BSD queue.h with own linked list implementation. This means
Expand Down

0 comments on commit 5c8a258

Please sign in to comment.