Version 0.17

This commit is contained in:
Kim Woelders 2022-01-18 21:04:54 +01:00
parent cccf876f07
commit 513441bb49
2 changed files with 43 additions and 2 deletions

View File

@ -1,3 +1,44 @@
v0.17.0 - 2022-01-18
--------------------
Kim Woelders (37):
Reintroduce acflags for configuration of rpmbuilds
0.16.000.
E-Power: Cleanups
E-Power: Enable using POWER_SUPPLY_POWER_NOW and POWER_SUPPLY_ENERGY_... too
Update .gitignore
Warning fixes for gcc 9
Fix build with -fvisibility=hidden
Enable visibility hiding by default
Update .gitignore
autogen.sh: Add -n as alternative to NOCONFIGURE
Fix incorrect check for __attribute__ ((unused)))
configure.ac: Drop unnecessary prefix stuff
Use fabs(), not abs() on doubles
Eliminate obsolete AC_HEADER_TIME
Drop obsolete AC_HEADER_SYS_WAIT
Drop old hint stuff
Add option to build with asan
Drop snprintf source
Introduce Epplet_adjust_priority()
Drop unnecessary headers
Indent tweaks, cleanups
Change E[v]snprintf -> [v]snprintf
Drop pointer test for free()
Centralize setting up atexit(Epplet_cleanup)
Introduce Epplet_Exit()
Bump .so file version (added symbols)
Epplet_load_config(): Fix memory leak when called more than once
E-MemWatch: Drop ancient (<2.6) kernel support (fixing bad memory access)
E-Mountbox: Fix potential segv when parsing /etc/fstab
E-Wireless: Fix bad memory access
E-Pinger: Fix potential buffer overrun
Fix bad memory access in draw_flame()
E-Net: Enable specifying device in config (no UI).
Trivial cleanups around *alloc functions
Fix gcc12 warning
New ChangeLog, drop ancient ones
Version 0.17
v0.16.0 - 2018-08-13
--------------------
Kim Woelders (6):

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.16])
m4_define([pkg_revision], [000])
m4_define([pkg_version], [0.17])
#m4_define([pkg_revision], [000])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))