-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
48 lines (27 loc) · 1.18 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Important changes in the Autotoolized packaging of Lua 5.1.5
5.1.5.04
[BUG FIX]
* hardcoded Lua and C library paths were missing a "lua" component
5.1.5.03 2015-04-27T14:15:17-0400
[IGNORE THIS RELEASE]
* This release has an incorrect version in configure.ac.
[ENHANCEMANT]
* LUA_PATH_DEFAULT and LUA_CPATH_DEFAULT may now be set via
configure
5.1.5.02 2015-04-21T10:02:59-0400
[INCOMPATIBLE CHANGES]
* luaconf.h no longer uses lib64 as the directory for 64bit
platforms. This worked on only a subset of operating systems.
The user must now explicitly set the library directory.
[ENHANCEMENTS]
* --enabled-versioned-install configure option. library and
pkg-config files may now have versions incorporated into their
names. See README.autotool for more information.
[BUG FIXES]
* lua.pc uses configure generated paths for INSTALL_LMOD and INSTALL_CMOD,
rather than assuming their location relative to $prefix
[INFRASTRUCTURE]
* replaced hardcoded values with configure derived values where possible
* provided separate packaging and Lua versions.
5.1.5.01 2015-03-17T10:36:58-0400
* initial tagged release