summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-03-20 22:35:16 +0100
committerRalf Baechle <ralf@linux-mips.org>2019-04-02 09:11:40 +0200
commit407bb496ace55637cda2c78108ca7b184941e201 (patch)
tree6825d7032ed80aed176e003da21832578f4d6c67
parent08f59c772f77e1057feb3516f5af3f17904e3242 (diff)
ChangeLog: Update with changes since 0.0.12-rc4.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fe8874..11c5aa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@ libax25 0.0.12
Affected files: axconfig.c, nrconfig.c and procutils.c.
* ax25_ntoa() does no longer print a zero SSID. This avoids addresses
like AB3DEF-0 which is general convention anyway.
- * Fix numerous warnings triggered by modern compilers
+ * Lots of small cleanup and fixes to silence warnings and issues
+ raised by modern compilers, code checkers and manual review.
* Updated to recent autoconf and automake version to keep the code
buildable on modern distributions.
* libax25 will again find AX.25 interfaces if if they do not have an
@@ -15,6 +16,10 @@ libax25 0.0.12
* Fix build issues with modern autoconf, automake and GCC.
* For the tarball release Regenerate generates files with most
recent autoconf and automake.
+ * Improvments to git usage.
+ * Update to work without warnings with latest autotools.
+ * Lots of stylistic cleanups to the code trying to follow the
+ coding style of the kernel.
-- Thomas Osterried DL9SAU <ax25@x-berg.in-berlin.de> Wed, 01 Feb 2012 00:10:45 +0100
-- Ralf Baechle DL5RB <ralf@linux-mips.org> Sat, 6 Jun 2009 17:00:00 +0100