Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
+ Change MAINTAINER to pkgsrc-users@NetBSD.org on advice from <taca>
in private email.
* raise SDL::Surface::VideoMemoryLost when video memory is lost when
calling SDL::Surface.blit
* Remove Old SDL::Event, and rename SDL::Event2 to SDL::Event
Reorganize methods by moving them into modules/namesspaces that are
more relevant:
* GL_RED_SIZE -> GL::RED_SIZE
* GL_GREEN_SIZE -> GL::GREEN_SIZE
* GL_BLUE_SIZE -> GL::BLUE_SIZE
* GL_ALPHA_SIZE -> GL::ALPHA_SIZE
* GL_BUFFER_SIZE -> GL::BUFFER_SIZE
* GL_DOUBLEBUFFER -> GL::DOUBLEBUFFER
* GL_DEPTH_SIZE -> GL::DEPTH_SIZE
* GL_STENCIL_SIZE -> GL::STENCIL_SIZE
* GL_ACCUM_RED_SIZE -> GL::ACCUM_RED_SIZE
* GL_ACCUM_GREEN_SIZE -> GL::ACCUM_GREEN_SIZE
* GL_ACCUM_BLUE_SIZE -> GL::ACCUM_BLUE_SIZE
* GL_ACCUM_ALPHA_SIZE -> GL::ACCUM_ALPHA_SIZE
* SDL.get_GL_attr -> SDL::GL.get_attr
* SDL.set_GL_attr -> SDL::GL.set_attr
* SDL.GL_swap_buffers -> SDL::GL.swap_buffers
* SDL.auto_lock? -> SDL::Surface.auto_lock?
* SDL.auto_lock_on -> SDL::Surface.auto_lock_on
* SDL.auto_lock_off -> SDL::Surface.auto_lock_off
* SDL.transform_blit -> SDL::Surface#transform_blit
* SDL.blitSurface -> SDL::Surface.blit
* SDL.get_video_surface -> SDL::Screen.get
* SDL.set_video_mode -> SDL::Screen.open
* SDL.check_video_mode -> SDL::Screen.check_mode
* SDL.list_modes -> SDL::Screen.list_modes
* SDL.set_gamma -> SDL::Screen.set_gamma
* SDL.get_gamma_ramp -> SDL::Screen.get_gamma_ramp
* SDL.set_gamma_ramp -> SDL::Screen.set_gamma_ramp
* SDL.video_driver_name -> SDL::Screen.driver_name
* SDL.video_info -> SDL::Screen.info
* SDL::Surface#get_rgb -> SDL::PixelFormat#get_rgb
* SDL::Surface#get_rgba -> SDL::PixelFormat#get_rgba
* SDL::Surface#map_rgb -> SDL::PixelFormat#map_rgb
* SDL::Surface#map_rgba -> SDL::PixelFormat#map_rgba
* SDL::Surface#get_palette -> SDL::PixelFormat#palette
* SDL::Surface#bpp -> SDL::PixelFormat#bpp
* SDL::Surface#bytes_per_pixel -> SDL::PixelFormat#bytes_per_pixel
* SDL::Surface#[RGBA]mask -> SDL::PixelFormat#[RGBA]mask
* SDL::Surface#[RGBA]shift -> SDL::PixelFormat#[RGBA]shift
* SDL::Surface#[RGBA]loss -> SDL::PixelFormat#[RGBA]loss
* SDL::Surface#colorkey -> SDL::PixelFormat#colorkey
* SDL::Surface#alpha -> SDL::PixelFormat#alpha
Add following methods
* SDL::Surface#load_bmp_from_string
* SDL::Surface#load_from_string
* SDL::Mixer::Wave#load_from_string
* SDL::Mixer.playing_channels
* SDL::Surface#destroy
* SDL::Joystick#close
* SDL::Mixer#close
* SDL::Mixer::Wave#destroy
* SDL::Mixer::Music#destroy
Remove following methods
* SDL::Surface#draw_ellispe
* SDL::Surface#draw_filled_ellispe
* SDL::Surface#rotate_surface
* SDL::Surface#rotate_scaled_surface
* SDL.rotate
* SDL.rotate_blit
* SDL.rotate_scaled_blit
* SDL.rotate_xy_scaled
Change behavior of following methods
* SDL::Surface#draw_line
* SDL::Surface#draw_circle
* SDL::Surface#draw_rect
* SDL::Surface#draw_ellipse
* SDL::Surface#draw_bezier
|
|
Make the linkresolver code more robust.
|
|
|
|
|
|
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.
|
|
|
|
Fix bug in repocopy code.
Reported-by: Andriy Gapon <avg@icyb.net.ua>
|
|
|
|
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]
|
|
|
|
|
|
|
|
|
|
which will break the build later (and would cause package list
inconsistencies if the build succeeded).
|
|
using patch-af. See PR pkg/38484 for the discussion.
|
|
From Christian Leutloff on tech-pkg.
|
|
|
|
change patch to disable if not GCC4.
- add patch from PR pkg/38484 to fix missing symbol pixman_have_sse
- bump PKGREVISION
|
|
|
|
It's been less than a day, so I hope it won't bite anyone.
|
|
|
|
|
|
|
|
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.
|
|
|
|
imapsync-1.250.
- SDL_sound-1.0.2, enchant-1.4.1,
libtheora-1.0beta3, libxml2-2.6.32, mednafen-0.8.8, p5-libwww-5.812,
singularity-0.27, wesnoth-1.4.1, xcompmgr-1.1.4.
|
|
|
|
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]
|
|
|
|
2.6.32: Apr 8 2008
* Documentation: returning heap memory to kernel (Wolfram Sang),
trying to clarify xmlCleanupParser() use, xmlXPathContext
improvement (Jack Jansen), improve the *Recover* functions
documentation, XmlNodeType doc link fix (Martijn Arts)
* Bug fixes: internal subset memory leak (Ashwin), avoid problem
with paths starting with // (Petr Sumbera), streaming XSD validation
callback patches (Ashwin), fix redirection on port other than 80
(William Brack), SAX2 leak (Ashwin), XInclude fragment of own
document (Chris Ryan), regexp bug with '.' (Andrew Tosh), flush
the writer at the end of the document (Alfred Mickautsch), output
I/O bug fix (William Brack), writer CDATA output after a text
node (Alex Khesin), UTF-16 encoding detection (William Brack),
fix handling of empty CDATA nodes for Safari team, python binding
problem with namespace nodes, improve HTML parsing (Arnold
Hendriks), regexp automata build bug, memory leak fix (Vasily
Chekalkin), XSD test crash, weird system parameter entity parsing
problem, allow save to file:///X:/ windows paths, various attribute
normalisation problems, externalSubsetSplit fix (Ashwin), attribute
redefinition in the DTD (Ashwin), fix in char ref parsing check
(Alex Khesin), many out of memory handling fixes (Ashwin), XPath
out of memory handling fixes (Alvaro Herrera), various realloc
problems (Ashwin), UCS4 encoding conversion buffer size (Christian
Fruth), problems with EatName functions on memory errors, BOM
handling in external parsed entities (Mark Rowe)
* Code cleanup: fix build under VS 2008 (David Wimsey), remove
useless mutex in xmlDict (Florent Guilian), Mingw32 compilation
fix (Carlo Bramini), Win and MacOS EOL cleanups (Florent Guiliani),
iconv need a const detection (Roumen Petrov), simplify xmlSetProp
(Julien Charbon), cross compilation fixes for Mingw (Roumen
Petrov), SCO Openserver build fix (Florent Guiliani), iconv uses
const on Win32 (Rob Richards), duplicate code removal (Ashwin),
missing malloc test and error reports (Ashwin), VMS makefile fix
(Tycho Hilhorst)
* improvements: better plug of schematron in the normal error
handling (Tobias Minich)
|
|
|
|
|
|
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.
|
|
|
|
- acpi-iasl
|
|
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.
|
|
|
|
Included hunspell upgraded to 1.2.2, pkgsrc patches integrated.
|
|
The old web page at http://www.nongnu.org/rdiff-backup
reditrects to http://rdiff-backup.stanford.edu/, but that's
about rdiff-backup, not about librsync.
|