@@ -3,6 +3,37 @@ of Libvisual.
33
44These are only visible changes, for more details look at the ChangeLog.
55
6+ New in 0.4.2: 2023-03-20:
7+
8+ New features
9+ * lv-tool-0.4: New standalone GUI tool + related man page (#150, #182,
10+ #195, #201, #210, #213, #214, #219, #222, #232, #233, #239, #249, #254)
11+
12+ Behavior bugfixes
13+ * Fix splitting of interleaved stereo (#152)
14+ * Fix ringbuffer infinite loop (#184)
15+ * Fix heap-use-after-free on pallete when switching actors (#214)
16+ * Fix code path that missed setting the video palette (#214)
17+ * Improve AltiVec detection for PPC/PPC64 Linux (#268)
18+ * examples: Improve depth handling in example simplesdl.c (#146)
19+
20+ Fixes related to compilation
21+ * Stop using sdl-config and AM_PATH_SDL in configure.ac (#238)
22+ * Drop harmful AC_FUNC_MALLOC from configure.ac (#237)
23+ * Address Autotools warnings (#228)
24+ * Re-write autogen.sh based on autoreconf (#229)
25+ * Fix SDL header location with regard to pkg-config (#187)
26+ * Do not define HAVE_SCHED on macOS (#189)
27+ * Require a C++11 compiler (#276)
28+
29+ Infrastructure work
30+ * Start covering Clang 17 (#231)
31+ * Enrich NEWS files with 0.4.1 pull request references (#227)
32+ * Add .gitignore files (#197)
33+ * Start covering build on macOS (#189, #262)
34+ * Document 0.4.2 pull requests (#273)
35+ * Make CI ensure that the lv-tool man page stays in sync (#232)
36+
637New in 0.4.1: 2022-12-05:
738
839Behavior bugfixes
0 commit comments