Skip to content

Commit ca69b40

Browse files
committed
Plugins: NEWS: Document 0.4.1 changes
1 parent b62c3e3 commit ca69b40

File tree

1 file changed

+43
-0
lines changed
  • libvisual-plugins

1 file changed

+43
-0
lines changed

libvisual-plugins/NEWS

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@ of Libvisual plugins.
33

44
These are only visible changes, for more details look at the ChangeLog.
55

6+
New in 0.4.1: 2022-12-05:
7+
8+
Behavior bugfixes
9+
* gforce: Fix crashing on x86_64
10+
* jess: Fix buffer overflow (method fusee, file draw.c)
11+
* jess: Fix crash on 64bit
12+
* nastyfft: Fix crashing
13+
14+
Translation improvements
15+
* Mass-fix typo "transparant"
16+
* Ask to send translation error reports to the GitHub issue tracker
17+
* Add make target "update-pot" to allow simpler invokation of make
18+
* Sync translation files with current code
19+
20+
Fixes related to compilation
21+
* Add to *_LIBADD rather than resetting LIBS to fix underlinking.
22+
* configure.ac: Allow bypassing automagic (on jack and esound)
23+
* configure.ac: Respect user CXXFLAGS
24+
* configure.ac: Fix so that lv_analyzer actually gets built
25+
* configure.ac: Make translations work properly
26+
* Makefile.am: Ensure that aclocal creates file m4/alsa.m4
27+
* flower: Address Clang 16 warning -Wimplicit-function-declaration
28+
* gforce: Address Clang 16 warning -Wregister
29+
* gforce: Fix Clang 15 compile error: call to 'sqrt' is ambiguous
30+
* gforce: Fix compile on FreeBSD
31+
* gforce: Stop redefining "true" and "false" for GCC 12
32+
* gforce: Un-inline libmfl function mfl_GetTextWidthL to allow cross-file linking
33+
* morph: Fix FTBFS with Clang instead of GCC
34+
* mplayer: Address GCC/Clang warning -Wformat
35+
* mplayer: Address GCC/Clang warning -Wpointer-to-int-cast
36+
* mplayer: Fix Clang 15 compile error: incompatible integer to pointer conversion
37+
* oinksie: Fixed all compiler warnings
38+
* oinksie: Address Clang 16 warning -Wimplicit-function-declaration
39+
* oinksie: Address Clang warning -Wunsequenced
40+
41+
Infrastructure work
42+
* Add CI covering build with GCC 11/12
43+
* Add CI covering build with Clang 15/16
44+
* Add CI rejecting underlinking of plugins
45+
* Add CI covering "make dist" results
46+
* Add CI enforcing that .pot and .po files remain in sync
47+
* Drop files auto-generated by GNU Autotools
48+
649
New in 0.4.0: 2006-03-20:
750
* ...
851
* ESD won't block anylonger, solved with a select timeout. (Dennis)

0 commit comments

Comments
 (0)