summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2008-11-11 19:08:07 -0800
committerDaniel Burrows <dburrows@debian.org>2008-11-11 19:08:07 -0800
commite45dda2f6502d6b9f59f1edf6427fc04cfdc6898 (patch)
tree09bb1c83a0ecae8f13e602f95bcbcc2ee297cb6c /NEWS
parent35a49b7de7bbbd71e3fa83b5b3b989cf7b44a037 (diff)
downloadaptitude-e45dda2f6502d6b9f59f1edf6427fc04cfdc6898.tar.gz
Split the dashboard code out of gui.{cc,h} into its own source files.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 684b91df..58d6839a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+[11/10/2008]
+Version 0.5.0 "Wheee!"
+
+This version introduces the GTK+ frontend. Thanks are due to Obey
+"Arthur" Liu for providing code, ideas and energy to the project, and
+to Google for funding his project through their Summer of Code program
+in 2008.
+
+This is an EXPERIMENTAL, DEVELOPMENT release. It can be used for
+package management, but there may be bugs, there are probably places
+that need improvement, and it is certainly incomplete.
+
+- New features:
+
+ + Integrated the GTK+ frontend written by Obey "Arthur" Liu for the
+ 2008 Google Summer of Code. To manually suppress the GUI, run
+ "aptitude --no-gui" or set the option "Aptitude::Start-Gui" to
+ false.
+
+ + Added Xapian support. Unadorned strings in search patterns now
+ search the apt Xapian database built by Enrico Zini. There is
+ also a new search term ?term that does the same thing.
+
+ This support comes with some caveats: aptitude doesn't currently
+ ensure that apt-xapian-index is installed and set up correctly, so
+ you may encounter problems searching for packages until you do
+ that manually.
+
+- Known Regressions:
+
+ + Incremental searching in the curses frontend is made much less
+ useful by introducing Xapian. It still works, but because Xapian
+ searches don't find substrings, the search will fail to match
+ anything until
+
[9/5/2008]
Version 0.4.11.10 "Upon the empty winds of time"