Revision
100220
Author
cal@macports.org
Date
2012-12-03 16:30:12 -0800 (Mon, 03 Dec 2012)

Log Message

Update ChangeLog for my recent base commits

Modified Paths

Diff

Modified: trunk/base/ChangeLog (100219 => 100220)


--- trunk/base/ChangeLog	2012-12-04 00:21:25 UTC (rev 100219)
+++ trunk/base/ChangeLog	2012-12-04 00:30:12 UTC (rev 100220)
@@ -19,6 +19,22 @@
       ccache >= 3.1.7 by running the initialization step as the macportsuser.
       (raimue in r97868)
 
+    - Fix an endless loop that could be triggered in rev-upgrade when a user
+      hasn't run selfupdate in more than a year or the portindex is corrupt.
+      (cal in r100129)
+
+    - Set a busy timeout on SQLite connections to prevent MacPorts from
+      uselessly burning CPU cycles when waiting for a database lock.
+      (cal in r100217)
+
+    - Switch from exclusive locking to immediate locking in the registry
+      database to avoid locking reads where not needed.
+      (cal in r100218)
+
+    - Fix a problem where interrupting the uninstallation process could leave
+      the registry database in a corrupted state.
+      (cal in r100219)
+
 Release 2.1.2 (2012-07-26 by jmr):
     - Fixed autodetection of developer_dir with Xcode 4.4
       (#35150, mfeiri in r95552)