diff options
| -rw-r--r-- | CHANGES | 3 | ||||
| -rw-r--r-- | docs/index.html | 6 | ||||
| -rw-r--r-- | src/lanes.c | 2 |
3 files changed, 10 insertions, 1 deletions
| @@ -3,6 +3,9 @@ CHANGES: | |||
| 3 | 3 | ||
| 4 | CHANGE X: | 4 | CHANGE X: |
| 5 | 5 | ||
| 6 | CHANGE 36 BGe 26-Apr-2012 | ||
| 7 | * improved LuaJIT2 compatibility by handling "*" library set through luaL_openlibs() | ||
| 8 | |||
| 6 | CHANGE 35 BGe 17-Feb-2012 | 9 | CHANGE 35 BGe 17-Feb-2012 |
| 7 | * changed lanes.configure signature to receive a table instead of individual parameters | 10 | * changed lanes.configure signature to receive a table instead of individual parameters |
| 8 | * added support for an on_state_create callback called to load custom functions in a state in addition to the base libraries | 11 | * added support for an on_state_create callback called to load custom functions in a state in addition to the base libraries |
diff --git a/docs/index.html b/docs/index.html index 72e91ba..5fe992d 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -1078,6 +1078,12 @@ its actual value. | |||
| 1078 | <h2 id="changes">Change log</h2> | 1078 | <h2 id="changes">Change log</h2> |
| 1079 | 1079 | ||
| 1080 | <p> | 1080 | <p> |
| 1081 | Apr-2012 | ||
| 1082 | <ul> | ||
| 1083 | <li>improved LuaJIT2 compatibility by handling "*" library set through luaL_openlibs().</li> | ||
| 1084 | </ul> | ||
| 1085 | |||
| 1086 | |||
| 1081 | Feb-2012 | 1087 | Feb-2012 |
| 1082 | <ul> | 1088 | <ul> |
| 1083 | <li>Added support for an on_state_create callback invoked on a pristine Lua state created by Lanes.</li> | 1089 | <li>Added support for an on_state_create callback invoked on a pristine Lua state created by Lanes.</li> |
diff --git a/src/lanes.c b/src/lanes.c index 513a006..176009a 100644 --- a/src/lanes.c +++ b/src/lanes.c | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | * ... | 51 | * ... |
| 52 | */ | 52 | */ |
| 53 | 53 | ||
| 54 | char const* VERSION = "3.1.0"; | 54 | char const* VERSION = "3.1.1"; |
| 55 | 55 | ||
| 56 | /* | 56 | /* |
| 57 | =============================================================================== | 57 | =============================================================================== |
