@@ -3,6 +3,43 @@ of Libvisual.
33
44These 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+ * Fix math and shift overflow in function visual_color_to_uint32
10+
11+ Translation improvements
12+ * Fix spelling error "succesful"
13+ * Mass-fix typo "indentical"
14+ * Add German translation
15+ * Ask to send translation error reports to the GitHub issue tracker
16+ * Add make target "update-pot" to allow simpler invokation of make
17+ * Sync translation files with current code
18+ * Fix default for $(DOMAIN), was empty before
19+
20+ Fixes related to compilation
21+ * configure.ac: Define macro VISUAL_ARCH_X86_64 on x86_64
22+ * configure.ac: Fix detection of pkg-config for cross-compilation
23+ * configure.ac: Fix pthreads detection for Clang 16
24+ * configure.ac: Bump gettext version due to @MKINSTALLDIRS@ issues
25+ * configure.ac: Fix --enable-threads
26+ * lv_color.c: Fix visual_color_to_uint32 with regard to strict aliasing
27+ * lv_cpu.c: Remove X86_FXSR_MAGIC guard (not defined anywhere)
28+ * lv_defines.h: Fix redefine
29+ * lv_plugin.c: Fixes for -Werror=format-security
30+ * Address implicit function declaration warnings
31+
32+ Infrastructure work
33+ * Add CI covering build with GCC 11/12
34+ * Add CI covering build with Clang 15/16
35+ * Add CI covering "make dist" results
36+ * Add CI enforcing that .pot and .po files remain in sync
37+ * Drop files auto-generated by GNU Autotools
38+
39+ Other changes
40+ * configure.ac: Make pkg-config a hard dependency
41+ * Resurrect and include examples
42+
643New in 0.4.0: 2006-03-20:
744* Real time timestamping support. (Dennis)
845* Will unref plugins that don't match the ABI version. (Dennis)
0 commit comments