[Goodies-commits] r4594 - xfce4-diskperf-plugin/trunk

Landry Breuil landry at xfce.org
Wed Apr 16 20:01:37 CEST 2008


Author: landry
Date: 2008-04-16 18:01:37 +0000 (Wed, 16 Apr 2008)
New Revision: 4594

Modified:
   xfce4-diskperf-plugin/trunk/ChangeLog
   xfce4-diskperf-plugin/trunk/NEWS
   xfce4-diskperf-plugin/trunk/README
   xfce4-diskperf-plugin/trunk/configure.in.in
Log:
- Bump version for 2.2.0 release
- Reorder NEWS/Changelog
- Update README to mention that OpenBSD is now supported


Modified: xfce4-diskperf-plugin/trunk/ChangeLog
===================================================================
--- xfce4-diskperf-plugin/trunk/ChangeLog	2008-04-16 17:38:56 UTC (rev 4593)
+++ xfce4-diskperf-plugin/trunk/ChangeLog	2008-04-16 18:01:37 UTC (rev 4594)
@@ -1,3 +1,9 @@
+2008-04-16 Landry Breuil
+	* Release 2.2.0
+	* Add support for OpenBSD, based on a patch in OpenBSD cvs
+	* replace some hand-made rounding by round()
+	* show decimal values for I/O values
+
 2007-01-18 Nick Schermer
 	* Fix a typo in the version number 0.2.1 > 2.1.0
 
@@ -14,34 +20,34 @@
 2006-01-09 Nick Schermer
 	* Apply patch from bug 1842
 
-2003-10-07 1.0 Roger Seguin
-	* Initial release (1.0) - Linux 2.4.x, x >= 20
+2004-08-25 1.5 Roger Seguin
+	* Release 1.5
+	* Multi-Threaded panel support added
 
-2003-10-19 1.1 Roger Seguin & Benedikt Meurer
-	* Release 1.1
-	* Linux kernel 2.6 support added
-	* NetBSD support added by Benedikt Meurer
+2003-11-30 1.4.1 Roger Seguin
+	* Release 1.4.1
+	* Just a bug fix for Linux-2.6 systems
+	  Thanks to Ivan Todoroski who found a bug introduced with release 1.3
 
-2003-11-02 1.2 Roger Seguin
-	* Release 1.2
-	* Linux kernel 2.6-related processing improved
-	* Linux disk busy time added into tooltips
+2003-11-11 1.4 Roger Seguin & Benedikt Meurer
+	* Release 1.4
+	* Benedikt Meurer added support for disk busy time statistics on NetBSD
+	* General processing (slight) improvement
 
 2003-11-04 1.3 Roger Seguin
 	* Release 1.3
 	* Added option for monitoring disk busy time statistics on Linux
 	  instead of I/O transfers
 
-2003-11-11 1.4 Roger Seguin & Benedikt Meurer
-	* Release 1.4
-	* Benedikt Meurer added support for disk busy time statistics on NetBSD
-	* General processing (slight) improvement
+2003-11-02 1.2 Roger Seguin
+	* Release 1.2
+	* Linux kernel 2.6-related processing improved
+	* Linux disk busy time added into tooltips
 
-2003-11-30 1.4.1 Roger Seguin
-	* Release 1.4.1
-	* Just a bug fix for Linux-2.6 systems
-	  Thanks to Ivan Todoroski who found a bug introduced with release 1.3
+2003-10-19 1.1 Roger Seguin & Benedikt Meurer
+	* Release 1.1
+	* Linux kernel 2.6 support added
+	* NetBSD support added by Benedikt Meurer
 
-2004-08-25 1.5 Roger Seguin
-	* Release 1.5
-	* Multi-Threaded panel support added
+2003-10-07 1.0 Roger Seguin
+	* Initial release (1.0) - Linux 2.4.x, x >= 20

Modified: xfce4-diskperf-plugin/trunk/NEWS
===================================================================
--- xfce4-diskperf-plugin/trunk/NEWS	2008-04-16 17:38:56 UTC (rev 4593)
+++ xfce4-diskperf-plugin/trunk/NEWS	2008-04-16 18:01:37 UTC (rev 4594)
@@ -3,22 +3,28 @@
 	* Version 1.6.0
 	* Port to the Xfce 4.4 Panel
 
-...
+20031130:
+---------
+	* Released 1.4.1 - Just a bug fix for Linux-2.6 systems
+	* Thanks to Ivan Todoroski who found a bug introduced with release 1.3
 
-20031008:
+20031111:
 ---------
-	* Initial release (1.0) for Linux 2.4.x, x>= 20
+	* Released 1.4 with Benedikt's support for "busy time" on NetBSD
+	* Force to single "total busy time" monitor when platform doesn't
+	  provide separate read and write data (NetBSD)
 
-20031016:
+20031110:
 ---------
+	* NetBSD port now supports busy time stats as well, though currently
+	  theres no way to gather separate read/write stats, therefore 
+	  read and write stats are just total/2 for now.
 
-	* Added support for NetBSD. Adding support for Open/FreeBSD and
-	  Darwin should be trivial now.
-
-20031019:
+20031104:
 ---------
-	* Added support for Linux 2.6.
-	* Released 1.1.
+	* Added option for monitoring disk busy time statistics on Linux
+	  instead of I/O transfers
+	* Released 1.3.
 
 20031102:
 ---------
@@ -26,25 +32,17 @@
 	* Added Linux disk busy time into tooltips.
 	* Released 1.2.
 
-20031104:
+20031019:
 ---------
-	* Added option for monitoring disk busy time statistics on Linux
-	  instead of I/O transfers
-	* Released 1.3.
+	* Added support for Linux 2.6.
+	* Released 1.1.
 
-20031110:
+20031016:
 ---------
-	* NetBSD port now supports busy time stats as well, though currently
-	  theres no way to gather separate read/write stats, therefore 
-	  read and write stats are just total/2 for now.
 
-20031111:
----------
-	* Released 1.4 with Benedikt's support for "busy time" on NetBSD
-	* Force to single "total busy time" monitor when platform doesn't
-	  provide separate read and write data (NetBSD)
+	* Added support for NetBSD. Adding support for Open/FreeBSD and
+	  Darwin should be trivial now.
 
-20031130:
+20031008:
 ---------
-	* Released 1.4.1 - Just a bug fix for Linux-2.6 systems
-	* Thanks to Ivan Todoroski who found a bug introduced with release 1.3
+	* Initial release (1.0) for Linux 2.4.x, x>= 20

Modified: xfce4-diskperf-plugin/trunk/README
===================================================================
--- xfce4-diskperf-plugin/trunk/README	2008-04-16 17:38:56 UTC (rev 4593)
+++ xfce4-diskperf-plugin/trunk/README	2008-04-16 18:01:37 UTC (rev 4594)
@@ -35,7 +35,7 @@
 
 3 -	Port
 	----
-Currently, DiskPerf runs only on recent Linux kernels (2.4.20+, 2.6.x) and NetBSD.
+Currently, DiskPerf runs only on recent Linux kernels (2.4.20+, 2.6.x), NetBSD and OpenBSD.
 If one would like to port this plugin onto another OS, please feel free to send me your patch.
 Furthermore, if you wish to take over the development of DiskPerf, just let me know. I would probably be able to provide you with useful information on how to get disk statistics on some commercial Unices (e.g. SunOS/Solaris).
 Adding support for other BSDs should be trivial now that we have NetBSD support, just go and watch out for the hw.diskstats sysctl.

Modified: xfce4-diskperf-plugin/trunk/configure.in.in
===================================================================
--- xfce4-diskperf-plugin/trunk/configure.in.in	2008-04-16 17:38:56 UTC (rev 4593)
+++ xfce4-diskperf-plugin/trunk/configure.in.in	2008-04-16 18:01:37 UTC (rev 4594)
@@ -6,10 +6,10 @@
 dnl
 
 m4_define([diskperf_version_major], [2])
-m4_define([diskperf_version_minor], [1])
+m4_define([diskperf_version_minor], [2])
 m4_define([diskperf_version_micro], [0])
 m4_define([diskperf_version_build], [r at REVISION@])
-m4_define([diskperf_version_tag], [svn])
+m4_define([diskperf_version_tag], []) # leave empty for releases
 m4_define([diskperf_version], [diskperf_version_major().diskperf_version_minor().diskperf_version_micro()ifelse(diskperf_version_tag(), [svn], [diskperf_version_tag()-diskperf_version_build()], [diskperf_version_tag()])])
 
 dnl ***************************




More information about the Goodies-commits mailing list