# HG changeset patch # User Richard Jones # Date 1003799499 0 # Node ID 677ee7ab8ac473a5c3a2d45aaf590771df1f7f57 # Parent e18dd72277805e85fc36ea6acd34a8d56240756b changes diff -r e18dd7227780 -r 677ee7ab8ac4 CHANGES.txt --- a/CHANGES.txt Tue Oct 23 01:00:18 2001 +0000 +++ b/CHANGES.txt Tue Oct 23 01:11:39 2001 +0000 @@ -1,7 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2001-10-22 - 0.3.0 pre 3 +2001-10-23 - 0.3.0 pre 3 Feature: . MailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue. . feature #473127: Filenames. I modified the file.index and htmltemplate @@ -12,6 +12,10 @@ . Tabular display of nodes. . Import and export via colon-separated files. +Changed: + . re-organised the html templating code. Fixed some bugs, probably + introduced some more. Hopefully not too many. + Fixed: . Stand-alone server now has a configurable setuid user. . CGI interface wasn't handling checkboxes at all.