Skip to content

Commit

Permalink
Prepare 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavouk committed May 27, 2016
1 parent 9b717c3 commit ba16a14
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@
# License: MIT
#

VERSION = 0.9.0
VERSION = 0.9.1
MAKE ?= make

ROCK = lgi-$(VERSION)-1.rockspec
Expand Down
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -58,13 +58,26 @@ List of contributors, in no particular order:
- Jiří Klimeš
- Garrett Regier
- Kenneth Zhou
- Travis Hoppe

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.1 (27-May-2016)

- marshal NULL strings as nil instead of empty strings. This allows
use of e.g. DataInputStream:read_line() APIs.
- fix and improve build for OSX and Win-based configurations
- add support for arrays with lengths as struct fields
- allow GLib.Variant construction for lightuserdata
- fix gtop binding (certain structs could not be imported)
- adapt to new set of annotations in newer glib
- assorted Lua5.3 fixes, lgi is now fully Lua5.3 compatible
- fix binding of Gdk.Rectangle from newer GDK

### 0.9.0 (23-Mar-2015)

- new feature: allow defining new properties on custom GObject
Expand Down
3 changes: 3 additions & 0 deletions tests/performance.lua
Expand Up @@ -59,4 +59,7 @@ print('\n')
*** 0.9.0: (On Lua5.2)
0.65 0.09 0.09 0.96 0.63 1.76 0.02 2.94
*** 0.9.1: (On Lua5.3.2)
0.62 0.10 0.10 0.92 0.60 1.55 0.02 2.65
--]]

0 comments on commit ba16a14

Please sign in to comment.