Skip to content

Commit e46d099

Browse files
committed
keep track of main changes in a changelog file (at last)
> for now, its content is adapted from release notes that appeared on sourceforge
1 parent d9eb63b commit e46d099

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

package/CHANGELOG.txt

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
version-1.9.2 [2012-07-15]
2+
3+
- packaging fixes and strange version bumps to workaround pypi.python.org's version handling
4+
5+
version-1.9 [2011-12-23]
6+
7+
- ability to load zipped plugins
8+
- a separate development branch has been created where the focus is on the compatibility with python3
9+
- no more SVN repository (as advertised last year it wasn't kept in sync with the Mercurial repository, and it is now officially dead)
10+
- better logging of errors and debug infos
11+
- small doc improvement, especially to show how simple it is to interactwith the plugins once they are loaded
12+
13+
version-1.8 [2010-09-26]
14+
15+
- the documentation has been refactored and should now go "straight to the point"
16+
- the source control is now performed by Mercurial
17+
- Filtering manager to filter out plugins that must not be loaded, contributed by Roger Gammans
18+
- a getAllPlugins method has been added to the PluginManager to make it easier to access plugins when only the default category is defined
19+
- code has been slightly cleaned up and should now be easy to adapt to Python3 via the 2to3 tool.
20+
21+
version-1.7 [2008-04-09]
22+
23+
- WARNING: API BREAK ! the arguments for [de]activatePluginByName and getPluginByName are now the other way round: category,name -> name,category="Default"
24+
- new AutoInstall manager for automatically installing plugins by copying them in proper place
25+
- small improvements to generic code for plugin loading
26+
27+
version-1.6 [2007-11-10]
28+
29+
- fix major bug in ConfigurablePluginManager
30+
31+
version-1.5 [2007-11-03]
32+
33+
- separation of plugin loading into locate and load contributed by Rob McMullen
34+
- package with "Easy install" framework
35+
- new forge (https://sourceforge.net/p/yapsy) and independent repo from mathbench
36+
37+
version-1.1 [2007-09-21]
38+
39+
- VersionedPlugin manager contributed by Rob McMullen
40+
41+
version-1.0 [2007-08-26]
42+
43+
- basic implementation of a PluginManager
44+
- ConfigurablePlugin manager that can store information in a ConfigParser compatible file
45+
- singleton versions of these plugin managers.

0 commit comments

Comments
 (0)