On 11-Dec-2001 Jamin W. Collins wrote:
> On Tue, 2001-12-11 at 10:34, Sean 'Shaleh' Perry wrote:
>> So, 0.61.2 is almost ready to be released screaming into the world. If
>> anyone
>> has a patch floating around that fixes some problem I would love to hear
>> about
>> it. The recent open file descriptor bug shows how much the community has
>> depended on the memory of this list to find bugs.
>
> So, is there a list of what's planned to be fixed in the soon to be
> release 0.61.2?
>
> Jamin W. Collins
Changes from 0.61.1 to 0.61.2:
- added the ja_JP nls directory
- general code cleanups
- blackbox-nls.hh is always generated even if --disable-nls is used.
This allows us to not have all of those hideous #ifdef NLS chunks.
Nothing to worry about, if you do not want NLS this does not affect you
- Workspace::placeWindow() cleanups. Also a speed bump from reducing the
use of iterator->current() and changing the delta from 1 to 8
- cleanups to compile with g++ 3.0
- make distclean actually removes Translation.m and blackbox-nls.hh
- fixed a desciptor leak in BScreen::parseMenuFile, seems opendir
lacked a matching closedir.
Is my current changelog. If anything in that list is not clear, please speak
up. If something should be in that list, also speak up.