]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - NEWS
Add dates to all releases in NEWS.
[toast/confclerk.git] / NEWS
diff --git a/NEWS b/NEWS
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dec9d9eacc35098b75a514ea2aec7844d7848f84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,40 @@
+This is the NEWS file for ConfClerk. ConfClerk is the successor of
+fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation.
+
+version 0.5.4
+//!TODO
+
+Version 0.5.3, 2011-08-16
+* Add "jump to today" button to date navigator.
+  Thanks to Michael Schutte for the patch.
+  Fixes: #29
+* Don't die on importing a schedule that does not contain
+  a city field.
+  Thanks to Axel Beckert for the bug report.
+  Fixes: #32
+
+Version 0.5.2, 2011-07-23
+* Show close button in conference dialog also if there are no conferences
+  yet.
+* Show event title instead of id in alarm (maemo).
+* Remove event/room records on import to get rid of "old" room names; this
+  avoids duplicates when room names change.
+
+Version 0.5.1, 2011-07-14
+* Improve search function: split search string on whitespace.
+* Various small UI changes, e.g.:
+  - cancel button in settings dialogs
+  - colors and borders
+  - date format in date navigator
+  - flatten menu
+  - remove status bar
+  - clean up some dialogs
+
+Version 0.5.0, 2011-06-29
+* First release of ConfClerk as the fosdem-schedule successor.
+* Continue the multi-conference feature, make sure persons/tracks/rooms are
+  handled separately per conference.
+* Remove FOSDEM- and maemo-specific parts.
+* Exchange icons to be sure about the provenance.
+* Some code cleanup, most notable: use prepared statements for all SQL
+  queries.