Update to 3.1.6:
* Version 3.1 Patch 6 - 2008-11-16 - MAJOR ENHANCEMENT: A new OMITFUNC clause gives you additional control and flexibility over "omitted days" calculations. This is useful when holidays influence the timing of events several days later. See "COMPUTED LOCAL OMITS" in the man page. - ENHANCEMENT: The new evaltrig() built-in function lets you evaluate triggers from within an expression. - ENHANCEMENT: The new weekno() built-in function returns the ISO 8601 week number of a date. - ENHANCEMENT: The "WEEK" special lets you annotate calendar output with the week number. The TkRemind, rem2ps and rem2html back-ends support WEEK. - MINOR ENHANCEMENT: You can control whether timed reminders come before or after non-timed reminders with the "-g" flag. - BUG FIX: TkRemind did not work correctly if ~/.reminders was a directory. - BUG FIX: TkRemind incorrectly invoked Remind with the "-a" flag when showing today's reminders. - BUG FIX: In certain cases, a trigger containing a day, month and weekday would fail if it needed to cross a year boundary. This has been fixed.
This commit is contained in:
parent
6432b1c6ac
commit
61f254a34f
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2008/11/10 17:46:31 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2009/01/07 21:43:28 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= remind-03.01.05
|
||||
DISTNAME= remind-03.01.06
|
||||
PKGNAME= ${DISTNAME:C/0([0-9])/\1/g}
|
||||
CATEGORIES= time
|
||||
MASTER_SITES= http://www.roaringpenguin.com/files/download/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.8 2008/11/10 17:46:31 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.9 2009/01/07 21:43:28 wiz Exp $
|
||||
|
||||
SHA1 (remind-03.01.05.tar.gz) = 6321d0bf2c29711e8871ea2818c5cb4982d0fa41
|
||||
RMD160 (remind-03.01.05.tar.gz) = 7db72c482da0e843fdf6afc5e2c49092c8322653
|
||||
Size (remind-03.01.05.tar.gz) = 312715 bytes
|
||||
SHA1 (remind-03.01.06.tar.gz) = ede286bed901c140ccf27c1700682e18a10326cd
|
||||
RMD160 (remind-03.01.06.tar.gz) = 179f7a3212d351fe62eb73aae980fc578cd39d35
|
||||
Size (remind-03.01.06.tar.gz) = 317861 bytes
|
||||
SHA1 (patch-ab) = 28843c39d50a54a4e3f1086ecdf71c0141e9f24f
|
||||
SHA1 (patch-ac) = 7ddf21570f361b2d667ec331bab4059d16422dfd
|
||||
SHA1 (patch-ad) = b91a7a59a6bd4f5c6ab45bc552c42eac2ca6bfc5
|
||||
|
|
Loading…
Reference in a new issue