diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-01 16:52:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-01 16:52:09 +0000 |
commit | c0344ad834fe4af0ad5b33b1bd727efc95f8f503 (patch) | |
tree | 70cb2628f3714f962e0a9e51bd0030cde56d7cb5 /time/devtodo | |
parent | 0c63abfda3e0f28a74511049674df49d80b5cf26 (diff) | |
download | pkgsrc-c0344ad834fe4af0ad5b33b1bd727efc95f8f503.tar.gz |
Updated devtodo to 0.1.20.
0.1.20
- A few bugfixes.
- Added XML declaration parsing/saving. This is a stop-gap at best, but will
hopefully be useful to some.
- Removed reliance on builtin regex library. Hopefully the completely broken
version of glibc that instigated the inclusion of it is now out of
circulation.
- Fixed a whole bunch of compiler warnings on more recent GCC versions.
- --not-done now marks sub-tasks as not done. Thanks to an anonymous
user for picking this up.
0.1.19
- Updated my E-Mail address after about a year of having the wrong one :)
- Removed informational message at top of .todo files as it was rather useless
and actually annoying to some people placing their .todo files under version
control systems.
- Added a XSLT -> XHTML+CSS transform from Francesco Poli.
- Added a bash completion script from the Gentoo projects maintainer Aaron
Walker.
- Fixed seg fault visible on 64-bit systems but present on all. Thanks to the
Debian project for notifying me and providing a fix.
Diffstat (limited to 'time/devtodo')
-rw-r--r-- | time/devtodo/Makefile | 4 | ||||
-rw-r--r-- | time/devtodo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile index f511bf21445..38c8783df8d 100644 --- a/time/devtodo/Makefile +++ b/time/devtodo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/12/01 16:52:09 rillig Exp $ -DISTNAME= devtodo-0.1.18 +DISTNAME= devtodo-0.1.20 CATEGORIES= time MASTER_SITES= http://swapoff.org/files/devtodo/ diff --git a/time/devtodo/distinfo b/time/devtodo/distinfo index bd8b788ae9f..e2c107bfc52 100644 --- a/time/devtodo/distinfo +++ b/time/devtodo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2005/06/01 02:40:43 snj Exp $ +$NetBSD: distinfo,v 1.10 2007/12/01 16:52:09 rillig Exp $ -SHA1 (devtodo-0.1.18.tar.gz) = 2ce713ed9bf9b6f17de9faa15566bd12cc273eb5 -RMD160 (devtodo-0.1.18.tar.gz) = c6ba5829f4c8b41d77c582fe1f0350174a164b65 -Size (devtodo-0.1.18.tar.gz) = 432858 bytes +SHA1 (devtodo-0.1.20.tar.gz) = 003067a12139d712dbb3706069e0950a93ecaaf4 +RMD160 (devtodo-0.1.20.tar.gz) = 389201318faa5ff6d302bd5f8c8f8b094664b45c +Size (devtodo-0.1.20.tar.gz) = 390935 bytes SHA1 (patch-aa) = 3a3d0acf6bd102e73fe6f280f4d62d950ce66183 SHA1 (patch-ab) = 32844dec69a473020103c9fd3425c60042dadf35 SHA1 (patch-ae) = 5f5ffb9571e73656eecdd3cb6cf72e26c193847e |