Skip to content

Commit

Permalink
Prepare 0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavouk committed Oct 9, 2017
1 parent 022c2fe commit 0fdcf8c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License: MIT
#

VERSION = 0.9.1
VERSION = 0.9.2
MAKE ?= make

ROCK = lgi-$(VERSION)-1.rockspec
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,32 @@ List of contributors, in no particular order:
- Garrett Regier
- Kenneth Zhou
- Travis Hoppe
- Tobias Jakobs
- Heiko Becker
- Vincent Bermel
- Szunti

Many other people contributed to what lgi is today, in many forms -
writing patches, reporting bugs, packaging for distributions,
providing ideas, spreading a word... *Many thanks to all of you!*

## History

### 0.9.2 (9-Oct-2017)

- fix assorted crashes in closure callback invocation code
- fix double-free bug caused by incorrect annotation of Gio.DBusProxy.get_interface_info
- fix marshaling of arrays of pointers
- make objects unusable in __gc metamethod
- work around API break in GLib 2.54
- use structured GLib logging when available
- add Gio.Async support also for static methods and global functions
- better error message when Gtk.init fails
- add support for Travis
- don't hardcode pkg-config executable
- fix URI in GStreamer sample
- fix flags for DBus samples

### 0.9.1 (27-May-2016)

- marshal NULL strings as nil instead of empty strings. This allows
Expand Down

0 comments on commit 0fdcf8c

Please sign in to comment.