[Aptitude-svn-commit] r3611 - in branches/aptitude-0.3/aptitude: . doc/en

Daniel Burrows dburrows@costa.debian.org
Mon Jul 4 16:59:55 UTC 2005


Author: dburrows
Date: Mon Jul  4 16:59:51 2005
New Revision: 3611

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/NEWS
   branches/aptitude-0.3/aptitude/configure.ac
   branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
Log:
Bump version to 0.3.3.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Mon Jul  4 16:59:51 2005
@@ -1,5 +1,14 @@
 2005-07-04  Daniel Burrows  <dburrows@debian.org>
 
+	* NEWS, README, doc/en/aptitude.xml:
+
+	  Bump version to 0.3.3.
+
+	* doc/en/aptitude.xml:
+
+	  Correct the documentation of several configuration options that
+	  had been invalidated by changes to the program.
+
 	* src/download.cc, src/view_changelog.cc:
 
 	  Decrease the polling rate of downloads.  Again.

Modified: branches/aptitude-0.3/aptitude/NEWS
==============================================================================
--- branches/aptitude-0.3/aptitude/NEWS	(original)
+++ branches/aptitude-0.3/aptitude/NEWS	Mon Jul  4 16:59:51 2005
@@ -1,3 +1,71 @@
+[7/4/2005]
+Version 0.3.3         "Universal Text Format Ate My Package Manager"
+
+- New features:
+
+  * Full support for UTF-8 and other wide character locales.  Anything
+    that doesn't work (aside from bug #316663 in curses) is a bug.
+    Some languages might lack full support, as I'm releasing this
+    before the translators have time to catch up!
+
+  * Colors and text styles are now selected in a much more flexible
+    way.  Each visual can independently alter or override each setting
+    of its surrounding text.  Foreground and background colors can be
+    set independently.
+
+- Translation updates:
+
+  * Chinese (Simplified) (Closes: #314330)
+
+  * Chinese (Traditional) (Closes: #311587)
+
+  * Czech (Closes: #314328)
+
+  * Dutch (Closes: #315376, #316279)
+
+  * Finnish (Closes: #312311, #313450)
+
+  * German (Closes: #313663)
+
+  * Lithuanian (Closes: #314643)
+
+  * Norwegian Bokmal (Closes: #313459)
+
+  * Norwegian nynorsk (Closes: #315988)
+
+  * Polish (Closes: #315338)
+
+  * Portuguese (Closes: #315486)
+
+  * Russian (Closes: #313619)
+
+  * Slovak (Closes: #309824)
+
+  * Spanish (Closes: #313412)
+
+  * Vietnamese (Closes: #313321)
+
+- Bug fixes:
+
+  * Fix a case where different packages would be selected on startup
+    than on shutdown. (Closes: #315359)
+
+  * Fix several longstanding coding errors that caused the progress
+    bar to disappear/freeze while the program was starting up.
+
+  * Don't crash when trying to display information about packages
+    with no Archive.  (Closes: #312533)
+
+  * Allow the user to cancel a media change.  (Closes: #315885)
+
+  * Be more explicit in warning the user that they are in read-only
+    mode.  (Closes: #313417)
+
+  * Typo fix in cmdline_prompt (Closes: #313322)
+
+  * Adjusted the input polling frequency in the download code; the
+    program should feel a bit more responsive while it's downloading.
+
 [5/1/2005]
 Version 0.3.2         "Eat cold logic, feeble dependency problem!"
 

Modified: branches/aptitude-0.3/aptitude/configure.ac
==============================================================================
--- branches/aptitude-0.3/aptitude/configure.ac	(original)
+++ branches/aptitude-0.3/aptitude/configure.ac	Mon Jul  4 16:59:51 2005
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT
 AC_CONFIG_SRCDIR([src/main.cc])
-AM_INIT_AUTOMAKE(aptitude, 0.3.2)
+AM_INIT_AUTOMAKE(aptitude, 0.3.3)
 AM_CONFIG_HEADER(config.h)
 
 dnl Use C++

Modified: branches/aptitude-0.3/aptitude/doc/en/aptitude.xml
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/en/aptitude.xml	(original)
+++ branches/aptitude-0.3/aptitude/doc/en/aptitude.xml	Mon Jul  4 16:59:51 2005
@@ -7,7 +7,7 @@
   <!ENTITY dselect '<command>dselect</command>'>
   <!ENTITY apt-get '<command>apt-get</command>'>
   <!ENTITY root '<systemitem class="username">root</systemitem>'>
-  <!ENTITY VERSION '0.3.2'>
+  <!ENTITY VERSION '0.3.3'>
 
   <!-- Shortcuts for menu commands: -->
 




More information about the Aptitude-svn-commit mailing list