From c14496d9d6a442d60565bbba5c0c534120160dbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20Gro=C3=9F?= Date: Tue, 7 Oct 2008 16:28:49 +0200 Subject: [PATCH] release 0.1.8 --- constants.h | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/constants.h b/constants.h index 574f015..b54d1a0 100644 --- a/constants.h +++ b/constants.h @@ -1,7 +1,7 @@ #ifndef QBAT_CONSTANTS_H #define QBAT_CONSTANTS_H -#define UI_VERSION "0.1.7" +#define UI_VERSION "0.1.8" #define UI_NAME tr("QBat - Qt Battery Monitor") #define UI_DIR_WORK ".qbat/" diff --git a/debian/changelog b/debian/changelog index 2e5841a..d40a22c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +qbat (0.1.8) unstable; urgency=low + + * code cleanup + * display current rate in watt and ampere + * fixed repeated critical event handling + * workaround for delayed update of battery icon colors + + -- Oliver Groß Tue, 07 Oct 2008 16:03:45 +0200 + qbat (0.1.7) unstable; urgency=low * fixed "command<->waring" setting -- 2.11.4.GIT