======================================== NEWS: atk-1.29.92 ======================================== Changes in version 1.29.92: ========================= * *Fixes: Bug #608399. Correct the link of accessibility page. *Fixes: Bug #606888. Link libatk against libintl. *Translation update. ======================================== NEWS: evolution-data-server-2.29.92 ======================================== Evolution-Data-Server 2.29.92 2010-03-08 ---------------------------------------- Bug Fixes: #529331 - Be able to disallow selection of a certain ESource (Milan Crha) #600322 - assertion failed: (reply == msg) in cs_waitinfo() (Milan Crha) #602723 - Contact list name doesn't get displayed in 'To' dialog (Milan Crha) #611125 - Duplicate definition of camel-iconv.h in install targets (Priit Laes) #611355 - calendar/tests/ecal/test-ecal-create-object--2 test (Priit Laes) #611860 - Pilot calendar, todo, memo do not sync when timezone is set to UTC (Matt McCutchen 2) #611873 - Make triple-clicking a shortcut for "Show Only This ..." (Matthew Barnes) Other Changes: Locking improvements in Camel (Michael Meeks) Steady progress on the new IMAPX backend (Chenthill Palanisamy) Various cleanups for Windows support (Fridrich Strba) Translations: Alexander Shopov (bg) Simos Xenitellis (el) Bruce Cowan (en_GB) Inaki Larranaga Murgoitio (eu) Claude Paroz (fr) Yuri Kozlov (ru) Daniel Nylander (sv) ======================================== NEWS: glib-2.23.5 ======================================== Overview of Changes from GLib 2.23.4 to GLib 2.23.5 =================================================== * New API addition: g_malloc_n() and friends used to implement an overflow-safe family of g_new() macros. * GVariant: - GVariantBuilder and GVariantIter are now merged. - The variable arguments API is now merged. - The parser will be in a future release. * GIO: - Remove GUtf8InputStream (which never appeared in a stable release) for now since it doesn't satisfy the needs of its main intended use case. We hope to reimplement this feature in a better form in a future release. * Bugs fixed: 609531 missing licence headers 612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH 611897 g_io_modules_scan_all_in_directory leaks 608196 Overflow-safe g_new family 611696 gio uses GetAddrInfo which requires special handing on windows 2k 605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid 610860 test_g_file_open_readwrite fails if $HOME is unwritable 552912 glib-2.18 /live-g-file/test_copy_move failed when run as root 609813 Renaming a file discards file notes * Updated translations: Basque Brazilian Portuguese British English Bulgarian Catalan Danish Estonian French German Hungarian Italian Lithuanian Norwegian bokmål Portuguese Russian Slovenian Spanish Swedish Traditional Chinese ======================================== NEWS: gst-plugins-base-0.10.28 ======================================== This is GStreamer Base Plug-ins 0.10.28, "Those Norwegians" Changes since 0.10.27: * Ogg/Dirac fixes * build: really dist qtgv-xoverlay.h header file needed by overlay examples this time * rtspconnection: fix handling of x-server-ip-address * alsasrc fixes Bugs fixed since 0.10.27: * 610832 : qtgv-xoverlay.h header file missing in the tarball * 611900 : [oggdemux] Incorrect parsing of Dirac headers Changes since 0.10.26: * playbin2,decodebin2: lots of fixes for missing plugin installation * playbin2, playsink, subtitleoverlay: Set subtitle encoding properly * videorate: Improve upstream negotiation * oggdemux: use the chain begin_time instead of our counter * oggdemux: mark skeleton streams correctly * oggdemux: theora PAR of 0:N, N:0 or 0:0 is allowed and maps to 1:1 * typefinding: detect stm module format * ffmpegcolorspace: add conversions from all ARGB formats to AYUV and back * theoradec: Fix chroma copying for 4:2:2 * tcpclientsrc,tcpserversrc: Fix handling of closed sockets * examples,build: dist header file for the Qt graphics view example * playsink: Reset the sink's state to NULL before unreffing it unless it's the same instance again * rtspconnection: make sure not to dereference NULL username or password * appsrc: Update segment duration and post a duration message if the duration changes * vorbisdec: also support ivorbis tremor decoder * rtsp: fail gracefully on bad Content-Length headers * rtsp: ignore \n and \r as the first line Bugs fixed since 0.10.26: * 610449 : codec autodetection does not always work * 608025 : [videorate] fails at upstream negotiation * 608309 : [appsrc] Should request new data before the queue is empty * 608417 : rtspsrc problem with \n and \r as first line * 609063 : [vorbisdec] also support integer vorbis decoder (tremor) library implementation * 609314 : typefind: Typefind does not handle .stm module format * 609423 : [appsrc] gst_app_src_set_size() should update duration and post a duration message * 610005 : [oggdemux] regression: bad seek granularity * 610268 : [rtsp] NULL pointer reference in gstrtspconnection * 610310 : [playbin2] Subtitle encoding property has no effect * 610329 : [theoradec] doesn't copy all chroma lines for 4:2:2 * 610379 : [playbin2] doesn't play if text flag is unset and media has text subtitles * 610386 : [tcpserversrc] Doesn't send EOS when socket is closed * 610672 : overlay examples are now inconsistent and broken * 610832 : missing header file in the tarball * 611225 : [oggdemux] doesn't preroll big_buck_bunny_427x240.indexed.ogg in push mode * 611227 : [oggdemux] no duration or seeking in local big_buck_bunny_427x240.indexed.ogg in pull mode * 604131 : Totem can no longer open Matroska files that hold ASS subtitles API added since 0.10.26: * appsrc::min-percent property * GST_RIFF_TAG_JUNQ ======================================== NEWS: gstreamer-0.10.28 ======================================== This is GStreamer 0.10.28 "Same Old, Same Old" Changes since 0.10.27: * parse "1/MAX" fraction strings * no material changes compared to 0.10.27, this release is mostly to keep core/base version numbers in sync Changes since 0.10.26: * basesrc: protect segment values from concurrent access from different threads * typefind: protect internal fields from concurrent changes from different threads * typefind: fix pad activation corner-case with have-type already having been emitted * typefind: reset the working mode when going to READY/NULL, fixes re-use from READY state as with decodebin2 * gstpoll: fix crash when logging is enabled for GST_POLL * bytewriter: expose gst_byte_writer_put_{float32|float64}_*() properly in header * basesink: fix emergency rendering timestamp tracking * fdsink, fdsrc: fix compilation with MSVC * memindex: avoid busy loop when doing EXACT lookup Bugs fixed since 0.10.26: * 610366 : [gstcollectpads][doc] Add a reminder for 'data' doc * 605189 : gst_element_get_state has wrong introspection * 607771 : [API] Add gst_byte_writer_fill * 608036 : [typefind] deadlock when upstream puts caps on buffers on pull mode * 608877 : [typefind] Access to internal fields not threadsafe * 609941 : GStreamer-WARNING **: External plugin loader failed. * 610210 : [PATCH] Fix compilation of fdsink and fdsrc with MSVC * 610246 : [optimization] Speed up _get_range() * 610367 : [memindex] might busy loop upon EXACT lookup * 610444 : [controller] Interpolation control source passes NULL pointers to GSequence API * 611087 : [basesink] emergency rendering of late buffers fails after resuming from PAUSE * 611719 : GST_DEBUG_OBJECT macros not fed with GObject* in gstpoll.c API additions since 0.10.26: * gst_byte_writer_fill() ======================================== NEWS: gtk+-2.19.7 ======================================== Overview of Changes from GTK+ 2.19.6 to 2.19.7 ============================================== * Bug fixes: 611707 Move documentation from templates to inline comments 69872 GTK_WIDGET_SET_FLAGS should be deprecated 612066 empathy hangs when clicked on information about contact... 557420 Some compose sequences don't work anymore... 569042 gailbooleancell does not seem to attend to changes... 600992 File chooser reference counting issues 610905 gtk_drag_source_set need instrospection hint 611051 Search Entry Clear Icon not accessible 611217 Incorrect translator comment 611317 Document targets in drag and drop 611319 gtk_window_set_transient_for undocumented NULL value for parent 611658 Update documentation for gtkvscrollbar 611662 Update documentation for gtkvseparator 611686 focus_in/focus_out in gailtreeview.c should return FALSE... 611831 Move documentation to inline comments: GtkVBox 612119 Do not scroll when middle pasting * Translation updates: Afrikaans Arabic Basque British English Bulgarian Czech Danish French Galician German Greek Hungarian Lithuanian Low German Norwegian bokmål Polish Portuguese Russian Slovenian Swedish