]> git.sur5r.net Git - i3/i3status/commitdiff
Update debian packaging for 2.0 2.0
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 27 Oct 2009 19:27:29 +0000 (20:27 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 27 Oct 2009 19:27:29 +0000 (20:27 +0100)
debian/changelog
debian/rules

index 35143d22fa1929d13f8bfba85a3ca2df9578d907..f14c814c74f3bffb7eaeeb4a88849decf729690e 100644 (file)
@@ -1,8 +1,14 @@
-i3status (2.0-0) unstable; urgency=low
+i3status (2.0-1) unstable; urgency=low
 
 
-  * Not yet released
+  * add support for disk info (free/used/ins)
+  * add support for displaying the ESSID of the wireless interface
+  * add support for getting the public IPv6 address of the system
+  * all "modules" now support format strings
+  * switch to libconfuse for parsing the config file
+  * merge support for FreeBSD for many "modules"
+  * drop support for wmii, add support for xmobar
 
 
- -- Michael Stapelberg <michael@stapelberg.de>  Fri, 02 Oct 2009 21:17:49 +0200
+ -- Michael Stapelberg <michael@stapelberg.de>  Tue, 27 Oct 2009 20:07:58 +0100
 
 i3status (1.2-3) unstable; urgency=low
 
 
 i3status (1.2-3) unstable; urgency=low
 
index dda8f3f883bcdcae40791751b51c1e54a7082122..c9c396c885a5bfa2b32180a5ef5c7c733a052875 100755 (executable)
@@ -19,7 +19,7 @@ build-stamp:
 clean: 
        dh_testdir
        dh_testroot
 clean: 
        dh_testdir
        dh_testroot
-       rm -f build-stamp config.status
+       rm -f build-stamp config.status man/*.xml
        [ ! -f Makefile ] || $(MAKE) distclean
        dh_clean 
 
        [ ! -f Makefile ] || $(MAKE) distclean
        dh_clean