Skip to content

Commit 7754c72

Browse files
author
roman_yakovenko
committed
updating version and history
1 parent f135704 commit 7754c72

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/history/history.rest

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ Thanks to all the people that have contributed patches, bug reports and suggesti
2525
* Gustavo Carneiro
2626

2727

28+
-----------
29+
Version 1.1
30+
-----------
31+
32+
1. Experimental back-ends based on ``.pdb`` and ``.bsc`` files were removed.
33+
34+
2. Ability to extract different information from binary files ( ``.pdb``, ``.so``,
35+
``.map`` ) and merge it with a declarations tree was added.
36+
37+
3. Ability to load `GCC-XML`_ configuration from ``.ini`` like file was added
38+
39+
2840
-----------
2941
Version 1.0
3042
-----------
@@ -47,7 +59,7 @@ Version 1.0
4759
which describe callables, have new property ``has_ellipsis``. It the value of
4860
the property is ``True``, than the function has ellipsis in its definition.
4961

50-
2. New expiremental back-end, based on ``.pdb`` (progam database file), was added.
62+
2. New experimental back-end, based on ``.pdb`` (progam database file), was added.
5163

5264
3. New high-level API wrapper for ``.bsc`` (browse source code file) was added.
5365

pygccxml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
#TODO:
3737
# 1. Add "explicit" property for constructors
3838

39-
__version__ = '1.0.0'
39+
__version__ = '1.1.0'
4040

4141
__revision__ = 1080

0 commit comments

Comments
 (0)