From 5900f1000bef3d4dec5ed078a224956918ad80cc Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Fri, 19 Feb 2010 13:30:42 -0600 Subject: [PATCH] Prep for 0.9.3 release. --- TODO | 5 +++++ debian/changelog | 7 +++++++ debian/postinst | 2 -- debian/rules | 2 -- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..d8b4edf --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ +Stopish TODO + +-Add more display preferences for timer precision (nanosecond?) +-Add sound alerts +-Add RGB LED alerts diff --git a/debian/changelog b/debian/changelog index ada5252..69f5a7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stopish (0.9.3-1) unstable; urgency=low + + * Add countdown functionality. + * Add about dialog. + + -- Michael Cronenworth Fri, 19 Feb 2010 12:00:00 -0600 + stopish (0.9.2-1) unstable; urgency=low * Fix timer display in portrait mode. diff --git a/debian/postinst b/debian/postinst index 61bad97..50d4884 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,3 +1 @@ #! /bin/sh - -gtk-update-icon-cache -f /usr/share/icons/hicolor diff --git a/debian/rules b/debian/rules index 333aeb0..bb07a9e 100644 --- a/debian/rules +++ b/debian/rules @@ -82,8 +82,6 @@ binary-arch: build install dh_strip dh_compress dh_fixperms -# dh_perl -# dh_python dh_makeshlibs dh_installdeb dh_shlibdeps -- 1.7.9.5