Rev 130: Rename README => README.txt, add CHANGES.txt in http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

John Arbash Meinel john at arbash-meinel.com
Mon Jan 4 13:15:16 GMT 2010


At http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

------------------------------------------------------------
revno: 130
revision-id: john at arbash-meinel.com-20100104131505-5gy4w6naxl6zu6jo
parent: john at arbash-meinel.com-20100103210449-6x33e9t92zpxxbq3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Mon 2010-01-04 07:15:05 -0600
message:
  Rename README => README.txt, add CHANGES.txt
-------------- next part --------------
=== added file 'CHANGES.txt'
--- a/CHANGES.txt	1970-01-01 00:00:00 +0000
+++ b/CHANGES.txt	2010-01-04 13:15:05 +0000
@@ -0,0 +1,40 @@
+##############
+Meliae Changes
+##############
+
+.. contents:: List of Releases
+   :depth: 1
+
+Meliae 0.2.0 (not released yet)
+###############################
+
+:0.2.0: (not released yet)
+
+
+New Features
+************
+
+* The loader internals have been rewritten significantly. Instead of
+  storing a bunch of objects in a regular python dict, they are now
+  stored in a custom Pyrex collection, and proxy objects are created on
+  demand.  This means significantly improved memory usage. (roughly
+  2:1). (John Arbash Meinel)
+
+* The internals change also changes the interface a bit. When viewing
+  an object, a shorter display is given. One can use ``obj[offset]`` to
+  get the object at that reference, rather than the reference itself.
+  (so fewer indirections through the ObjManager). (John Arbash Meinel)
+
+* Now supports the ``__sizeof__`` interface introduced in python 2.6.
+  This allows a class (especially extension classes) to inform
+  Meliae/Python how many bytes it is consuming in memory.
+  (John Arbash Meinel)
+
+
+Bug Fixes
+*********
+
+* Some 
+
+
+.. vim: tw=71 ft=rst

=== renamed file 'README' => 'README.txt'


More information about the bazaar-commits mailing list