Commit 34906b6
committed
lutok: update to 0.6.1.
## Changes in version 0.6.1
Released on 2025/XX/YY.
* Issue 37: fix release tarball by relying on `make dist`.
## Changes in version 0.6
Released on 2025/01/04.
* Remove lingering C++-11 support. The project now requires a C++14 compliant toolchain to build.
* Fix a Doxygen warning by deleting the `stack_cleaner` copy/assignment operator.
* Vendor the ATF m4 files from freebsd/[email protected] ,
* `m4/lua.m4`: remove legacy `lua-config` support in favor of `pkg_config`.
* Fix a benign buffer overrun complaint from gcc 13.2.
* Rename `--with-atf` to `--enable-atf`.
## Changes in version 0.5
Released on 2024/11/25.
* Use more modern autotools macros. Bump the minimum autoconf version to 2.68 to
support this change.
* Modify build code to improve Lua 5.4 support.
* Replace `std::auto_ptr` use with `std::unique_ptr` use. This improves C++
standard support and fixes the build with newer C++ standards.1 parent 00da330 commit 34906b6
3 files changed
Lines changed: 178 additions & 208 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 27 | + | |
41 | 28 | | |
42 | 29 | | |
0 commit comments