[pygccxml-commit] SF.net SVN: pygccxml:[1620] pygccxml_dev
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2009-01-26 11:22:44
|
Revision: 1620
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1620&view=rev
Author: roman_yakovenko
Date: 2009-01-26 11:22:43 +0000 (Mon, 26 Jan 2009)
Log Message:
-----------
updating version and history
Modified Paths:
--------------
pygccxml_dev/docs/history/history.rest
pygccxml_dev/pygccxml/__init__.py
Modified: pygccxml_dev/docs/history/history.rest
===================================================================
--- pygccxml_dev/docs/history/history.rest 2009-01-26 10:59:16 UTC (rev 1619)
+++ pygccxml_dev/docs/history/history.rest 2009-01-26 11:22:43 UTC (rev 1620)
@@ -26,6 +26,18 @@
-----------
+Version 1.1
+-----------
+
+1. Experimental back-ends based on ``.pdb`` and ``.bsc`` files were removed.
+
+2. Ability to extract different information from binary files ( ``.pdb``, ``.so``,
+ ``.map`` ) and merge it with a declarations tree was added.
+
+3. Ability to load `GCC-XML`_ configuration from ``.ini`` like file was added
+
+
+-----------
Version 1.0
-----------
@@ -47,7 +59,7 @@
which describe callables, have new property ``has_ellipsis``. It the value of
the property is ``True``, than the function has ellipsis in its definition.
-2. New expiremental back-end, based on ``.pdb`` (progam database file), was added.
+2. New experimental back-end, based on ``.pdb`` (progam database file), was added.
3. New high-level API wrapper for ``.bsc`` (browse source code file) was added.
Modified: pygccxml_dev/pygccxml/__init__.py
===================================================================
--- pygccxml_dev/pygccxml/__init__.py 2009-01-26 10:59:16 UTC (rev 1619)
+++ pygccxml_dev/pygccxml/__init__.py 2009-01-26 11:22:43 UTC (rev 1620)
@@ -36,6 +36,6 @@
#TODO:
# 1. Add "explicit" property for constructors
-__version__ = '1.0.0'
+__version__ = '1.1.0'
__revision__ = 1080
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|