-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
30 lines (24 loc) · 854 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change History
==============
1.0(2018-09-16)
---------------
* Make compatible with Trac 1.0
* Removed ``ez_setup.py`` since Trac requires setuptools
0.5(2011-03-03)
---------------
* Begin using MANIFEST.in in the absence of a Subversion repository
0.4(2010-07-13)
---------------
* Fixed unicode bug that caused errors when given non-ASCII characters [jetheis]
0.3(2010-01-10)
---------------
* All code adheres to `PEP 8 <http://www.python.org/dev/peps/pep-0008/>`_ standards [jetheis]
* Added ``ez_setup.py`` to package [jetheis]
* Changed license to `GPLv3 <http://www.gnu.org/licenses/gpl.html>`_ [jetheis]
0.2(2009-08-11)
---------------
* Changed macro syntax to not require true/false argument [jetheis]
* Cleaned up code to better adhere to PEP 8 [jetheis]
0.1(2009-08-11)
---------------
* Initial release of plugin [jetheis]