comparison CHANGES.txt @ 2077:3e0961d6d44d

Added the "actor" property. Metakit backend not done (still not confident I know how it's supposed to work ;) Currently it will come up as NULL in the RDBMS backends for older items. The *dbm backends will look up the journal. I hope to remedy the former before 0.7's release. Fixed a bunch of migration issues in the rdbms backends while I was at it (index changes for key prop changes) and simplified the class table update code for RDBMSes that have "alter table" in their command set (ie. not sqlite) ... migration from "version 1" to "version 2" still hasn't actually been tested yet though.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 15 Mar 2004 05:50:20 +0000
parents 261c2e6ceb1e
children c091cacdc505
comparison
equal deleted inserted replaced
2076:2a4309450202 2077:3e0961d6d44d
1 This file contains the changes to the Roundup system over time. The entries 1 This file contains the changes to the Roundup system over time. The entries
2 are given with the most recent entry first. 2 are given with the most recent entry first.
3 3
4 200?-??-?? 0.7.0 4 200?-??-?? 0.7.0
5 Feature: 5 Feature:
6 - added new "actor" automatic property (indicates user who cause the last
7 "activity"
6 - simple support for collision detection (sf rfe 648763) 8 - simple support for collision detection (sf rfe 648763)
7 - support confirming registration by replying to the email (sf bug 763668) 9 - support confirming registration by replying to the email (sf bug 763668)
8 - support setgid and running on port < 1024 (sf patch 777528) 10 - support setgid and running on port < 1024 (sf patch 777528)
9 - using Zope3's test runner now, allowing GC checks, nicer controls and 11 - using Zope3's test runner now, allowing GC checks, nicer controls and
10 coverage analysis 12 coverage analysis

Roundup Issue Tracker: http://roundup-tracker.org/