Skip to content

Commit

Permalink
Prepare for release of 0.3
Browse files Browse the repository at this point in the history
Finish release notes and update library version info.
  • Loading branch information
jmmv committed Jun 14, 2013
1 parent 4e7bf9e commit 738cd08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ liblutok_la_SOURCES += state.hpp
liblutok_la_SOURCES += state.ipp
liblutok_la_SOURCES += test_utils.hpp
liblutok_la_CPPFLAGS = $(LUTOK_CFLAGS)
liblutok_la_LDFLAGS = -version-info 1:0:1
liblutok_la_LDFLAGS = -version-info 2:0:0
liblutok_la_LIBADD = $(LUA_LIBS)

pkgconfig_DATA = lutok.pc
Expand Down
21 changes: 11 additions & 10 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
Changes in version 0.3
======================

STILL UNDER DEVELOPMENT; NOT RELEASED YET.
REMEMBER TO UPDATE -version-info BEFORE CUTTING A RELEASE!
Released on 2013/06/14.

This release adds support for Lua 5.2 while maintaining support with
Lua 5.1. Applications using Lutok can be modified to use the new
interface in this new version and thus support both Lua releases.
However, because of incompatible changes to the Lua API, this release
of Lutok is incompatible with previous releases as well.
* Issue 1: Added support for Lua 5.2 while maintaining support for Lua
5.1. Applications using Lutok can be modified to use the new
interface in this new version and thus support both Lua releases.
However, because of incompatible changes to the Lua API, this release
of Lutok is incompatible with previous releases as well.

* Issue 3: Tweaked configure to look for Lua using the pkg-config names
lua-5.2 and lua-5.1. These are the names used by FreeBSD.

Interface changes:

* New global constants: registry_index.

* New methods added to the state class: get_global_table.

* Removed global constants: globals_index.

* Fixed the state.open_* methods to use the new luaL_requiref function
in Lua 5.2 so that the modules are opened as appropriate.


Changes in version 0.2
======================
Expand Down

0 comments on commit 738cd08

Please # to comment.