Unit Tests

- Modifed the color.duetoday.t test to look for 'red', which for some reason
  fails on Ubuntu 12.10, *sometimes*.  This change removes the red/rgb400
  duality, which was wrong anyway.  We'll call this 'cleanup'.
This commit is contained in:
Paul Beckingham
2013-04-07 15:06:38 -04:00
parent e746a95969
commit 066d2a54ad
2 changed files with 5 additions and 4 deletions

View File

@@ -8,13 +8,13 @@ Features
+ #934 support for 'reserved.lines' to accomodate multi-line
shell prompts when used in conjunction with 'limit:page' (thanks to Robert
Gill).
+ #1227 A new 'verify_l10n' utility ensures the localizations are in sync (thanks to
Wim Schuermann).
+ Stores un-synched transactions in <data.location>/backlog.data.
+ Adds a new 'synchronize' command to sync data with a task server.
+ Adds a new 'sync' verbosity token, which will reminds when a backlog builds
up and needs a sync.
+ Supports IPv4 and IPv6 server addresses.
+ A new 'verify_l10n' utility ensures the localizations are in sync (thanks to
Wim Schuermann).
Bugs
+ #1197 Now 'tasksh' recognizes Ctrl-D to exit.