aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaojie Sun <shaojie.sun@linaro.com>2013-09-18 11:45:30 +0800
committerShaojie Sun <shaojie.sun@linaro.com>2013-09-18 11:45:30 +0800
commitcb7c6d6e4adeb1bbae8eb168736d45c2af2bc3ec (patch)
tree85904b7a42617360bd820e3c7dd91678263c1059
parented97318cfc768bb34bb0baf07936fee752928615 (diff)
version 0.7.1powerdebug-0.7.1
fixed error shown clock rates. fixed no refresh of regulator and sensor values after "R" key pressed. Signed-off-by: Shaojie Sun <shaojie.sun@linaro.com>
-rw-r--r--debian/changelog7
-rw-r--r--powerdebug.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 79d2c06..05d6b1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+powerdebug (0.7.1-2013.09-0) precise; urgency=low
+
+ * fixed error shown clock rates
+ * fixed no refresh of regulator and sensor values after "R" key pressed.
+
+ -- shaojie.sun <shaojie.sun@linaro.org> Wed, 14 Aug 2013 18:34:23 +8000
+
powerdebug (0.7.0-2013.08-0) precise; urgency=low
* add gpio modification function.
diff --git a/powerdebug.h b/powerdebug.h
index a77e36e..9575e00 100644
--- a/powerdebug.h
+++ b/powerdebug.h
@@ -13,4 +13,4 @@
* - initial API and implementation
*******************************************************************************/
-#define VERSION "0.7.0"
+#define VERSION "0.7.1"