The changes to the code include:
* A '-f' flag to destry with force any type of file that isn't a Regular
File or a Directory.
* Bug fixes.
* Code Clean-up.
Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Swedish, Afrikaans, Azerbeaijani
* Translations: af az nl sr sv
* Updated to the new core 0.8 subsystems
* Reworked play and media-info libraries
* Updated osssink: now does probing of possible output properties
* Updated qtdemux: fixes for MACE audio
* New debug element: quasirandom byte changes
* New element: dvddemux
* New element: kiosrc, a KIO-slaves source
* Fixes to all other elements, including level, videodrop, gnomevfssrc,
speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2,
cacasink
* Portability fixes
* ChangeLog use
* Coding style consistency
* Various memleak and buffer overflow fixes
Bugs fixed in this release
* 120883 : osssink advertises more rates than it handles
* 125732 : v4l2src don't support all YUV formats
* 134301 : gst-plugins should depend on X
* 135919 : Mandrake 10
* 136477 : [PATCH] gst-launch-ext does not support .mov
* 136527 : gdk_pixbuf makefile tried to execute targets contrains in...
* 137348 : media-info .pc file lacks a 'Version:' line
* 137448 : mpegaudioparse: crash (bus error)
* 137504 : mpeg2dec fails on 422 encoded material
* 137556 : Ogg Vorbis playback has poor spatialization
* 137588 : ffmpegcolorspace gives critical when it should throw error
* 137722 : Quicktime audio parsing is broken
* 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v
* 138168 : id3tag using gst_event_new_discontinuous incorrectly?
* 138169 : matroska-demux using gst_event_new_discontinuous without ...
* 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis...
* 138846 : all of the ladspa-wrapped source-plugins fail to go to pl...
* 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0
* 139034 : Non-standard test(1) operator used in configure script
* 139035 : Non-standard regex used as libtool argument
* 139382 : mad decoder can resync wrongly after seek and does explic...
* 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace...
* 139926 : id3tag's caps cause it to be plugged more than once by sp...
* 139958 : Leak in avidemux
* 140058 : [msmpeg4] file with broken qscale/header does not play
Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Swedish, Afrikaans, Azerbeaijani
* Translations: af, az, fr, nl, sr, sv
* New scheduler: entry
* Reworked capabilities and negotiation subsystem
* Reworked tagging subsystem
* Reworked interactivity subsystem (for DVD playback)
* Consistent error and debug signaling
* Dynamic debug logging
* Portability fixes
* Binding support fixes
* ChangeLog use
* Coding style consistency
Bugs fixed in this release
* 136841 : Some code will need to be rewritten to compile against gc...
* 136904 : [opt] support loop in multi-loop based group
* 137279 : [patch] dispose/finalize functions for gst core elements
* 137625 : HAVE_ATOMIC_H is not used
* 138705 : Problem testing gstreamer 0.8.0
* 139002 : Compilation error
* 139109 : Compilation of gst-plugins fails because of errors in header
* 139617 : v4l2src ! spider ! ximagesink : crashes
C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a
handful of new features:
INPUT /NOMATCH timeout (waits for the entire interval without trying
to match anything; useful for scripted logging).
SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale),
SHOW INPUT.
ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer).
FREAD /TRIM and FREAD /UNTABIFY.
\funtabify(string).
ON_CD macro (if you define one, it executes automatically whenever
you tell Kermit to change directories).
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.
This package provides the smb module for GNOME VFS, which allows it to
surf networks using the SMB protocol (also known as Microsoft Networks).
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.
This package provides the cdda module for GNOME VFS, which allows it to
retrieve audio tracks from CDDA capable CDROM drives.
Bump PKGREVISION to 1 because of this.
While doing this, split the Makefile in two parts to aid with the addition
of packages providing modules (which are distributed inside the gnome-vfs2
distfile).
Also do some PRINT_PLIST_AWK tricks.
GUI:
* Crosshair color inversion made clearer by graying the 'Cross-hair color'
button when 'Cross-hair color inverted' checkbox is checked.
* Changed some keyboard accelerators.
UI:
* A better presentation for tables : added two new presentation items.
BRAILLE:
* Added suport for some more braille devices.
MAGNIFIER:
* Changed required version of gnome-mag to 0.11.0.
Changes
* For projects with many nested classes, namespaces, typedefs and using
statements, doxygen could become very slow. This should now be improved
significantly.
* Made some cosmetic changes to the HTML output.
* STRIP_FROM_PATH now by default strips the path from which doxygen is run
New features
* Make a start with adding support for Objective-C. Doxygen can now parse
Objective-C header files (including protocols and categories).
* Include a patch by Hauke Duden which adds preliminary support for the
D programming language (see http://www.digitalmars.com/d).
* C Comments inside #defines are now preserved. This could be useful
to document boilerplate code.
* Included patch to replace tabs by the proper amount of spaced inside code
fragments in the XML output (thanks to Alexandr for the patch).
* Examples (documented via \example) are now included in the XML output.
* New option SORT_BRIEF_DOCS which when enabled will list the
declaration section of the documentation (with the brief descriptions)
in alpabetical order, instead of declaration order.
* Included patch for Hungarian translation (thanks to Akos Kiss) and for
the Serbian language. Added support for mixed Korean/english (thanks
to Jihoon Chung). The translator report script was also updated.