Forgot to include doc/README in dist-hook target.
[adesklets.git] / NEWS
blob57f4b3a709dd72c092e4dd359d9ef3b878593c01
1 News in 0.4.10:
2         * This is a bug fix release. An unwanted partial new feature made is way 
3         into previous release: it caused the contextual menu to stop working 
4         the advertised way (the control key needed to be pressed for the menu to
5         get fired). This release just revert back the change, and add a 
6         configuration-time option, --enable-control-on-context-menu, for
7         those who really wants this behavior.
9 News in 0.4.9:
10         * This is a bug fix release. It changes the global macro definitions 
11         for adesklets to compile without problems on FreeBSD 6.x, corrects 
12         an error with debugging flag stripping from the C compiler, 
13         and adds a new demo program about threading.
15 News in 0.4.8:
16         * This is a bug fix release. It changes the global macro definitions 
17         for adesklets to compile without problems on FreeBSD 5.x, and it also 
18         adds fake root window detection for KDE, thanks to yogi77, from the 
19         forum.
21 News in 0.4.7:
22         * This is a bug fix release. It removes calls to some C99 math routines 
23         not available in earlier BSD's, make the code more portable. It also 
24         adds two new commands to the API for handling the images caching 
25         mechanism better.
27 News in 0.4.6:
28         * This is a bug fix and documentation update release. It corrects 
29         many small bugs inside the desklets submission process scripts, 
30         makes portability changes to the autoconf structure, adds a new demo 
31         scripts in test (widget.py), corrects the xwindow_move_window routine 
32         for a small placement bugs on the screen (thanks to man1ed from 
33         the forum from providing the patch), and finally add a new 
34         appendix containing a handy online version of Imlib2 documentation.
36 News in 0.4.5:
37         * This is a bug fix and documentation update release. It improves 
38         the desklets submission process by releasing the full check 
39         in script used by the maintainer. It also solves a bug 
40         with window refresh when using user-defined background image 
41         and menus: thanks to ZeroDivide for reporting this. 
42         Various updates and correction have also been made to the documentation.
44 News in 0.4.4:
45         * This is a documentation update release, principally aimed 
46         at desklets authors. It basically includes a new appendix 
47         on how to submit a desklet (including scripted support), 
48         and a new subsection on system-wide fonts detection as well. 
49         FAQ was also expanded to cover this topic.
51 News in 0.4.3:
52         * This is a documentation update release. Most of the work here 
53         was made by Mike Pirnat exilejedi@users.sourceforge.net, 
54         who was kind enough to rectify the base author's deficient english 
55         by proofreading this manual from cover to cover. Thanks Mike! 
56         The FAQ was also slightly expanded, and a new appendix for desklets 
57         writer created.
59 News in 0.4.2:
60         * This is a new bug fix release. It corrects a bug within 
61         the python package that made if not compile on all of 
62         Python <  2.4.0. Thanks to nucular, from the adesklets forum, 
63         for reporting this. It also corrects another minor mmap 
64         related issue in the same package.
66 News in 0.4.1:
67         * This is anew bug fix release. It secures the use of optional 
68         adesklets.ConfigFile class by completely changing the way 
69         config files are imported, removing a potential security exploit. 
70         Thanks to Mike Pirnat <exilejedi@users.sourceforge.net>  for 
71         sharing his concerns on this issue.
73 News in 0.4.0:
74         * This is a new minor version release. The interpreter now support 
75         internationalization - It can now dynamically work with different
76         charsets on platforms supporting iconv (as standardized in UNIX98), and
77         display them in the right fashion. Python package was also extended
78         to include an (optional) generic configuration class, hopefully useful
79         to desklets authors.
81 News in 0.3.2:
82         * This is a documentation update release. Documentation was added for
83         python programmers, FAQ was slightly expanded.
85 News in 0.3.1:
86         * This is new bug fix release. It just adds support for interruption 
87         of time gates by events. This is a feature absolutely required to make 
88         some timed effects possible.
90 News in 0.3.0:
91         * This is a new minor version release. Portability has been a big concern 
92         for us since the beginning; with this version, the package compile 
93         and run flawlessly on FreeBSD and NetBSD. Events handling has also been 
94         internally streamlined, and the python binding was extended to support 
95         dynamic modification of caught events (see test/test_events.py).
97         * The interpreter API now expose everything the author wanted, 
98         and will probably not be expanded much further; everything is pretty 
99         much in place to write any desklet, including animations.
101 News in 0.2.1:
102         * This is a minor bug fix release - it removes a compatibility bug 
103         within the GNU history library usage. Thanks to Mike Pirnat 
104         for reporting this.
106 News in 0.2.0:
107         * New minor version release. Added support for textual variables
108         (strings substitution, in fact), and execution of timed preregistered
109         sequences of commands to the interpreter (indirect mode of execution);
110         this gives desklets a way to perform fluid animations.
111         For developpers, this version also includes a rewritten dynamically
112         configurable debug interface to the interpreter able 
113         to generate complete logs on any session. See Changelog.
114         
115 News in 0.1.3:
116         * Minor bug fix release - update to this version
117         if you could not get package to compile with 0.1.1 or 0.1.2
118         due to error on doc/adesklets.1. Also adds a FAQ to 
119         the documentation. See Changelog.
121 News in 0.1.2:
122         * Documentation update release. See Changelog.
124 News in 0.1.1:
125         * Minor bug fix release. See Changelog.
127 News in 0.1.0:
128         * New minor version release. Added preliminary french documentation,
129         support for Windows Manager with fake roots (Xfce4 built-in), and
130         for restarting all desklets.
131          
132 News in 0.0.2:
133         * Minor bug fix release. See Changelog.
135 News in 0.0.1:
136         * Initial release of adesklets. More news coming somewhere 
137         in mid-January: going out of the country for the holidays!
138         * Support for interactive use and Python only
139         * Everything major feature is in place: see online help.