Skip to content

Commit

Permalink
Bump to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Mar 10, 2014
1 parent 91c82a3 commit af744c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog - i3ipc-GLib

## Version 0.1.1

This release contains a number of small bugfixes and feature enhancements.

* Add `const` qualifier to `*gchar` command and query parameters and transfer-none accessors
* move `i3ipc_con_new` constructor out of the public API
* Move Json-GLib and Gio libraries `Requires` to `Requires.private` in the pkg-config and remove them from the gir/typelib
* New `ipc_shutdown` signal is emitted on the Connection when ipc shutdown (i3wm restart) is detected
* Bugfix: remove socket event source on ipc EOF status
* Bugfix: proper error handling on internal ipc message sending

Thanks to [sardemff7](https://github.com/sardemff7) for bug reports and feature requests.

*Tony Crisci - March-10-2014*

## Version 0.0.1

This initial release is a faithful and bindable representation of the ipc. The API should be considered stable enough to use in a new project. Please test thoroughly for memory issues before using it in production.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.69)

AC_INIT([i3-ipc], [0.0.1], [[email protected]])
AC_INIT([i3-ipc], [0.1.1], [[email protected]])

AC_PREFIX_DEFAULT([/usr])
AC_CONFIG_AUX_DIR([build])
Expand Down

0 comments on commit af744c5

Please sign in to comment.