Skip to content

Commit d743d4d

Browse files
committed
Update the history for the 1.6 release.
1 parent 5166308 commit d743d4d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/history/history.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Thanks to all the people that have contributed patches, bug reports and suggesti
4343
* Alejandro Dubrovsky
4444
* Aron Xu
4545

46-
Version 1.6 (Not yet released)
47-
------------------------------
46+
Version 1.6
47+
-----------
4848

4949
1. Moved the repository from mercurial to git
5050

5151
2. Changed the documentation from epydoc to sphinx doc
5252

5353
3. Setup the documentation as gh-page and add script to update the documentation
54-
Just call "make gh-pages" on the root folder to update the documentation
55-
on the github server. (You need write access to the repository to do so).
54+
Just call "make gh-pages" on the root folder to create a commit with the
55+
new documentation, which you may then push to the github repository.
5656
The url for the documentation is now http://gccxml.github.io/pygccxml/
5757

5858
4. Add Travis unit tests for Python 2.6, 2.7, 3.2, 3.3 and 3.4
@@ -77,7 +77,13 @@ Version 1.6 (Not yet released)
7777

7878
9. All the code is now pep8 compliant and is tested for this in an unit test
7979

80-
10. unused imports and variables were removed using the pyflakes tool
80+
10. Most of unused imports and variables were removed using the pyflakes tool
81+
82+
11. Use new style python decorators (@property) everywhere
83+
84+
12. Add new unit test for the example.py file
85+
86+
13. Update the licence headers to reflect the change in maintainers
8187

8288
Version 1.5.2
8389
-------------

0 commit comments

Comments
 (0)