diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-31 09:05:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-31 09:05:59 +0000 |
commit | b59dc48b544254e3a47909684b36eab2aa9119c7 (patch) | |
tree | 0547510f67174fa7d62b8ff98eefde93372b8226 | |
parent | b80800d030b2edf3d29f01c7bd90b130dd5a4bd5 (diff) | |
download | pkgsrc-b59dc48b544254e3a47909684b36eab2aa9119c7.tar.gz |
Update to 294:
294
Fixed bug in which unicode strings in caledar output would not
be displayed properly.
293
Fixed bug in repetitions with overdue = s in which a task more
than one repetition past due resulted in an endless loop.
292
Fixed gui bug in which pressing F1 after p would crash. Also bug
involving single = signs in data.py year2string().
291
Fixed weather.py to only show chill when different than temp and
to only show calm when wind speed is zero.
-rw-r--r-- | time/etm/Makefile | 4 | ||||
-rw-r--r-- | time/etm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index e7c1ca6e217..5358fa3447e 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/08/08 16:15:19 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/08/31 09:05:59 wiz Exp $ # -DISTNAME= etm-290 +DISTNAME= etm-294 CATEGORIES= time MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ diff --git a/time/etm/distinfo b/time/etm/distinfo index e61d5acdda1..5d03287060f 100644 --- a/time/etm/distinfo +++ b/time/etm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/08/08 16:15:19 wiz Exp $ +$NetBSD: distinfo,v 1.12 2009/08/31 09:05:59 wiz Exp $ -SHA1 (etm-290.tar.gz) = d0d3b40369c1d84fff1ca3d41960ae3c540035c9 -RMD160 (etm-290.tar.gz) = 54856d12b0920ce6d6f2805b04d4740b48f5ee49 -Size (etm-290.tar.gz) = 52990 bytes +SHA1 (etm-294.tar.gz) = 9519356c552c499699ddbeba6fcf6b122ee73e7f +RMD160 (etm-294.tar.gz) = d5e139748ed8124217e8aecf7eab4099c3d10a2a +Size (etm-294.tar.gz) = 53309 bytes |