Release 0.6.2 (2007-10-18 Danny Baumann <dannybaumann@web.de>)
==============================================================
Stable release.
Support for automatically starting one decorator per screen.
Various stacking problem fixes.
Fixes for various focus issues.
Minor other bug fixes.
Release 0.6.0 (2007-10-01 Danny Baumann <dannybaumann@web.de>)
==============================================================
Third stable release of Compiz.
Improved focus stealing prevention.
Improved dynamic desktop resizing support.
Added button action configuration options to gtk-window-decorator.
Added UTF-8 window title support to kde-window-decorator.
Various bug fixes and improvements.
... and more, check the NEWS file.
Sense codes are now transcribed into human-readable representation.
The -F/-free-space option was added. Solaris compatibility was
increased. Building on Mac OS X 10.5 was fixed. A workaround for
missing direct I/O on Linux 2.4 was implemented. SCSI devices are
now locked more aggressively on Linux. Error handling was improved.
Several other fixes and enhancements were made.
version 2.03: Mon Apr 14 11:13:31 CEST 2008
Fixes:
- Netware needs to use smtp as well [Günter Knauf]
- Mail::Field::extract() fixed. Reported by [Andrea Venturol]
Version 0.4.10 [2008-04-21]
=================================================================
+new !fix ~change -remove | focus: Major bugfixes
+ newt library
The library, which is written in C and depends on the libslang, is now
part of the clive distribution. For more details, see the README file.
+ configure: --with-newt[=yes/no] (default:yes)
If disabled:
- python newt module will not be built
- The --rss feature will be disabled
+ Prerequisite: libslang >= 2.0
The newt library depends on this library.
+ Google Video: mp4 support
clive will now attempt to download mp4 format from the host by
default. --low-quality option can be used to override this. Falls
back to flv if the mp4 link is not found.
Example:
mp4: Video: h264, yuv420p, 320x240, 29.97 fps(r)
mp4: Audio: mpeg4aac, 48000 Hz, stereo
flv: Video: flv, yuv420p, 320x240, 29.75 fps(r)
flv: Audio: mp3, 22050 Hz, mono, 64 kb/s
+ Google Video: Partial support for continuing transfers
Continuing partially downloaded files is now possible for the mp4 transfers
introduced in this release.
As with Youtube/FLV, continuing GoogleVideo/FLV files still fails.
~ Program start options stdout
clive now prints out the bundled newt version (if any).
! Cache: --low-quality
Caching should now work properly with the --low-quality option. If the
cache entry was previously recorded using different video quality, the
video page is re-visited and the cache is updated.
A new column 'cache_lowq' was added to the 'cache' sqlite table.
Should the upgrade from a previous version fail, remove the existing
~/.clive/cache file.
! Bug #11523: Google video extraction fails
Affected versions: clive < 0.4.10
! Various typos
Mostly in the manual page.
- Prerequisite: python-newt module
The module is now part of the distribution.
0.8.8:
Added <string.h> to the global include list in mednafen.h.
Added boolean setting "debugger.autostepmode" that, when set to 1, will cause Mednafen to automatically start
the debugger in step mode after a game is loaded(only if Mednafen has a debugger for the emulated system, of course).
NES: Fixed CNROM emulation initialization bug.
PCE: ADPCM software reset was erroneously also resetting the playback frequency. Fixed. (Fixes ADPCM voices in Gulliver Boy)
PCE: Fixed disassembly of the JMP $(AAAA, X) instruction.
PCE, PC-FX: Improved PSG LFO emulation.
PC-FX: Emulated gamepad button presses weren't being decoded from the driver-side data correctly(causing problems on big-endian
platforms). Fixed.
PC-FX: Improved the logging of the ROM font system call in the debugger, to also include the callee address and the size of the
glyph being requested.
PC-FX: Disassembly of the "nop" instruction will no longer show the virtually meaningless operand.
PC-FX: Fixed alignment and prettified the disassembly of LDSR and STSR instructions.
SMS: SMS pause and 2-player support were erroneously commented out. Fixed.
2008-04-16 Gisle Aas <gisle@ActiveState.com>
Release 5.812
Gisle Aas (6):
Typo fix.
Simplified Net::HTTP::Methods constructor call.
Croak if Net::HTTP constructor called with no argument.
Avoid calling $self->peerport to figure out what the port is.
5.811 breaks SSL requests [RT#35090]
Make test suite compatible with perl-5.6.1.
Toru Yamaguchi (1):
Wrong treatment of qop value in Digest Authentication [RT#35055]
2008-04-14 Gisle Aas <gisle@ActiveState.com>
Release 5.811
Gisle Aas (6):
Avoid "used only once" warning for $Config::Config.
Make HTTP::Request::Common::PUT set Content-Length header [RT#34772]
Added the add_content_utf8 method to HTTP::Message.
Typo fix.
Retry syscalls when they fail with EINTR or EAGAIN [RT#34093,32356]
Allow HTTP::Content content that can be downgraded to bytes.
Gavin Peters (1):
HTML::Form does not recognise multiple select items with same name [RT#18993]
Mark Stosberg (1):
Document how HTTP::Status codes correspond to the classification functions [RT#20819]
Robert Stone (1):
Allow 100, 204, 304 responses to have content [RT#17907]
sasao (1):
HTTP::Request::Common::POST suppressed filename="0" in Content-Disposition [RT#18887]
2008-04-08 Gisle Aas <gisle@ActiveState.com>
Release 5.810
Gisle Aas (10):
Small documentation issues [RT#31346]
Explain $netloc argument to $ua->credentials [RT#31969]
Make lwp-request honour option -b while dumping links [RT#31347]
Ignore params for date convenience methods [RT#30579]
Get rid of all the old CVS $Keyword:...$ templates. Set $VERSION to 5.810.
Update Copyright year.
Drop some sample URLs that were failing.
Complement the HTTP::Status codes [RT#29619]
Don't allow HTTP::Message content to be set to Unicode strings.
Refactor test for Encode.pm
Ville Skytta (3):
Spelling fixes [RT#33272]
Trigger HTML::HeadParser for XHTML [RT#33271]
Escape status line in error_as_HTML, convert to lowercase [RT#33270]
Alexey Tourbin (2):
Typo fix [RT#33843]
Protocol/file.pm: postpone load of URI::Escape and HTML::Entities [RT#33842]
Daniel Hedlund (1):
HTML::Form Module and <button> element clicks
Adam Kennedy (1):
HTTP::Cookies handle malformed empty Set-Cookie badly [RT#29401]
Jacob J (1):
[HTTP::Request::Common] Does not handle filenames containing " [RT#30538]
Rolf Grossmann (1):
Allow malformed chars in $mess->decoded_content [RT#17368]
FWILES (1):
Croak if LWP::UserAgent is constructed with hash ref as argument [RT#28597]
Adam Sjogren (1):
Disabled, checked radiobutton being submitted [RT#33512]
DAVIDRW (1):
warn if TextInput's maxlength exceeded [RT#32239]
04172008 - Look for Speex includes in new directory. Converted all text
encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
dealing with Subversion instead of CVS. Added Speex to the README.
Upped version to 1.0.2.
04112008 - Check if Speex header has bogus data (CVE-2008-1686).
08062007 - Updated my email address.
07152007 - Minor correction in Timidity resampling code (Thanks, Sam!).
07062007 - Fixed uninitialized buffer in mpglib. (Thanks, Phil!).
10292006 - Fixed bogus memory dereference when SMPEG fails init (thanks, Chris!)
10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right
thing at build time. (Thanks, Josh!).
05122006 - Patched to get mpglib compiling again (thanks, Sam!).
12172005 - Fixed gcc4 whining in playsound_simple.c.
12062005 - Trimmed a bunch of junk out of the build system, and now it works
on Mac OS X again.
10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!)
10012005 - Added playsound_simple.c.
05302005 - Backport from devtree: Fixed automake nonsense.
11122004 - Backport from devtree: fix .voc decoder crash on file open.
05082004 - Fixed "bootstrap" to work with MacOSX.
05072004 - Backed out some commits, converted repository to Subversion, and
branched off to a 1.1.0 development tree. Changed MikMod URL...old
one is now a porn site. :(
10252003 - VOC decoder was broken. Now it isn't.
10142003 - Build system fix: acinclude.m4 had some word wrapping badness.
v0.27 (release 2008.04.17):
USER-VISIBLE CHANGES:
- Display the actual discovery percentage when preparing to build a base.
(Brian, Phil)
- Minor text cleanups. (Phil)
* Support events that can happen throughout the course of the game, changing
things in interesting ways. (Brian, Phil)
* A number of new items and technologies to ease gameplay. (Brian, tweaks
by Phil and emh)
- Building new machines informs you how much CPU capacity you will receive
from the new systems. (Brian, Phil for suggestion)
- Idle bases are harder to discover. (Brian)
- Allow keys to be repeated when held down. (Brian, emh for suggestion)
- Fix the constant "CPU complete" dialogs when low on money. (Brian, numerous
people for suggestion)
- Added research item for construction. Still needs actual implementation.
Weird time code is blocking. (Brian, ? for suggestion)
- Return to base menu when exiting base screens rather than returning to map.
(Brian, emh and Max McCracken for suggestion)
- Implemented Security and Reactor values obtained from data files. (Brian)
- Implemented "Destroy" feature from base list (Brian, Max McCracken and emh
for suggestion)
- When building, items are sorted by their cost to make picking the best one
easier. (Phil, Gustav Bertram for suggestion)
- Keep the game from crashing when it cannot create a 'music/' directory.
(Phil, Andrew McMillan for report)
- Added checks to avoid key error crashes related to unfinished Construction
code. (Brian)
- Added check to avoid crash when hitting 'Destroy' button in an empty base
list. (Brian)
- Preferences have moved to 'prefs.dat', and now follow the standard Python
ConfigParser format. (Phil)
- Added difficulty choice dialog handled by pgu. (Brian)
- Increased robustness across the board; E:S should be harder to crash.
(Phil)
- Various strings shortened to fit dialogs. (Phil, Joey Hess for suggestion)
- Fixed bug that kept music from playing. (Phil, Brian Warner for suggestion)
- Keep running if the mixer can't load. (Phil, Rafal Czlonka for bug report)
- Fix up the handling of music paths. (Phil)
- Added support for win and losegame music. (emh)
* Three new tracks, 'Deprecation', 'Awakening,' and 'Inevitable,' including
the Psycle source! (Max McCracken)
- Research screen will no longer assign an extra base to research. (emh,
blog... for report)
- When naming base, text will take up the entire box. (emh, blog... for report)
- Fixed a potential crash with display_base_list self-recursing. (Phil,
Josh Triplett for report)
OTHER CHANGES:
- Code cleanups and reformatting. (Phil)
- Cleanup a bug introduced in player.py, item may be int rather than object.
(Brian)
- The music loading code is less fragile now; it shouldn't break on too-short
file names. (Phil)
- Massive changes to data file handling; we now use Python's built-in
ConfigParser. (Phil)
- Further changes to the data file formats, for consistency and ease of
code/data maintenance. (Phil)
- Switched sounds to using data files, for smoother future expansion. (Phil)
- Fixed strings loading. (Phil)
libtheora 1.0beta3 (2008 April 16)
- Build new libtheoradec and libtheoraenc libraries
supporting the new API from theora-exp. This API should
not be considered stable yet.
- Change granule_frame() to return an index as documented.
This is a change of behaviour from 1.0beta1.
- Document that granule_time() returns the end of the
presentation interval.
- Use a custom copy of the libogg bitpacker in the decoder
to avoid function call overhead.
- MMX code improved and ported to MSVC.
- Fix a problem with the MMX code on SELinux
- Fix a problem with decoder quantizer initialization.
- Fix a page queue problem with png2theora.
- Improved robustness.
- Updated VS2005 project files.
- Dropped build support for Microsoft VS2003.
- Dropped build support for the unreleased libogg2.
- Added the specification to the autotools build.
- Specification corrections.
useful tools provided in the acpica-unix package, so this package
will install all them.
This package provides the ACPICA user-space utilities built upon
the same kernel code. The following utilities are provided:
* ASL Compiler & Disassembler
* ACPI Simulator (AcpiExec)
* ACPI Table Extractor
iAdam Jackson (1):
xcompmgr 1.1.4
Dana Jansens (1):
Fix a server resource leak on destroying windows.
James Cloos (2):
Remove deprecated .cvsignore
Add *~ to .gitignore to skip patch/emacs droppings
Jamey Sharp (1):
Bug #13073: Fix broken word-wrapping in ChangeLog generation.
Mark Tiefenbruck (1):
Bug #9762: Fix opacity changes on unmapped windows.
Tilman Sauerbeck (5):
Fixed a bunch of warnings.
Added .gitignore.
Include getopt.h for getopt().
Constified some variables.
Make this loop slightly easier to read.