Bump release 1.2.3

master
Mike Massonnet 2014-11-15 23:01:09 +01:00
parent 4a5dea3435
commit 65df9dacc8
2 changed files with 19 additions and 1 deletions

18
NEWS
View File

@ -1,3 +1,21 @@
1.2.3
=====
- Revive commandline.c test program
- Fix unit_names index
1.2.2
=====
- Fix plugin installation path
1.2.1
=====
- Build plugin as a module
- Update build environment
- Only round to 0 digits for KiB/s values (bug #11152)
- Pack progress bars inside event box and hide/show (bug #10258)
- Do not enforce max length for text/device entries (bug #9869)
- Fix stringsize - 1 (bug #9172)
1.2.0
=====
- Some code cleanup and respect the Panel HIG

View File

@ -7,7 +7,7 @@ dnl Copyright 2010 Florian Rivoal <frivoal@xfce.org>
dnl Copyright 2014 Mike Massonnet <mmassonnet@xfce.org>
dnl
m4_define([netload_version],[1.2.2])
m4_define([netload_version],[1.2.3])
AC_INIT([xfce4-netload-plugin], [netload_version],
[goodies-dev@xfce.org])