------------------------------------------------------------------ --- Changelog.i386 ---------- Sun Sep 7 10:29:29 CEST 2008 ------ ------------------------------------------------------------------ ------------------------------------------------------------------ ------------------ 2019-9-6 - Sep 6 2019 ------------------- ------------------------------------------------------------------ ++++ telepathy-gabble: - Requires now telepathy-glib >= 0.7.14 - Upgrade to 0.7.8 * Implement the Contacts interface for bulk contact-handle inspection * Implement spec 0.17.9 (add the TargetID property to all channels) * Start to port channel factories away from TpChannelFactoryIface in preparation for implementing the Requests API * Add a simple smoke-test for SimplePresence * Use tp_debug_divert_messages() rather than our own copy of it, since we now depend on a new enough telepathy-glib anyway * Obey the Telepathy spec by giving 'dnd' presence type Presence_Type_Busy and not Presence_Type_Away * Use the pedantically correct marshaller for a GArray, since GObject 2.17 actually checks for POINTER vs BOXED (regression in 0.7.7) * Remove unconditional debug messages in a few places ------------------------------------------------------------------ ------------------ 2019-9-5 - Sep 5 2019 ------------------- ------------------------------------------------------------------ ++++ telepathy-gabble: - Requires now telepathy-glib >= 0.7.14 - Upgrade to 0.7.8 * Implement the Contacts interface for bulk contact-handle inspection * Implement spec 0.17.9 (add the TargetID property to all channels) * Start to port channel factories away from TpChannelFactoryIface in preparation for implementing the Requests API * Add a simple smoke-test for SimplePresence * Use tp_debug_divert_messages() rather than our own copy of it, since we now depend on a new enough telepathy-glib anyway * Obey the Telepathy spec by giving 'dnd' presence type Presence_Type_Busy and not Presence_Type_Away * Use the pedantically correct marshaller for a GArray, since GObject 2.17 actually checks for POINTER vs BOXED (regression in 0.7.7) * Remove unconditional debug messages in a few places ------------------------------------------------------------------ ------------------ 2008-9-5 - Sep 5 2008 ------------------- ------------------------------------------------------------------ ++++ avahi: - add Required-Stop to initscripts ++++ bind: - delete the static libraries aswell - added missiong requires to the baselibs.conf ++++ bind: - delete the static libraries aswell - added missiong requires to the baselibs.conf ++++ boost-jam: - Update to 3.1.16: * Plug memory leak when closing out actions. * Various improvements to __TIMINGRULE_ and __ACTIONRULE_ target variable hooks. * Change JAMDATE to use common ISO date format. * Add test for result status values of simple actions, i.e. empty actions. * Fix buffer overrun bug in expanding @() subexpressions. * Check empty string invariants, instead of assuming all strings are allocated. And reset strings when they are freed. * Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G. * Make quietly actions really quiet by not printing the command output. The output for the quietly actions is still available through __ACTIONRULE_. * When setting OSPLAT, check __ia64 macro. * Get the unix timing working correctly. * Add -fno-strict-aliasing to compilation with gcc. Which works around GCC-4.2 crash problems. * Increased support for Python integration. * Allow specifying options with quotes, i.e. --with-python=xyz, to work around the CMD shell using = as an argument separator. * Add values of variables specified with -s to .EVNRION module, so that we can override environment on command line. * Make NORMALIZE_PATH convert to /. ++++ boost-jam: - Update to 3.1.16: * Plug memory leak when closing out actions. * Various improvements to __TIMINGRULE_ and __ACTIONRULE_ target variable hooks. * Change JAMDATE to use common ISO date format. * Add test for result status values of simple actions, i.e. empty actions. * Fix buffer overrun bug in expanding @() subexpressions. * Check empty string invariants, instead of assuming all strings are allocated. And reset strings when they are freed. * Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G. * Make quietly actions really quiet by not printing the command output. The output for the quietly actions is still available through __ACTIONRULE_. * When setting OSPLAT, check __ia64 macro. * Get the unix timing working correctly. * Add -fno-strict-aliasing to compilation with gcc. Which works around GCC-4.2 crash problems. * Increased support for Python integration. * Allow specifying options with quotes, i.e. --with-python=xyz, to work around the CMD shell using = as an argument separator. * Add values of variables specified with -s to .EVNRION module, so that we can override environment on command line. * Make NORMALIZE_PATH convert to /. ++++ crash: - Update crash-config-sparse.diff to match new upstream patch version that will be included in next upstream release (bnc#412894). ++++ crash: - Update crash-config-sparse.diff to match new upstream patch version that will be included in next upstream release (bnc#412894). ++++ ctags: - Update to etags 17.38.1.4. ++++ ctags: - Update to etags 17.38.1.4. ++++ ddd: - Fix UTF-8 warning to fit in a terminal with 80 characters wide. - Don't print the warning if ~/.ddd/suse_no_utf8_warning exists. ++++ ddd: - Fix UTF-8 warning to fit in a terminal with 80 characters wide. - Don't print the warning if ~/.ddd/suse_no_utf8_warning exists. ++++ e2fsprogs: - update to version 1.41.1 * mke2fs + issues now a warning if there is no definition in /etc/mke2fs.conf for the filesystem to be created + creates now the journal in the middle of the filesystem + now avoids allocating an extra block to the journal + will correctly enforce the prohibition against features in revision 0 filesystems + previously would occasionaly create some slightly non-optimally placed inode tables; this bug has been fixed + will now set the creation timestamp on the lost+found directory and the root directory * blkid + recognize MacOS hfsx filesystems, and correctly extract the label and uuid for hfs, hfsx, and hfsplus filesystems + improved detection of JFS and HPFS + more efficient handling of devicemapper devices + fix cache validation bugs + The blkid program will now print out a user-friendly listing of all of the block devices in the system and what they contain when given the -L option * resize2fs + will now correctly handle filesystems with extents and/or uninitialized block groups correctly when file/directory blocks need to relocated + support for on-line resizing ext4 filesystem with the flex_bg filesystem feature. The method for doing so is not optimal, but to do a better job will require kernel support + is now correctly managing the directory in-use counts when shrinking filesystems and directory inodes needed to be moved from one block group to another * e2fsck + now correctly calculates ind/dind/tind statistics in the presence of extent-based files + now prints the depth of corrupt htree directories * debugfs + htree command now correctly understands extent-based directories + new command which will print the supported features * Add support for setting the default hash algorithm used in b-tree directories in tune2fs (from a command-line option) or mke2fs (via mke2fs.conf). In addition, change the default hash algorithm to half_md4, since it is faster and better * Fix support for empty directory blocks in ext4 filesystems with 64k blocksize filesystems * The filefrag program now has a more accurate calculation for the number of ideal extents - fix linking of blkid e2fsprogs-1.41.1-link_fix.patch - remove patches e2fsprogs-1.41.0-fix_messages.patch e2fsprogs-1.41.0-tst_link_fix.patch ++++ e2fsprogs: - update to version 1.41.1 * mke2fs + issues now a warning if there is no definition in /etc/mke2fs.conf for the filesystem to be created + creates now the journal in the middle of the filesystem + now avoids allocating an extra block to the journal + will correctly enforce the prohibition against features in revision 0 filesystems + previously would occasionaly create some slightly non-optimally placed inode tables; this bug has been fixed + will now set the creation timestamp on the lost+found directory and the root directory * blkid + recognize MacOS hfsx filesystems, and correctly extract the label and uuid for hfs, hfsx, and hfsplus filesystems + improved detection of JFS and HPFS + more efficient handling of devicemapper devices + fix cache validation bugs + The blkid program will now print out a user-friendly listing of all of the block devices in the system and what they contain when given the -L option * resize2fs + will now correctly handle filesystems with extents and/or uninitialized block groups correctly when file/directory blocks need to relocated + support for on-line resizing ext4 filesystem with the flex_bg filesystem feature. The method for doing so is not optimal, but to do a better job will require kernel support + is now correctly managing the directory in-use counts when shrinking filesystems and directory inodes needed to be moved from one block group to another * e2fsck + now correctly calculates ind/dind/tind statistics in the presence of extent-based files + now prints the depth of corrupt htree directories * debugfs + htree command now correctly understands extent-based directories + new command which will print the supported features * Add support for setting the default hash algorithm used in b-tree directories in tune2fs (from a command-line option) or mke2fs (via mke2fs.conf). In addition, change the default hash algorithm to half_md4, since it is faster and better * Fix support for empty directory blocks in ext4 filesystems with 64k blocksize filesystems * The filefrag program now has a more accurate calculation for the number of ideal extents - fix linking of blkid e2fsprogs-1.41.1-link_fix.patch - remove patches e2fsprogs-1.41.0-fix_messages.patch e2fsprogs-1.41.0-tst_link_fix.patch ++++ filesystem: - add sr@latin to the locale list ++++ filesystem: - add sr@latin to the locale list ++++ fusecompress: - update -> SVN trunk (r69) - added mechanism for selectively enabling and disabling debug output at runtime - direct_decompress(): always fall back if file type is WRITE (issue #26) - direct_decompress(): clean up and fix fallback condition to prevent massive performance impact when caching (issue #24) - direct_decompress(): don't start caching when you can already tell that the cache is too small - fsck: detect and fix files with trailing garbage (issue #23) - fsck: failure to open files changed from error to warning (most likely an ownership problem) - fsck: added testcase (issue #8) - direct_decompress(): do not request more data from compressions modules than there actually is (issue #23) - fsck: nftw()'s typeflag seems to register FIFOs as regular files; using S_ISREG instead - handle do_decompress() failure gracefully (see issue #22, comment 1) ++++ fusecompress: - update -> SVN trunk (r69) - added mechanism for selectively enabling and disabling debug output at runtime - direct_decompress(): always fall back if file type is WRITE (issue #26) - direct_decompress(): clean up and fix fallback condition to prevent massive performance impact when caching (issue #24) - direct_decompress(): don't start caching when you can already tell that the cache is too small - fsck: detect and fix files with trailing garbage (issue #23) - fsck: failure to open files changed from error to warning (most likely an ownership problem) - fsck: added testcase (issue #8) - direct_decompress(): do not request more data from compressions modules than there actually is (issue #23) - fsck: nftw()'s typeflag seems to register FIFOs as regular files; using S_ISREG instead - handle do_decompress() failure gracefully (see issue #22, comment 1) ++++ kdeedu4: - build separate kde4-kstars-data package again ++++ kdeedu4: - build separate kde4-kstars-data package again ++++ kdebase4-openSUSE: - more 11.1 changes including documentation bookmark (Fate#305003) ++++ kdebase4-openSUSE: - more 11.1 changes including documentation bookmark (Fate#305003) ++++ kde4-yakuake: - update to version 2.9.4: * Added a new Oxygen-style application icon made by Nuno Pinheiro. * Added a setting to fill with the configurable background color at a given opacity before painting the skin elements. * Fixed a bug that made it impossible to move a session located at the start or end of the tab bar back after moving it left/right using the keyboard shortcuts. ++++ kde4-yakuake: - update to version 2.9.4: * Added a new Oxygen-style application icon made by Nuno Pinheiro. * Added a setting to fill with the configurable background color at a given opacity before painting the skin elements. * Fixed a bug that made it impossible to move a session located at the start or end of the tab bar back after moving it left/right using the keyboard shortcuts. ++++ krb5-ticket-watcher: - version 1.0.1 * move static text which explains the ticket flags out of the ui file to make translation easier. ++++ krb5-ticket-watcher: - version 1.0.1 * move static text which explains the ticket flags out of the ui file to make translation easier. ++++ libHX: - update to version 1.23 - code cleanup: misc.h has been split off libHX.h - add defs.h - move libs to /lib[64] (required for pam_mount) ++++ e2fsprogs: - update to version 1.41.1 * mke2fs + issues now a warning if there is no definition in /etc/mke2fs.conf for the filesystem to be created + creates now the journal in the middle of the filesystem + now avoids allocating an extra block to the journal + will correctly enforce the prohibition against features in revision 0 filesystems + previously would occasionaly create some slightly non-optimally placed inode tables; this bug has been fixed + will now set the creation timestamp on the lost+found directory and the root directory * blkid + recognize MacOS hfsx filesystems, and correctly extract the label and uuid for hfs, hfsx, and hfsplus filesystems + improved detection of JFS and HPFS + more efficient handling of devicemapper devices + fix cache validation bugs + The blkid program will now print out a user-friendly listing of all of the block devices in the system and what they contain when given the -L option * resize2fs + will now correctly handle filesystems with extents and/or uninitialized block groups correctly when file/directory blocks need to relocated + support for on-line resizing ext4 filesystem with the flex_bg filesystem feature. The method for doing so is not optimal, but to do a better job will require kernel support + is now correctly managing the directory in-use counts when shrinking filesystems and directory inodes needed to be moved from one block group to another * e2fsck + now correctly calculates ind/dind/tind statistics in the presence of extent-based files + now prints the depth of corrupt htree directories * debugfs + htree command now correctly understands extent-based directories + new command which will print the supported features * Add support for setting the default hash algorithm used in b-tree directories in tune2fs (from a command-line option) or mke2fs (via mke2fs.conf). In addition, change the default hash algorithm to half_md4, since it is faster and better * Fix support for empty directory blocks in ext4 filesystems with 64k blocksize filesystems * The filefrag program now has a more accurate calculation for the number of ideal extents - fix linking of blkid e2fsprogs-1.41.1-link_fix.patch - remove patches e2fsprogs-1.41.0-fix_messages.patch e2fsprogs-1.41.0-tst_link_fix.patch ++++ libsatsolver: - adapt /etc/product.d parser to generated .prod files. - tools/repo_susetags.c: Parse packages vendor (bnc #422493). - 0.10.7 ++++ lilo: - let yaboot boot SLES9 zImage files by allocating runtime memory at 4MB ++++ openswan: - Updated from openswan-2.4.7 to 2.6.16, a new version series. It adopts to the actual NETKEY code in the linux kernel, provides many fixes and implements new features, as IKEv2 / IPv6 support. Review the CHANGES file for all details. - Dropped obsolete patches and hooks, adopted other patches and the spec file. ++++ openswan: - Updated from openswan-2.4.7 to 2.6.16, a new version series. It adopts to the actual NETKEY code in the linux kernel, provides many fixes and implements new features, as IKEv2 / IPv6 support. Review the CHANGES file for all details. - Dropped obsolete patches and hooks, adopted other patches and the spec file. ++++ pam_mount: - version 0.47 - mount.crypt: add missing null command to conform to sh syntax (SF bug #2089446) - conf: fix printing of strings when luser volume options were not ok - conf: re-add luserconf security checks - add support for encfs 1.3.x (1.4.x already has been in for long) - conf: add the "noroot" attribute for to force mounting with the unprivileged user account (required for FUSE filesystems) - replace fixed-size buffers and arrays with dynamic ones (complete) (obsolets pam_mount-0.45-bump-max-par.diff) ++++ pam_mount: - version 0.47 - mount.crypt: add missing null command to conform to sh syntax (SF bug #2089446) - conf: fix printing of strings when luser volume options were not ok - conf: re-add luserconf security checks - add support for encfs 1.3.x (1.4.x already has been in for long) - conf: add the "noroot" attribute for to force mounting with the unprivileged user account (required for FUSE filesystems) - replace fixed-size buffers and arrays with dynamic ones (complete) (obsolets pam_mount-0.45-bump-max-par.diff) ++++ perl-SOAP-Lite: * HTTP header is no more accessible * Memory leak when calling WS using wsdl SOAP::Transport::HTTP->new() was leaking two scalars per call * > not deserialized in result * < and > not deserialized in faultstring/detail * Incorrect Content-Type while sending requests with no parts * Incorrect starting part detection for Multipart/Related * SOAP::Lite Envelope not stripped down for XMLRPC * XMLRPC::Transport::HTTP::CGI generates extra params * fixed memory leaks with XMLRPC::Lite * SOAP::Lite Passes Decoded Strings to LWP * KeepAlive fails to function * Subclasses of XMLRPC::Serializer misbehave because of a "ref" call in SOAP::Lite * Memory leak in 0.69 && 0.71 * version 0.710.08 ++++ perl-SOAP-Lite: * HTTP header is no more accessible * Memory leak when calling WS using wsdl SOAP::Transport::HTTP->new() was leaking two scalars per call * > not deserialized in result * < and > not deserialized in faultstring/detail * Incorrect Content-Type while sending requests with no parts * Incorrect starting part detection for Multipart/Related * SOAP::Lite Envelope not stripped down for XMLRPC * XMLRPC::Transport::HTTP::CGI generates extra params * fixed memory leaks with XMLRPC::Lite * SOAP::Lite Passes Decoded Strings to LWP * KeepAlive fails to function * Subclasses of XMLRPC::Serializer misbehave because of a "ref" call in SOAP::Lite * Memory leak in 0.69 && 0.71 * version 0.710.08 ++++ rpm: - strip .comment and .GCC.command.line sections from ELF binaries ++++ rpm: - strip .comment and .GCC.command.line sections from ELF binaries ++++ python-ldap: - update to 2.3.5 * minor fixes - removed cvs-related files from the package ++++ python-ldap: - update to 2.3.5 * minor fixes - removed cvs-related files from the package ++++ python-openssl: - update to 0.7 stable * a minor bugfix and two new property accessors - converted "ö" in specfile to utf8 ++++ python-openssl: - update to 0.7 stable * a minor bugfix and two new property accessors - converted "ö" in specfile to utf8 ++++ python-twisted-conch: - update to 8.1.0 * minor bugfixes * removed deprecated mktap API * installed proper ConchError exception for certain cases ++++ python-twisted-conch: - update to 8.1.0 * minor bugfixes * removed deprecated mktap API * installed proper ConchError exception for certain cases ++++ xorg-x11-libX11: - libX11 1.1.5 * This is just an i18n and bugfix release, essentially. Most of the fixes bar James's most recent ones have been in 1.1 branch for a while, and the rest were just cherry-picked from master. ++++ xorg-x11-libX11: - libX11 1.1.5 * This is just an i18n and bugfix release, essentially. Most of the fixes bar James's most recent ones have been in 1.1 branch for a while, and the rest were just cherry-picked from master. ++++ xorg-x11-libX11: - libX11 1.1.5 * This is just an i18n and bugfix release, essentially. Most of the fixes bar James's most recent ones have been in 1.1 branch for a while, and the rest were just cherry-picked from master. ++++ yast2-core: - Added WFM::ClientExists function (needed for installation). - 2.17.10 ++++ yast2-core: - Added WFM::ClientExists function (needed for installation). - 2.17.10 ++++ yast2-country: - finished adaptation to new SlideShow API (visnov) - 2.17.10 ++++ yast2-country: - finished adaptation to new SlideShow API (visnov) - 2.17.10 ++++ yast2-network: - support for InfiniBand (fate#304870), (fate#304115) - 2.17.23 ++++ yast2-network: - support for InfiniBand (fate#304870), (fate#304115) - 2.17.23 ++++ yast2-printer: - Fixed bugs regarding client-only setup via a mandatory and better test if a client-only server is accessible. - 2.7.11 ++++ yast2-printer: - Fixed bugs regarding client-only setup via a mandatory and better test if a client-only server is accessible. - 2.7.11 ------------------------------------------------------------------ ------------------ 2008-9-4 - Sep 4 2008 ------------------- ------------------------------------------------------------------ ++++ binutils: - Update to head of trunk. ++++ binutils: - Update to head of trunk. ++++ brp-check-suse: - rename to brp-check-suse ++++ gcc43: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-alpha-binutils: - Update to head of trunk. ++++ cross-alpha-binutils: - Update to head of trunk. ++++ cross-arm-binutils: - Update to head of trunk. ++++ cross-arm-binutils: - Update to head of trunk. ++++ cross-avr-binutils: - Update to head of trunk. ++++ cross-avr-binutils: - Update to head of trunk. ++++ cross-hppa-binutils: - Update to head of trunk. ++++ cross-hppa-binutils: - Update to head of trunk. ++++ cross-hppa-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-hppa-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-i386-binutils: - Update to head of trunk. ++++ cross-i386-binutils: - Update to head of trunk. ++++ cross-i386-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-i386-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-ia64-binutils: - Update to head of trunk. ++++ cross-ia64-binutils: - Update to head of trunk. ++++ cross-ia64-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-ia64-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-mips-binutils: - Update to head of trunk. ++++ cross-mips-binutils: - Update to head of trunk. ++++ cross-ppc-binutils: - Update to head of trunk. ++++ cross-ppc-binutils: - Update to head of trunk. ++++ cross-ppc-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-ppc-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-ppc64-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-ppc64-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-s390-binutils: - Update to head of trunk. ++++ cross-s390-binutils: - Update to head of trunk. ++++ cross-s390-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-s390-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-s390x-binutils: - Update to head of trunk. ++++ cross-s390x-binutils: - Update to head of trunk. ++++ cross-s390x-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-s390x-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-sh4-binutils: - Update to head of trunk. ++++ cross-sh4-binutils: - Update to head of trunk. ++++ cross-sparc-binutils: - Update to head of trunk. ++++ cross-sparc-binutils: - Update to head of trunk. ++++ cross-spu-binutils: - Update to head of trunk. ++++ cross-spu-binutils: - Update to head of trunk. ++++ cross-x86_64-binutils: - Update to head of trunk. ++++ cross-x86_64-binutils: - Update to head of trunk. ++++ cross-x86_64-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ cross-x86_64-gcc-icecream-backend: - Update to gcc-4_3-branch head (r139985). - Do not build static libjava. ++++ drbd: - Imported some changes from upstream, including: - Made it to compile on Linux-2.6.26 - Fixed online resizing if there is application IO on the fly when the resize is triggered. - Fixed online resizing if it is triggered from the secondary node. - Fixed a possible deadlock in case "become-primary-on-both" is used, and a resync starts - Fixed the invocation of the pri-on-incon-degr handler - Fixed the exit codes of drbdsetup - sock_create_lite() to avoid a socket->sk leak - Auto-tune socket buffers if sndbuf-size is set to zero ++++ drbd: - Imported some changes from upstream, including: - Made it to compile on Linux-2.6.26 - Fixed online resizing if there is application IO on the fly when the resize is triggered. - Fixed online resizing if it is triggered from the secondary node. - Fixed a possible deadlock in case "become-primary-on-both" is used, and a resync starts - Fixed the invocation of the pri-on-incon-degr handler - Fixed the exit codes of drbdsetup - sock_create_lite() to avoid a socket->sk leak - Auto-tune socket buffers if sndbuf-size is set to zero ++++ fetchmail: - update to 6.3.9rc2 - bugfix release, see package changelog for details - removed fetchmail-6.3.8-CVE-2007-4565.patch (fixed in upstream) - removed fetchmail-6.3.8-long_headers_segfault.patch (fixed in upstream) ++++ fetchmail: - update to 6.3.9rc2 - bugfix release, see package changelog for details - removed fetchmail-6.3.8-CVE-2007-4565.patch (fixed in upstream) - removed fetchmail-6.3.8-long_headers_segfault.patch (fixed in upstream) ++++ gdb: - Update to head of trunk. ++++ gimp: - Recommend gimp-2.0-scanner-plugin (bnc#422558). ++++ glib2: - Update to version 2.18.0: + Bugs fixed: bgo#324234, bgo#548278, bgo#500246, bgo#523939, bgo#550096, bgo#550040, bgo#550104, bgo#548988, bgo#550059, bgo#548800, and bgo#550056 + Updated translations. ++++ glibc: - Update to current trunk snapshot (2008-09-04), makes s390 build. ++++ glibc: - Update to current trunk snapshot (2008-09-04), makes s390 build. ++++ gstreamer-0_10: - Update to version 0.10.20: + Add the Presets interface + Use the binary registry by default + Deprecate gst_element_get_pad and don't use it anywhere any more. + Reverse playback fixes + API to get missing element messages from parse_launch parsing. + Fixes in latency calculations + BaseTransform negotiation fixes + New Buffering query and messages + Fix multiqueue deadlocks when changing limits + Remove pre-generated parser hacks and require newer flex/bison + Use GSlice in more places + Use static strings in property declarations everywhere to save memory allocations + Fix unaligned memory accesses with the binary registry and add CRC checks + Lots of other bug fixes ++++ gstreamer-0_10: - Update to version 0.10.20: + Add the Presets interface + Use the binary registry by default + Deprecate gst_element_get_pad and don't use it anywhere any more. + Reverse playback fixes + API to get missing element messages from parse_launch parsing. + Fixes in latency calculations + BaseTransform negotiation fixes + New Buffering query and messages + Fix multiqueue deadlocks when changing limits + Remove pre-generated parser hacks and require newer flex/bison + Use GSlice in more places + Use static strings in property declarations everywhere to save memory allocations + Fix unaligned memory accesses with the binary registry and add CRC checks + Lots of other bug fixes ++++ gstreamer-0_10-doc: - Update to version 0.10.20: + Add the Presets interface + Use the binary registry by default + Deprecate gst_element_get_pad and don't use it anywhere any more. + Reverse playback fixes + API to get missing element messages from parse_launch parsing. + Fixes in latency calculations + BaseTransform negotiation fixes + New Buffering query and messages + Fix multiqueue deadlocks when changing limits + Remove pre-generated parser hacks and require newer flex/bison + Use GSlice in more places + Use static strings in property declarations everywhere to save memory allocations + Fix unaligned memory accesses with the binary registry and add CRC checks + Lots of other bug fixes ++++ gstreamer-0_10-doc: - Update to version 0.10.20: + Add the Presets interface + Use the binary registry by default + Deprecate gst_element_get_pad and don't use it anywhere any more. + Reverse playback fixes + API to get missing element messages from parse_launch parsing. + Fixes in latency calculations + BaseTransform negotiation fixes + New Buffering query and messages + Fix multiqueue deadlocks when changing limits + Remove pre-generated parser hacks and require newer flex/bison + Use GSlice in more places + Use static strings in property declarations everywhere to save memory allocations + Fix unaligned memory accesses with the binary registry and add CRC checks + Lots of other bug fixes ++++ gstreamer-0_10-plugins-base: - Updated to version 0.10.20: + RTP improvements + Support digest auth for RTSP + Additional documentation + Support DSCP QoS in multifdsink + Add NV12/NV21 video buffer layouts + Video scaling now bilinear by default + Support more than 8 channels in audio conversions + Channel mapping fixes for audioconvert + Improve tmplayer and sami subtitle support + Support 1x1 pixel buffers for videoscale + Typefinding improvements for MPEG2, musepack + Ogg/Dirac mapping updated in oggmux + Fixes in ogg demuxing + audiosink synchronisation and slaving fixes + Support muting of the audio in playbin by selecting -1 as the audio stream + Work done on playbin2 and uridecodebin + Improvements in the experimental GIO plugin + decodebin fixes + Handle GAP buffers in some places + Various other leak and bug-fixes ++++ gstreamer-0_10-plugins-farsight: - patch-source: do not abort if targetfile exists ++++ hippo-canvas: - Make the debuginfo and debugsource subpackages require the shared library subpackage libhippocanvas-1-0 - Make the -devel subpackage require gtk2-devel. ++++ iputils: - fixed ping signal handling during address lookup (bnc #416404) ++++ iputils: - fixed ping signal handling during address lookup (bnc #416404) ++++ kbd: - modified rckbd according to suggestions by Jiri Bohac (bnc#367801#c17) - first call setfont and then loadkeys, to make dead characters work - don't call dumpkeys | loadkeys --unicode ++++ kbd: - modified rckbd according to suggestions by Jiri Bohac (bnc#367801#c17) - first call setfont and then loadkeys, to make dead characters work - don't call dumpkeys | loadkeys --unicode ++++ kdebase4-workspace: - temporarily disable kwin self-check until the problem is found (bnc#422532) ++++ kdebase4-workspace: - temporarily disable kwin self-check until the problem is found (bnc#422532) ++++ kqemu-kmp: - updated to 1.4.0pre1 which fix compatibility with current qemu ++++ krb5-plugin-preauth-pkinit-nss: - update to version 0.7.7 * Learn to match certificates on email addresses, and to handle references to parts of the relevant principal name in matching rules. * Let the KDC use the matching rules to determine if a certificate matches the user for whom a TGT is being requested. ++++ krb5-plugin-preauth-pkinit-nss: - update to version 0.7.7 * Learn to match certificates on email addresses, and to handle references to parts of the relevant principal name in matching rules. * Let the KDC use the matching rules to determine if a certificate matches the user for whom a TGT is being requested. ++++ kvm: - update to KVM 74 - fix shadow ptes corruption on i386 hosts running smp guests - improved usb support - usb auto connect/disconnect - add IA64 support - spec file cleanup ++++ ncurses: - Correct order of include paths in ncurses6 case ++++ libnet: - remove "la" file with empty dependency_libs - disable static libraries - libpcap is no longer needed for this package - configure option --with-pf_packet does not exists anymore ++++ libnet: - remove "la" file with empty dependency_libs - disable static libraries - libpcap is no longer needed for this package - configure option --with-pf_packet does not exists anymore ++++ libpcap: - updated to CVS-20080503 * support for USB and Bluetooth capture ++++ libpfm: - Update to libpfm 3.52. http://perfmon2.sourceforge.net/ ++++ libsatsolver: - tools/rpmdb2solv: Adapt to xml-based /etc/products.d - tools/rpmdb2solv: Add '-a ' to print distribution.target attribute of baseproduct. ++++ wavpack: - Updated to version 4.50.1: * added dynamic noise shaping for improved hybrid quality * added option to merge blocks of similar redundancy * added ability to store and retrieve extra mode level * improved bitrate calculation * improved decoding of corrupt and nonconforming files * added optimize storage of LossyWAV output files * added transcoding API * added metadata writing API * added full Unicode support * multichannel and 24-bit audio improvements * portability and crash fixes ++++ wavpack: - Updated to version 4.50.1: * added dynamic noise shaping for improved hybrid quality * added option to merge blocks of similar redundancy * added ability to store and retrieve extra mode level * improved bitrate calculation * improved decoding of corrupt and nonconforming files * added optimize storage of LossyWAV output files * added transcoding API * added metadata writing API * added full Unicode support * multichannel and 24-bit audio improvements * portability and crash fixes ++++ wbxml2: - Size tag was changed to MaxSize in OMA DS 1.2 Device Information ++++ wbxml2: - Size tag was changed to MaxSize in OMA DS 1.2 Device Information ++++ pam-config: - Version 0.60 * Generate manual page from internal data * Remove obsolete pam_pwcheck options ++++ pam_krb5: - if the realm name given to us is NULL, don't bother consulting the appdefaults - check for the "debug" flag earlier ++++ pam_krb5: - if the realm name given to us is NULL, don't bother consulting the appdefaults - check for the "debug" flag earlier ++++ patterns: - Add ofed for SLES ++++ patterns: - Add ofed for SLES ++++ post-build-checks: - added COPYING file ++++ postgresql: - added pgbench subpackage for testing purpose ++++ postgresql: - added pgbench subpackage for testing purpose ++++ sax2: - added setPrimaryChip function in init.cpp to allow setup of primary chip and nobus profile in libsax (bnc #417575) ++++ sax2: - added setPrimaryChip function in init.cpp to allow setup of primary chip and nobus profile in libsax (bnc #417575) ++++ syslinux: - added SERIALLINES config option to listen on up to four serial lines (fate #301595) ++++ xorg-x11-server: - xorg-server 1.5.0 * almost certainly the server that will go into Xorg 7.4, which is supposed to be available in a day or two - obsoletes commit-5930aeb.diff/commit-78f50cd.diff ++++ xorg-x11-driver-video: - xf86-video-i128 1.3.1 * Don't store pScrn->monitor->DDC manually, let xf86SetDDCproperties do it. * Compile warning fixes. * Replace calls to xf86usleep with calls to usleep and include unistd.h. - xf86-video-vmware 10.16.5 * Video Overlay: Handle clipping correctly with AutoPaint colorkey. * Add RegionEqual function for older XFree86 versions - xf86-video-tga 1.2.0 * pciaccess conversion - reenabled build of xf86-video-tga driver ++++ xorg-x11-driver-video: - xf86-video-i128 1.3.1 * Don't store pScrn->monitor->DDC manually, let xf86SetDDCproperties do it. * Compile warning fixes. * Replace calls to xf86usleep with calls to usleep and include unistd.h. - xf86-video-vmware 10.16.5 * Video Overlay: Handle clipping correctly with AutoPaint colorkey. * Add RegionEqual function for older XFree86 versions - xf86-video-tga 1.2.0 * pciaccess conversion - reenabled build of xf86-video-tga driver ++++ xorg-x11-driver-video: - xf86-video-i128 1.3.1 * Don't store pScrn->monitor->DDC manually, let xf86SetDDCproperties do it. * Compile warning fixes. * Replace calls to xf86usleep with calls to usleep and include unistd.h. - xf86-video-vmware 10.16.5 * Video Overlay: Handle clipping correctly with AutoPaint colorkey. * Add RegionEqual function for older XFree86 versions - xf86-video-tga 1.2.0 * pciaccess conversion - reenabled build of xf86-video-tga driver ++++ yast2-country: - language and timezone dialogs: check for `ok button return value - 2.17.9 - Adapt to SlideShow API changes ++++ yast2-country: - language and timezone dialogs: check for `ok button return value - 2.17.9 - Adapt to SlideShow API changes ++++ yast2-libyui: - Allow ButtonBox sanity check to be relaxed (bnc #422612) - V 2.17.7 ++++ yast2-libyui: - Allow ButtonBox sanity check to be relaxed (bnc #422612) - V 2.17.7 ++++ yast2-network: - alignment of add/edit/delete (bnc#421037) - alignment of add/edit/delete (bnc#421033) - IPv6 configuration (fate#304397) - installation with IPv6 (fate#302926) - 2.17.22 - fixed yast lan list configured|unconfigured (bnc#420449) - 2.17.21 ++++ yast2-network: - alignment of add/edit/delete (bnc#421037) - alignment of add/edit/delete (bnc#421033) - IPv6 configuration (fate#304397) - installation with IPv6 (fate#302926) - 2.17.22 - fixed yast lan list configured|unconfigured (bnc#420449) - 2.17.21 ++++ yast2-nis-client: - rpcbind is default instead of portmap (bnc#423026) - DHCLIENT_SET_DOMAINNAME replaced by NETCONFIG_NIS_SETDOMAINNAME - 2.17.1 ++++ yast2-nis-client: - rpcbind is default instead of portmap (bnc#423026) - DHCLIENT_SET_DOMAINNAME replaced by NETCONFIG_NIS_SETDOMAINNAME - 2.17.1 ++++ yast2-pkg-bindings: - added support for services, new functions: Pkg::ServiceAliases(), Pkg::ServiceAdd() Pkg::ServiceDelete(), Pkg::ServiceGet(), Pkg::ServiceSet(), Pkg::ServicesSave(), Pkg::ServicesLoad(), Pkg::ServiceRefresh(), Pkg::ServicesReset() - 2.17.9 ++++ yast2-pkg-bindings: - added support for services, new functions: Pkg::ServiceAliases(), Pkg::ServiceAdd() Pkg::ServiceDelete(), Pkg::ServiceGet(), Pkg::ServiceSet(), Pkg::ServicesSave(), Pkg::ServicesLoad(), Pkg::ServiceRefresh(), Pkg::ServicesReset() - 2.17.9 ++++ yast2-printer: - The 'Printing via Network' dialog should now work. - Added user confirmation before a cupsd start/restart/stop. - Implemented [Refresh] button for the 'Overview' dialog. - 2.7.10 ++++ yast2-printer: - The 'Printing via Network' dialog should now work. - Added user confirmation before a cupsd start/restart/stop. - Implemented [Refresh] button for the 'Overview' dialog. - 2.7.10 ++++ yast2-tune: - use "Kernel Settings" label consistently (bnc#421029) - 2.17.2 ++++ yast2-tune: - use "Kernel Settings" label consistently (bnc#421029) - 2.17.2 ++++ yast2-users: - load/unload cracklib image during installation - 2.17.9 ++++ yast2-users: - load/unload cracklib image during installation - 2.17.9 ++++ yast2-ycp-ui-bindings: - Added `opt(`relaxSanityCheck) for `ButtonBox (bnc #422612) - V 2.17.4 ++++ yast2-ycp-ui-bindings: - Added `opt(`relaxSanityCheck) for `ButtonBox (bnc #422612) - V 2.17.4 ------------------------------------------------------------------ ------------------ 2008-9-3 - Sep 3 2008 ------------------- ------------------------------------------------------------------ ++++ bug-buddy: - Update to version 2.23.91.1: + Fix a runtime warning + Standardize the desktop file + Clean up X11 includes + Updated translations ++++ busybox: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ busybox: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ samba: - Call mkinitrd_setup during %post and %postun for package cifs-mount (bnc#413709) ++++ samba: - Call mkinitrd_setup during %post and %postun for package cifs-mount (bnc#413709) ++++ clamav: - Added check-devel and valgrind to BuildRequires for 10.3 and newer to support the new unit testing feature. This does not add new runtime dependencies. - New version: 0.94: * fix out-of-memory null dereferenc (bb#1141) * fix possible invalid memory access (bb#1089) * fix error path memleaks and fd leaks (bb#1141) * Logical Signatures: The logical signature technology uses operators such as AND, OR and NOT to allow the combination of more than one signature into one entry in the signature database resulting in more detailed and flexible pattern matching. * Anti-phishing Technology: Users can now change the priority and reporting of ClamAV's heuristic anti-phishing scanner within the detection engine process. * Disassembly Engine: The initial version of the disassembly engine improves ClamAV's detection abilities. * PUA Detection: Users can now decide which PUA signatures should be loaded * Data Loss Prevention (DLP): This version includes a new module that, when enabled, scans data for the inclusion of US formated Social Security Numbers and credit card numbers. * IPv6 Support: Freshclam now supports IPv6 * Improved Scanning of Scripts: The normalization of scripts now covers JavaScript * Improved QA and Unit Testing: The improved QA process now includes API testing and new library of test files in various formats that are tested on a wide variety of systems. ++++ clamav: - Added check-devel and valgrind to BuildRequires for 10.3 and newer to support the new unit testing feature. This does not add new runtime dependencies. - New version: 0.94: * fix out-of-memory null dereferenc (bb#1141) * fix possible invalid memory access (bb#1089) * fix error path memleaks and fd leaks (bb#1141) * Logical Signatures: The logical signature technology uses operators such as AND, OR and NOT to allow the combination of more than one signature into one entry in the signature database resulting in more detailed and flexible pattern matching. * Anti-phishing Technology: Users can now change the priority and reporting of ClamAV's heuristic anti-phishing scanner within the detection engine process. * Disassembly Engine: The initial version of the disassembly engine improves ClamAV's detection abilities. * PUA Detection: Users can now decide which PUA signatures should be loaded * Data Loss Prevention (DLP): This version includes a new module that, when enabled, scans data for the inclusion of US formated Social Security Numbers and credit card numbers. * IPv6 Support: Freshclam now supports IPv6 * Improved Scanning of Scripts: The normalization of scripts now covers JavaScript * Improved QA and Unit Testing: The improved QA process now includes API testing and new library of test files in various formats that are tested on a wide variety of systems. ++++ compartm: - arg from va_start(arg, format) can only be used once. Use va_copy(). - remove the precompiled binary from the tarball. - extern char **environ should be NULL terminated, "" is not NULL. Cause for weird crashes in malloc(), getpwuid() and others. ++++ compartm: - arg from va_start(arg, format) can only be used once. Use va_copy(). - remove the precompiled binary from the tarball. - extern char **environ should be NULL terminated, "" is not NULL. Cause for weird crashes in malloc(), getpwuid() and others. ++++ cpuset: - Update to svn version 135, release 1.04 - Fixes bnc#422324 - Cset tool fails when cpu offlined ++++ cpuset: - Update to svn version 135, release 1.04 - Fixes bnc#422324 - Cset tool fails when cpu offlined ++++ cpuset: - Update to svn version 135, release 1.04 - Fixes bnc#422324 - Cset tool fails when cpu offlined ++++ cryptsetup: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ cryptsetup: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ cvsps: - Fix broken cmakefile. - Add support for commitid. ++++ cvsps: - Fix broken cmakefile. - Add support for commitid. ++++ dbus-1: - hook into ConsoleKit for at_console support - only require selinux for > 11.0 ++++ dbus-1: - hook into ConsoleKit for at_console support - only require selinux for > 11.0 ++++ dbus-1-x11: - hook into ConsoleKit for at_console support - only require selinux for > 11.0 ++++ dbus-1-x11: - hook into ConsoleKit for at_console support - only require selinux for > 11.0 ++++ device-mapper: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ device-mapper: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ device-mapper: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ dmraid: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ dmraid: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ epiphany: - Update to version 2.23.91: + Remove deprecated Encoding line. + Remove leading dots in suggested filename. Fixes bgo#430965 + Misc. identation fixes. ++++ gnome-desktop: - Update to version 2.23.91: + Fix leak + GnomeRR: allow E-EDID blocks + Fix compilation with old Xorg with no pkg-config files + Translation updates ++++ gnome-libs: - Update to version 1.4.2: + libgnome: * Fix a crash in gnome-moz-remote with newer metacity versions. * Add support for KDE's utf8 encoded menu files. * Add support for icons in the KDE menu. * Fix gnome-moz-remote return value + libgnomeui: * Fix a crash in gnome-font-picker.c. * Plug a leak in gnome-font-picker.c. * Finish i18n support in gnome-dateedit.c + libzvt: * Fix some memory leaks. - Removed utf8menu.dif. Fixed upstream. - Removed gnome-libs-moz-xfree.dif. Fixed upstream. ++++ gnome-libs: - Update to version 1.4.2: + libgnome: * Fix a crash in gnome-moz-remote with newer metacity versions. * Add support for KDE's utf8 encoded menu files. * Add support for icons in the KDE menu. * Fix gnome-moz-remote return value + libgnomeui: * Fix a crash in gnome-font-picker.c. * Plug a leak in gnome-font-picker.c. * Finish i18n support in gnome-dateedit.c + libzvt: * Fix some memory leaks. - Removed utf8menu.dif. Fixed upstream. - Removed gnome-libs-moz-xfree.dif. Fixed upstream. ++++ gnome-screensaver: - Update to version 2.23.90: + use standard icon names + Paint widget background color as face background color. + Add/remove windows as necessary in response to RANDR 1.2 events + Honor the disable_user_switching lockdown key. + Fixed bgo#547013, The dialog incorrectly tell that the numlock is on + Translation updates. ++++ gnome-web-photo: - Update to version 0.5: + Fix UA string for ff compatibility. + Correctly initialize the GdkPixdata pointer so that it's always valid. (bnc#395920) - Removed gnome-web-photo-bnc395920-crash.patch. Fixed upstream. ++++ goobox: - Update to version 2.0.0: + Fixed bug bgo#478435 – several memory leaks. + Open the 'copy cd' dialog on the same screen of the main window. + Updated translations ++++ heap-buddy: - spec file cleanup ++++ heap-buddy: - spec file cleanup ++++ installation-images: - sd_mod needs crc-t10dif ++++ installation-images: - sd_mod needs crc-t10dif ++++ kdebase4-workspace: - add libsensors4 support ++++ kdebase4-workspace: - add libsensors4 support ++++ kdump: - use RPM_OPT_FLAGS everywhere [FATE #300498] ++++ kdump: - use RPM_OPT_FLAGS everywhere [FATE #300498] ++++ kiwi: - v2.73 - fixed weak-updates handling (bnc #419988) - fixed bindLoopDevice to look for free loop device by using losetup -f, thanks to Till for the hint - added baseUpdateSysConfig function to KIWIConfig.sh which allows updating /etc/sysconfig/.. variables ++++ kiwi: - v2.73 - fixed weak-updates handling (bnc #419988) - fixed bindLoopDevice to look for free loop device by using losetup -f, thanks to Till for the hint - added baseUpdateSysConfig function to KIWIConfig.sh which allows updating /etc/sysconfig/.. variables ++++ multipath-tools: - Merge in fixes from upstream: * Add IBM IPR to hardware table (bnc#419086) * Add IBM DS4300 to hardware table * Fix settings for scsi_id changes - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ multipath-tools: - Merge in fixes from upstream: * Add IBM IPR to hardware table (bnc#419086) * Add IBM DS4300 to hardware table * Fix settings for scsi_id changes - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ zvbi: - updated to 0.2.32 * This version adds a new tool named zvbi-atsc-cc to record Closed Caption from ATSC digital TV. It supports legacy NTSC caption (EIA 608-B) and DTVCC (CEA 708-C). ++++ zvbi: - updated to 0.2.32 * This version adds a new tool named zvbi-atsc-cc to record Closed Caption from ATSC digital TV. It supports legacy NTSC caption (EIA 608-B) and DTVCC (CEA 708-C). ++++ limal: - version 1.5.0 - update i18n files ++++ limal: - version 1.5.0 - update i18n files ++++ limal-apparmor-control: - version 1.5.0 - update translation files ++++ limal-apparmor-control: - version 1.5.0 - update translation files ++++ limal-ca-mgm: - version 1.5.1 - update 18n files ++++ limal-ca-mgm: - version 1.5.1 - update 18n files ++++ limal-nfs-server: - version 1.5.0 - update i18n files ++++ limal-nfs-server: - version 1.5.0 - update i18n files ++++ limal-runlevel: - version 1.5.0 - update translation files ++++ limal-runlevel: - version 1.5.0 - update translation files ++++ login: - Remove pam_resmgr from pam config file [bnc#422617] ++++ login: - Remove pam_resmgr from pam config file [bnc#422617] ++++ logrotate: - update to 3.7.7 - dateformat - fix possible buffer overflows in strings handling - change logInfo handling - fix compile warnings - tabooext honor wildcards - fix selinux support with dateext - various minor bugfixes - removed logrotate-3.7.5-errorHandling.patch, logrotate-3.7.5-shred.patch, logrotate-3.7.5-cfengine.patch, logrotate-3.7.5-date.patch, logrotate-3.7.5-logfn.patch - merged to upstream ++++ logrotate: - update to 3.7.7 - dateformat - fix possible buffer overflows in strings handling - change logInfo handling - fix compile warnings - tabooext honor wildcards - fix selinux support with dateext - various minor bugfixes - removed logrotate-3.7.5-errorHandling.patch, logrotate-3.7.5-shred.patch, logrotate-3.7.5-cfengine.patch, logrotate-3.7.5-date.patch, logrotate-3.7.5-logfn.patch - merged to upstream ++++ lvm2: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ lvm2: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ mdadm: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ mdadm: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ module-init-tools: - temporary fix: allow unsupported modules for SLES until that list has been brought up to date ++++ module-init-tools: - temporary fix: allow unsupported modules for SLES until that list has been brought up to date ++++ nfs-utils: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ open-iscsi: - Pull in fixes from upstream git repository - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ open-iscsi: - Pull in fixes from upstream git repository - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ postmark: - correct the location of postmark binary ++++ postmark: - correct the location of postmark binary ++++ recode: - disable static libraries ++++ recode: - disable static libraries ++++ recode: - disable static libraries ++++ sblim-wbemcli: - updated to 1.6.0 * re-licensed under the Eclipse Public License * bugfixes ++++ sblim-wbemcli: - updated to 1.6.0 * re-licensed under the Eclipse Public License * bugfixes ++++ sysvinit: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ sysvinit: - Call mkinitrd_setup during %post and %postun (bnc#413709) ++++ xabacus: - Updated to version 7.4.1: * Strange character at end of help title removed. * Quit menu selection now works. * Fix for make install-png. * Leading function names in lowercase. * Made "t" and "b" names consistent with Java version ie. * Japanese format 1,000,000,000,000,000,000,000,000.0+1 corruption fix. Still does not add accurately as the math is using double. * Fixed various corruption and overflows. * Fixed goof in ancientRoman. * Allow latin for fractions when using Roman Numerals. * Allow signs on bars to be "modern" Roman Numerals. * Allow older Roman Numerals to be displayed. * No group positions on abacus when anomaly is on. * Allow "," for decimal point and "." for group separator. * Fixed bottom bead click which was 3 pixels off. * -pressOffset option added. Beads are now closer together. * Added color options for auxiliary beads. ++++ xabacus: - Updated to version 7.4.1: * Strange character at end of help title removed. * Quit menu selection now works. * Fix for make install-png. * Leading function names in lowercase. * Made "t" and "b" names consistent with Java version ie. * Japanese format 1,000,000,000,000,000,000,000,000.0+1 corruption fix. Still does not add accurately as the math is using double. * Fixed various corruption and overflows. * Fixed goof in ancientRoman. * Allow latin for fractions when using Roman Numerals. * Allow signs on bars to be "modern" Roman Numerals. * Allow older Roman Numerals to be displayed. * No group positions on abacus when anomaly is on. * Allow "," for decimal point and "." for group separator. * Fixed bottom bead click which was 3 pixels off. * -pressOffset option added. Beads are now closer together. * Added color options for auxiliary beads. ++++ xlockmore: - Updated to version 5.26.1: * PAM_putText() would set pointer resp->resp to buffer. * "Esc" key now resets password entry. Do not put an escape in your password. This should behave the same as Control-U. * -showdate added. +showdate allows you to turn off date in password window. * Inverted bitmap for xlock. * Updated the Java launcher in xlock. * antic cleanups. * New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT' * Modifications for +install, -mono. * New resource files for Chinese... * Automata modes now have triangular tilings drawn with a black triangle around it. * Fix for xlock -resource in life.c. * Added a compile-time option "-DNO_TIME if you dont want the time in the password window. ++++ xlockmore: - Updated to version 5.26.1: * PAM_putText() would set pointer resp->resp to buffer. * "Esc" key now resets password entry. Do not put an escape in your password. This should behave the same as Control-U. * -showdate added. +showdate allows you to turn off date in password window. * Inverted bitmap for xlock. * Updated the Java launcher in xlock. * antic cleanups. * New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT' * Modifications for +install, -mono. * New resource files for Chinese... * Automata modes now have triangular tilings drawn with a black triangle around it. * Fix for xlock -resource in life.c. * Added a compile-time option "-DNO_TIME if you dont want the time in the password window. ++++ xorg-x11: - removed pam_resmgr from /etc/pam.d/xdm{,-np} (bnc #422614) ++++ xorg-x11-driver-video: - xf86-video-intel-fca7a4e.diff * Pipe A force quirk for Toshiba Satellite A30 (bnc #417587) ++++ xorg-x11-driver-video: - xf86-video-intel-fca7a4e.diff * Pipe A force quirk for Toshiba Satellite A30 (bnc #417587) ++++ xorg-x11-driver-video: - xf86-video-intel-fca7a4e.diff * Pipe A force quirk for Toshiba Satellite A30 (bnc #417587) ++++ yast2-bootloader: - added detection of EFI, proposing ELILO in that case (fate #301882) - 2.17.15 ++++ yast2-bootloader: - added detection of EFI, proposing ELILO in that case (fate #301882) - 2.17.15 ++++ yast2-ldap: - LdapServerAccess.pm: adapted to new LdapServer API (rhafer, bnc#422523) - 2.17.3 ++++ yast2-ldap: - LdapServerAccess.pm: adapted to new LdapServer API (rhafer, bnc#422523) - 2.17.3 ++++ yast2-ldap-server: - Added support of managing ACLs (Fate#120060) - Version 2.17.3 ++++ yast2-ldap-server: - Added support of managing ACLs (Fate#120060) - Version 2.17.3 ++++ yast2-network: - DNS data configuration adapted to using netconfig (resolv.conf is no longer written directly)(FaTE#303618) ++++ yast2-network: - DNS data configuration adapted to using netconfig (resolv.conf is no longer written directly)(FaTE#303618) ++++ yast2-packager: - Fixed inst_custom_packages YCP script to reflect the changes done in SlideShow*. - 2.17.9 ++++ yast2-packager: - Fixed inst_custom_packages YCP script to reflect the changes done in SlideShow*. - 2.17.9 ++++ yast2-printer: - Implemented cupsd status/start/restart/stop functionality. - 2.17.9 ++++ yast2-printer: - Implemented cupsd status/start/restart/stop functionality. - 2.17.9 ------------------------------------------------------------------ ------------------ 2008-9-2 - Sep 2 2008 ------------------- ------------------------------------------------------------------ ++++ SuSEfirewall2: - fix "recent" match (bnc#421806) ++++ aaa_base: - add 'hvc0' as valid console for s390x. ++++ aaa_base: - add 'hvc0' as valid console for s390x. ++++ aaa_base: - add 'hvc0' as valid console for s390x. ++++ autoyast2: - Read() button added to UI - UI changes - 2.17.7 - to files section ++++ blender: - updated to 2.47 New tools and improvement have been made to the Snapping tools. Better Game Engine logic. Fixed an incorrect transformation for particle group visualization. Fixed negative value in the Gamma node with negative input. Tangent shading (which only affects specular) made bump mapping not work for diffuse. Fixed Mesh Deform Modifier not working on extruded curves. Fixed crash converting old particle system from a linked file. Object instancing didn't restore matrices correct for Environment Map, this could give object rendering in the wrong position. Compositor nodes with use nodes disabled didn't properly redraw the node window on changes. - remove unneeded patches blender-python64.patch blender-2.41-uninitialized_variables.patch blender-2.42a-ffmpeg.patch ++++ mono-core: - Update to 2.0 RC1 * Bugfixes * Adds a 2.0 gacutil ++++ mono-core: - Update to 2.0 RC1 * Bugfixes * Adds a 2.0 gacutil ++++ cheese: - Update to version 2.23.91: + Bugs fixed: bgo#527736, bgo#547405, bgo#547403, bgo#511916, bgo#547313, bgo#522009, bgo#547168, bgo#513776, bgo#522009, bgo#543976, bgo#481405, bgo#522009, bgo#546390, bgo#546918 - call gdk_x11_window_set_user_time to raise the cheese window if its called twice - remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group - align the buttons with the thumbnail bar - select the last thumbnail item, if the last one was deleted - remove a thumbnail item immidiately from the thumbnail row if it was deleted - add people who contributed to cheese to the cheese about window - connect button_photo and button_video as proxy widgets for relative RadioActions - don't try to find highest framerate if format is NULL - added a delete action to immediately delete files and a gconf key to show/hide it - add several g_free functions to prevent memory leaks - use g_random_int instead of g_rand_int - add the multiplex thumbnail generator algorithm - disable "Start recording" button until the recording pipeline properly shuts down - save generated thumbnails, it seems to have vanished some time ago - added/updated translations ++++ climm: - update to release 0.6.3 * bug fixes, new features ++++ climm: - update to release 0.6.3 * bug fixes, new features ++++ climm: - update to release 0.6.3 * bug fixes, new features ++++ curl: - updated to 7.19.0 * curl_off_t gets its size/typedef somewhat differently than before. This _may_ cause an ABI change for you. See /usr/share/doc/packages/curl/README.curl_off_t for a full explanation. (Should not affect our package as it has LFS enabled) * Added CURLINFO_PRIMARY_IP * Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE * Added CURLOPT_ISSUERCERT and CURLE_SSL_ISSUER_ERROR * curl's option parser for boolean options reworked * Added --remote-name-all * Added CURLINFO_APPCONNECT_TIME * Added test selection by key word in runtests.pl * the curl tool's -w option support the %{ssl_verify_result} variable * Added CURLOPT_ADDRESS_SCOPE and scope parsing of the URL according to RFC4007 * Support --append on SFTP uploads (not with OpenSSH, though) * Added curlbuild.h and curlrules.h to the external library interface * lots of bugfixes ++++ curl: - updated to 7.19.0 * curl_off_t gets its size/typedef somewhat differently than before. This _may_ cause an ABI change for you. See /usr/share/doc/packages/curl/README.curl_off_t for a full explanation. (Should not affect our package as it has LFS enabled) * Added CURLINFO_PRIMARY_IP * Added CURLOPT_CRLFILE and CURLE_SSL_CRL_BADFILE * Added CURLOPT_ISSUERCERT and CURLE_SSL_ISSUER_ERROR * curl's option parser for boolean options reworked * Added --remote-name-all * Added CURLINFO_APPCONNECT_TIME * Added test selection by key word in runtests.pl * the curl tool's -w option support the %{ssl_verify_result} variable * Added CURLOPT_ADDRESS_SCOPE and scope parsing of the URL according to RFC4007 * Support --append on SFTP uploads (not with OpenSSH, though) * Added curlbuild.h and curlrules.h to the external library interface * lots of bugfixes ++++ deb: - updated to 1.14.21 * lots of fixes - see ChangeLog - enabled SELinux support [Fate#303662] ++++ deb: - updated to 1.14.21 * lots of fixes - see ChangeLog - enabled SELinux support [Fate#303662] ++++ deskbar-applet: - Update to versino 2.23.91: + Bugs fixed: bgo#548867, bgo#548422, bgo#542997, bgo#549203, bgo#549206, bgo#549375, bgo#549432 + Set the 'source' parameter on updates to 'deskbar'. This should put a small 'from deskbar' links after Twitter posts. + Pressing the delete key will remove the selected item from history in tray mode, too. + Fix a bug in the way the new core.Web module handled updating of + Translation updates - Removed deskbar-applet-null.patch. Fixed upstream. ++++ eel: - Update to version 2.23.91: + Add eel_filename_strip_extension() + Add eel_gdk_pixbuf_load_from_stream_at_size() ++++ eog: - Update to versino 2.23.91: + Fixes segfaults with XMP-only files + Do not fail to show current directory in the open file chooser + More robust handling of image loading errors + Sensible UI defaults if GConf fails + Misc UI improvements + Build system and docs improvements + Bugs fixed: bgo#548738, bgo#547466, bgo#548736 + Translation updates. ++++ evince: - Update to version 2.23.91: + Use EggSMClient from libegg instead of gnome-client and remove libgnome and libgnomeui dependencies + Implement document_get_page_label in tiff backend + Bugs fixed: bgo#549163, bgo#548653, bgo#548444, bgo#547440, bgo#548462 + Start up in the right workspace when resuming a previous session + Fix metacity warnings shown in ~/.xsession-errors + Updated translations. ++++ file-roller: - Update to version 2.23.91: + bgo#544766: file-roller doesn't remember open-with application. + Sort the archive type list to make it easier to find the desired type. + Updated translations. ++++ filesystem: - Add the Asturia (ast) locale ++++ filesystem: - Add the Asturia (ast) locale ++++ gcalctool: - Updated to 5.23.91: + Fix packing for modulus button (bgo#548880) + Change from OnlyShowIn=GNOME;XFCE; to NotShowIn=KDE; so other desktops can use GCalctool (bgo#518862). ++++ gedit: - Update to version 2.23.91: + Misc bugfixes + Updated translations. ++++ ghex: - Update to version 2.22.0: + Cosmetic version bump ++++ gimp-save-for-web: - update to version 0.28.6 * locale update and minor bug fixes ++++ gimp-save-for-web: - update to version 0.28.6 * locale update and minor bug fixes ++++ gnome-commander: - Update to version 1.2.7: + Bugs fixed: bgo#522430, bgo#532615, bgo#538806, bgo#539753, bgo#541404, bgo#392959, bgo#496150, bgo#499761, bgo#499764 + Fixed problem with file sorting in advanced file rename tool + Support for all GnomeVFS network protocols (including SSH+FTP and WebDAV) + User defined shortcuts to arbitrary programs + Copying selected URIs to clipboard with ALT+click on toolbar button + Revamped search dialog + Revamped transfer progress dialog + Updated help docs + Fixed problem with sorting of UTF-8 encoded file names + Fixed problem with copying files to symlinked directories + Fixed problem with full file path while copying/moving to mounted devices + Root Mode for starting GNOME Commander with administrator privileges + GUI for keyboard shortcuts management + Open the current location in Nautilus file manager + Multi-Rename-Tool - new $x and $X placeholders for random hexadecimal numbers + Revamped search dialog + Support for , and modifiers (since GTK+ 2.10) + Updated help docs + New key bindings + Update translations. - Removed gnome-commander-hide-menu-item.patch. Fixed upstream ++++ gnome-media: - Update to version 2.23.91: + Removed GnomeVFS and EggRecent dependencies + Updated translations + Bugs fixed: bgo#516090, bgo#404877, bgo#537028, bgo#543306 - Removed gnome-media-64bit.patch. Uses GIO now. ++++ gnome-power-manager: - Update to version 2.23.91: + Fixed bgo#547502, gnome-power-manager won't configure + Fixed bgo#547766, Crash in gpm_cell_array_update gpm-cell-array.c:273 + Fixed bgo#549789, "unknown" battery type untranslated + Fixed bgo#549854, gpm-cell.c not translator friendly + Translation updates ++++ gnome-system-monitor: - Update to version 2.23.91: + Fixed bgo#549383 – network assertion in the resource tab. ++++ gnome-terminal: - Update to version 2.23.91: + Bugs fixed: bgo#549308, bgo#399744, bgo#401547, bgo#151794, bgo#519191 + Plug a mem leak. + Don't try to g_strfreev something we don't own. + Make the terminal window's role distinct from other g-t window's role, to be able to match just them with devilspie. + Use a static window role for the single instance encodings dialogue. + Updated translations. ++++ gstreamer-0_10-plugins-good: - Get rid of aalib dependency. ++++ gstreamer-0_10-plugins-good: - Get rid of aalib dependency. ++++ gucharmap: - Update to version 2.23.91: + Plug a mem leak. + Use single / in the help file path. + Use gtk_show_uri here. + Use GIO to launch the help URI instead of calling gnome-open. + Updated translations. ++++ gvfs: - Update to version 0.99.6: + Better cross-backend copy/move logic. + Bugs fixed: bgo#548841, bgo#547133, bgo#538573, bgo#549253, bgo#549553, bgo#550100, bgo#529971, rh#460223 + Translation updates ++++ kdebase4-workspace: - switch to the kwin branch for 11.1 (e.g. bnc#418772) ++++ kdebase4-workspace: - switch to the kwin branch for 11.1 (e.g. bnc#418772) ++++ kdebase4-session: - require kdebase4-workspace >= %_kde_platform_version ++++ kdebase4-session: - require kdebase4-workspace >= %_kde_platform_version ++++ kdebase4-session: - require kdebase4-workspace >= %_kde_platform_version ++++ krb5-ticket-watcher: - fix a typo (bnc#421351) ++++ krb5-ticket-watcher: - fix a typo (bnc#421351) ++++ gnome-menus: - Update to version 2.23.91: + Updated translations ++++ openldap2-client: - Dropped evolution specific ntlm-bind Patch (Fate#303480) ++++ openldap2-client: - Dropped evolution specific ntlm-bind Patch (Fate#303480) ++++ moonlight: - fix build, missing libexpat-devel - add missing -devel package dependencies - use system cairo & pixman , never a bundled copy (!!) ++++ mysql: - fix mysql_config --libs output (bnc#420313, mysql#39175) ++++ mysql: - fix mysql_config --libs output (bnc#420313, mysql#39175) ++++ libp11: - Call autoreconf to build correctly with new libtool. - fix build, doxygen required. - kill ".la" files and static libraries - fix -devel package requires ++++ libsatsolver: - make solver includes use "" instead of <>, fixes bnc#415920 - implement otherproviders() - make patches do nevr matching - make patch conflicts work with multiversion - new job commands, now combinded from job type and select type - support for distupgrade mode - make SOLVER_ERASE_SOLVABLE work - also check obsoletes when disabling update rules - 0.10.6 ++++ libsatsolver: - make solver includes use "" instead of <>, fixes bnc#415920 - implement otherproviders() - make patches do nevr matching - make patch conflicts work with multiversion - new job commands, now combinded from job type and select type - support for distupgrade mode - make SOLVER_ERASE_SOLVABLE work - also check obsoletes when disabling update rules - 0.10.6 ++++ libselinux: - updated to 2.0.71 * Add group support to seusers using %groupname syntax from Dan Walsh. * Mark setrans socket close-on-exec from Stephen Smalley. * Only apply nodups checking to base file contexts from Stephen Smalley. ++++ libsemanage: - updated to 2.0.27 * Modify genhomedircon to skip %groupname entries. Ultimately we need to expand them to the list of users to support per-role homedir labeling when using the %groupname syntax. - updated to 2.0.26 * Fix bug in genhomedircon fcontext matches logic from Dan Walsh. Strip any trailing slash before appending /*$. ++++ libsoup: - Update to version 2.23.91: + Fixed a crash in gvfs [bgo#528882] + Added soup_date_to_timeval() for gvfs. [bgo#549006] ++++ libsoup: - Update to version 2.23.91: + Fixed a crash in gvfs [bgo#528882] + Added soup_date_to_timeval() for gvfs. [bgo#549006] ++++ libtirpc: - update to version 0.1.9 * several bugfixes - fix rpc_broadcast [bnc#421950] - fix ipv4+ipv6 binding [bnc#421976] - removed patches libtirpc-0.1.7-arm.patch libtirpc-0.1.7-bindresvport-ntohs.patch libtirpc-0.1.7-bindresvport_ports.patch libtirpc-0.1.7-bufoverflow.patch libtirpc-0.1.7-clnt_raw-mutex.patch libtirpc-0.1.7-dgcall-iprecverr.patch libtirpc-0.1.7-gssglue.patch libtirpc-0.1.7-libtirpc-pc.patch libtirpc-0.1.7-man-install.patch libtirpc-0.1.7-netconfig.patch libtirpc-0.1.7-ppc64.patch libtirpc-0.1.7-snprintf.patch libtirpc-0.1.7-svcauthdestroy.patch libtirpc-0.1.7-svc_auth_gss_lvalue_fix.patch libtirpc-0.1.7-svcauthnone.patch libtirpc-0.1.7-svc-rtaddr.patch libtirpc-0.1.7-svc-run.patch libtirpc-0.1.7-version.patch libtirpc-0.1.7-xdr_bufferoverlow.patch ++++ trousers: - fixed 64bit build issue ++++ trousers: - fixed 64bit build issue ++++ trousers: - fixed 64bit build issue ++++ liburiparser1: - update to version 0.7.2 Fixed: Bad cleanup logic in functions uriAddBaseUri(..) uriRemoveBaseUri(..) Previously you needed to call uriFreeUriMembers on return code URI_ERROR_MALLOC and only then. So that's why these functions now take cleanup off your shoulders. An extra call to uriFreeUriMembers from your side is still needed in case of success. * Soname: 1:7:0 ++++ liburiparser1: - update to version 0.7.2 Fixed: Bad cleanup logic in functions uriAddBaseUri(..) uriRemoveBaseUri(..) Previously you needed to call uriFreeUriMembers on return code URI_ERROR_MALLOC and only then. So that's why these functions now take cleanup off your shoulders. An extra call to uriFreeUriMembers from your side is still needed in case of success. * Soname: 1:7:0 ++++ liburiparser1: - update to version 0.7.2 Fixed: Bad cleanup logic in functions uriAddBaseUri(..) uriRemoveBaseUri(..) Previously you needed to call uriFreeUriMembers on return code URI_ERROR_MALLOC and only then. So that's why these functions now take cleanup off your shoulders. An extra call to uriFreeUriMembers from your side is still needed in case of success. * Soname: 1:7:0 ++++ libzypp: - Enabled distupgrade of the SAT solver. In order to use the old distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE. This variable will can be used until the old distupgrade mechanism will be removed from libzypp. Have a look to above changelogs. - revision 10911 - version 5.7.0 (5) ++++ libzypp: - Enabled distupgrade of the SAT solver. In order to use the old distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE. This variable will can be used until the old distupgrade mechanism will be removed from libzypp. Have a look to above changelogs. - revision 10911 - version 5.7.0 (5) ++++ libzypp: - Enabled distupgrade of the SAT solver. In order to use the old distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE. This variable will can be used until the old distupgrade mechanism will be removed from libzypp. Have a look to above changelogs. - revision 10911 - version 5.7.0 (5) ++++ lvm2: - Fix initrd scripts if no 'root=' parameter is given (bnc#421546) ++++ lvm2: - Fix initrd scripts if no 'root=' parameter is given (bnc#421546) ++++ lvm2: - Fix initrd scripts if no 'root=' parameter is given (bnc#421546) ++++ mono-debugger: - Update to 2.0-RC1 ++++ openldap2: - Dropped evolution specific ntlm-bind Patch (Fate#303480) ++++ openldap2: - Dropped evolution specific ntlm-bind Patch (Fate#303480) ++++ libselinux-bindings: - updated to 2.0.71 * Merge ruby bindings from Dan Walsh. ++++ scummvm: - updated to new 0.12.0 release * New Games: - The Legend of Kyrandia: Book Two: Hand of Fate. - The Legend of Kyrandia: Book Three: Malcolm's Revenge. - Lost in Time. - The Bizarre Adventures of Woodruff and the Schnibble. - PC version of Waxworks. - Macintosh version of I Have no Mouth, and I must Scream. - Drascula: The Vampire Strikes Back. * General - Added CAMD MIDI driver for AmigaOS4. - Revived the PS2 port (was already in 0.11.1 but was forgotten in the release notes). - Plugged numerous memory leaks in all engines (part of GSoC'08 task), - Added audio double buffering to the SDL backend, which fixes the problems with the MT-32 emulator on Mac OS X (for now only enabled on Mac OS X). * AGOS: - Fixed crashes during certain music in Amiga versions of Elvira 1 and Simon the Sorcerer 1. - Fixed palette issues in Amiga versions of Simon the Sorcerer 1. * Queen: - Speech is played at the correct sample rate. (It used to be pitched a bit too low.) * SCUMM: - Rewrote parts of Digital iMUSE, fixing some bugs. - Rewrote the internal timer code, fixing some speed issues in e.g. COMI. - Improved support for sound effects in Amiga version of Zak McKracken. - Added support for mixed Adlib/MIDI mode in Monkey Island 1 (Floppy). ++++ scummvm: - updated to new 0.12.0 release * New Games: - The Legend of Kyrandia: Book Two: Hand of Fate. - The Legend of Kyrandia: Book Three: Malcolm's Revenge. - Lost in Time. - The Bizarre Adventures of Woodruff and the Schnibble. - PC version of Waxworks. - Macintosh version of I Have no Mouth, and I must Scream. - Drascula: The Vampire Strikes Back. * General - Added CAMD MIDI driver for AmigaOS4. - Revived the PS2 port (was already in 0.11.1 but was forgotten in the release notes). - Plugged numerous memory leaks in all engines (part of GSoC'08 task), - Added audio double buffering to the SDL backend, which fixes the problems with the MT-32 emulator on Mac OS X (for now only enabled on Mac OS X). * AGOS: - Fixed crashes during certain music in Amiga versions of Elvira 1 and Simon the Sorcerer 1. - Fixed palette issues in Amiga versions of Simon the Sorcerer 1. * Queen: - Speech is played at the correct sample rate. (It used to be pitched a bit too low.) * SCUMM: - Rewrote parts of Digital iMUSE, fixing some bugs. - Rewrote the internal timer code, fixing some speed issues in e.g. COMI. - Improved support for sound effects in Amiga version of Zak McKracken. - Added support for mixed Adlib/MIDI mode in Monkey Island 1 (Floppy). ++++ scummvm: - updated to new 0.12.0 release * New Games: - The Legend of Kyrandia: Book Two: Hand of Fate. - The Legend of Kyrandia: Book Three: Malcolm's Revenge. - Lost in Time. - The Bizarre Adventures of Woodruff and the Schnibble. - PC version of Waxworks. - Macintosh version of I Have no Mouth, and I must Scream. - Drascula: The Vampire Strikes Back. * General - Added CAMD MIDI driver for AmigaOS4. - Revived the PS2 port (was already in 0.11.1 but was forgotten in the release notes). - Plugged numerous memory leaks in all engines (part of GSoC'08 task), - Added audio double buffering to the SDL backend, which fixes the problems with the MT-32 emulator on Mac OS X (for now only enabled on Mac OS X). * AGOS: - Fixed crashes during certain music in Amiga versions of Elvira 1 and Simon the Sorcerer 1. - Fixed palette issues in Amiga versions of Simon the Sorcerer 1. * Queen: - Speech is played at the correct sample rate. (It used to be pitched a bit too low.) * SCUMM: - Rewrote parts of Digital iMUSE, fixing some bugs. - Rewrote the internal timer code, fixing some speed issues in e.g. COMI. - Improved support for sound effects in Amiga version of Zak McKracken. - Added support for mixed Adlib/MIDI mode in Monkey Island 1 (Floppy). ++++ smartmontools: - Desktop neutral powersave-notify is no longer available. Use "wall" to report expected disc failures. ++++ smartmontools: - Desktop neutral powersave-notify is no longer available. Use "wall" to report expected disc failures. ++++ smartmontools: - Desktop neutral powersave-notify is no longer available. Use "wall" to report expected disc failures. ++++ strace: - Update to strace 4.5.18. * Bug fixes. * Support new Linux/PPC system call subpage_prot and PROT_SAO flag. * In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN. ++++ strace: - Update to strace 4.5.18. * Bug fixes. * Support new Linux/PPC system call subpage_prot and PROT_SAO flag. * In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN. ++++ strace: - Update to strace 4.5.18. * Bug fixes. * Support new Linux/PPC system call subpage_prot and PROT_SAO flag. * In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN. ++++ wpa_supplicant: - update to 0.6.4 * added support for EAP Sequences in EAP-FAST Phase 2 * added support for using TNC with EAP-FAST * added driver_ps3 for the PS3 Linux wireless driver * added support for optional cryptobinding with PEAPv0 * fixed the OpenSSL patches (0.9.8g and 0.9.9) for EAP-FAST to allow fallback to full handshake if server rejects PAC-Opaque * added fragmentation support for EAP-TNC * added support for parsing PKCS #8 formatted private keys into the internal TLS implementation (both PKCS #1 RSA key and PKCS #8 encapsulated RSA key can now be used) * added option of using faster, but larger, routines in the internal LibTomMath (for internal TLS implementation) to speed up DH and RSA calculations (CONFIG_INTERNAL_LIBTOMMATH_FAST=y) * fixed race condition between disassociation event and group key handshake to avoid getting stuck in incorrect state [Bug 261] * fixed opportunistic key caching (proactive_key_caching) ++++ wpa_supplicant: - update to 0.6.4 * added support for EAP Sequences in EAP-FAST Phase 2 * added support for using TNC with EAP-FAST * added driver_ps3 for the PS3 Linux wireless driver * added support for optional cryptobinding with PEAPv0 * fixed the OpenSSL patches (0.9.8g and 0.9.9) for EAP-FAST to allow fallback to full handshake if server rejects PAC-Opaque * added fragmentation support for EAP-TNC * added support for parsing PKCS #8 formatted private keys into the internal TLS implementation (both PKCS #1 RSA key and PKCS #8 encapsulated RSA key can now be used) * added option of using faster, but larger, routines in the internal LibTomMath (for internal TLS implementation) to speed up DH and RSA calculations (CONFIG_INTERNAL_LIBTOMMATH_FAST=y) * fixed race condition between disassociation event and group key handshake to avoid getting stuck in incorrect state [Bug 261] * fixed opportunistic key caching (proactive_key_caching) ++++ wpa_supplicant: - update to 0.6.4 * added support for EAP Sequences in EAP-FAST Phase 2 * added support for using TNC with EAP-FAST * added driver_ps3 for the PS3 Linux wireless driver * added support for optional cryptobinding with PEAPv0 * fixed the OpenSSL patches (0.9.8g and 0.9.9) for EAP-FAST to allow fallback to full handshake if server rejects PAC-Opaque * added fragmentation support for EAP-TNC * added support for parsing PKCS #8 formatted private keys into the internal TLS implementation (both PKCS #1 RSA key and PKCS #8 encapsulated RSA key can now be used) * added option of using faster, but larger, routines in the internal LibTomMath (for internal TLS implementation) to speed up DH and RSA calculations (CONFIG_INTERNAL_LIBTOMMATH_FAST=y) * fixed race condition between disassociation event and group key handshake to avoid getting stuck in incorrect state [Bug 261] * fixed opportunistic key caching (proactive_key_caching) ++++ xfsprogs: - mkfs.xfs: Don't destroy file with -N -d file options (bnc#409360) ++++ xfsprogs: - mkfs.xfs: Don't destroy file with -N -d file options (bnc#409360) ++++ xfsprogs: - mkfs.xfs: Don't destroy file with -N -d file options (bnc#409360) ++++ xorg-x11-libs: - dowgraded pixman 0.11.8 to 0.10.0 to hopefully fix a lot of rendering bugs observed now with intel, radeonhd and radeon driver ++++ xorg-x11-libs: - dowgraded pixman 0.11.8 to 0.10.0 to hopefully fix a lot of rendering bugs observed now with intel, radeonhd and radeon driver ++++ yast2: - Extended control file handling to accept 'execute' module parameter to be called instead of 'name'/inst_'name' (BNC #401319). - 2.17.16 ++++ yast2: - Extended control file handling to accept 'execute' module parameter to be called instead of 'name'/inst_'name' (BNC #401319). - 2.17.16 ++++ yast2-nis-server: - fixed button alignment (bnc#421043) - 2.17.1 ++++ yast2-packager: - Use unified progress bar during installation (FATE #303860) ++++ yast2-packager: - Use unified progress bar during installation (FATE #303860) ++++ yast2-printer: - The 'Printing via Network' dialog writes the Browsing values to the system (but client-only is not yet implemented). - 2.17.8 ++++ yast2-printer: - The 'Printing via Network' dialog writes the Browsing values to the system (but client-only is not yet implemented). - 2.17.8 ++++ yast2-printer: - The 'Printing via Network'dialog writes the Browsing values to the system (but client-only is not yet implemented). - 2.17.8 ++++ yast2-users: - do not show installation step when the work is hidden(bnc#401319) - 2.17.8 ++++ yast2-users: - do not show installation step when the work is hidden(bnc#401319) - 2.17.8 ++++ yast2-users: - do not show installation step when the work is hidden(bnc#401319) - 2.17.8 ------------------------------------------------------------------ ------------------ 2008-9-1 - Sep 1 2008 ------------------- ------------------------------------------------------------------ ++++ ModemManager: - Update from upstream: + Fix upper case inconsistency in the public API (SetApn). + Fix HSO modem plugin. + Implement reading IMEI, IMSI, manufacturer, model, and version (revision). + License ModemManager with GNU Lesser General Public License, version 2.1. ++++ ModemManager: - Update from upstream: + Fix upper case inconsistency in the public API (SetApn). + Fix HSO modem plugin. + Implement reading IMEI, IMSI, manufacturer, model, and version (revision). + License ModemManager with GNU Lesser General Public License, version 2.1. ++++ ModemManager: - Update from upstream: + Fix upper case inconsistency in the public API (SetApn). + Fix HSO modem plugin. + Implement reading IMEI, IMSI, manufacturer, model, and version (revision). + License ModemManager with GNU Lesser General Public License, version 2.1. ++++ PackageKit: - Move to 0.3.1 distro upgrade support ++++ PackageKit: - Move to 0.3.1 distro upgrade support ++++ PackageKit: - Move to 0.3.1 distro upgrade support ++++ Xalan-c: - Do not build in parallel. ++++ Xalan-c: - Do not build in parallel. ++++ Xalan-c: - Do not build in parallel. ++++ acpid: - different config files for different rules: events.thinkpad and events.power_button ++++ acpid: - different config files for different rules: events.thinkpad and events.power_button ++++ amavisd-new: - Don't require unace, amavis does not know about it. ++++ amavisd-new: - Don't require unace, amavis does not know about it. ++++ amavisd-new: - Don't require unace, amavis does not know about it. ++++ at: - enabled SELinux support [Fate#303662] ++++ at: - enabled SELinux support [Fate#303662] ++++ at: - enabled SELinux support [Fate#303662] ++++ avahi: - Added GCC attribute alloc_size markup for allocator functions ++++ bash: - bash should suggest command-not-found, not scout ++++ bash: - bash should suggest command-not-found, not scout ++++ bind: - Create and copy /etc/named.conf.include to change root jail. Fix by Frank Hollmann. ++++ bind: - Create and copy /etc/named.conf.include to change root jail. Fix by Frank Hollmann. ++++ bluez-gnome: - for 11.0, require gvfs-backends instead of gnome-vfs-obexftp ++++ bluez-gnome: - for 11.0, require gvfs-backends instead of gnome-vfs-obexftp ++++ gcc43: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cracklib: - do not zip the dict by default. A check takes too long. The support for zip'ed dicts is still available ++++ cracklib: - do not zip the dict by default. A check takes too long. The support for zip'ed dicts is still available ++++ cracklib-dict-full: - do not zip the dict by default. A check takes too long. ++++ cracklib-dict-full: - do not zip the dict by default. A check takes too long. ++++ cross-hppa-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-hppa-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-i386-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-i386-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-ia64-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-ia64-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-ppc-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-ppc-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-ppc64-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-ppc64-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-s390-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-s390-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-s390x-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-s390x-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-x86_64-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ cross-x86_64-gcc-icecream-backend: - Add patch to adjust GCC version string for SLES. [bnc#363219] - Forward port patch to preserve function arguments for debug info from SLE10. [fate#301921] - Add patch for POWER7 support. [fate#304134] - Disable mudflap support by default, do not build libmudflap. - Add patch for PR27975. [fate#300955] ++++ deb: - update to 7.0.17 * dh_auto_install: Fix man page, was referring to dh_auto_clean. * dh_gencontrol: Drop the Homepage field from udebs. Closes debian bug #492719 * Typo. Closes debian bug #493062 * dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX if the Makefile was generated by Module::Build::Compat. Closes debian bug #496157 ++++ deb: - update debhelper to 7.0.17 * dh_auto_install: Fix man page, was referring to dh_auto_clean. * dh_gencontrol: Drop the Homepage field from udebs. Closes debian bug #492719 * Typo. Closes debian bug #493062 * dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX if the Makefile was generated by Module::Build::Compat. Closes debian bug #496157 ++++ deb: - update debhelper to 7.0.17 * dh_auto_install: Fix man page, was referring to dh_auto_clean. * dh_gencontrol: Drop the Homepage field from udebs. Closes debian bug #492719 * Typo. Closes debian bug #493062 * dh_auto_install: Improve check for MakeMaker, to avoid passing PREFIX if the Makefile was generated by Module::Build::Compat. Closes debian bug #496157 ++++ dhcpv6: - Add netconfig support ++++ dhcpv6: - Add netconfig support ++++ dhcpv6: - Add netconfig support ++++ findutils: - Fix last change. - Optimize find expressions in updatedb. ++++ findutils: - Fix last change. - Optimize find expressions in updatedb. ++++ fusecompress: - update -> SVN trunk r64 - handle non-page-aligned reads when caching (for direct I/O) - fixed assertion in direct_rename() (issue #2) - cache uncompressed data ("cache_skipped" option) - added FS option "uncompressed_binaries" (don't compress shared objects and standard binary directories) - added FS options for compression method and detaching (issue #19) - added read-only support (issue #18, test included) - made run_tests clean up after failed test cases - added my copyright where appropriate - clarified GPL version (some files said any, others said v2) - move fsck to /bin ++++ fusecompress: - update -> SVN trunk r64 - handle non-page-aligned reads when caching (for direct I/O) - fixed assertion in direct_rename() (issue #2) - cache uncompressed data ("cache_skipped" option) - added FS option "uncompressed_binaries" (don't compress shared objects and standard binary directories) - added FS options for compression method and detaching (issue #19) - added read-only support (issue #18, test included) - made run_tests clean up after failed test cases - added my copyright where appropriate - clarified GPL version (some files said any, others said v2) - move fsck to /bin ++++ gnome-packagekit: - Match PackageKit version change to 0.3.1 ++++ gnome-packagekit: - Match PackageKit version change to 0.3.1 ++++ gnome-session: - Remove gnome-session-tile-ui.patch and add instead gnome-session-bgo507101-tile-ui.patch that implements the tile-based logout dialog. It's a patch I did for upstream. - Add gnome-session-sleep.svg as a temporary suspend icon. It comes from libssui. We'll be able to remove it when upstream ships with a suspend icon in gnome-icon-theme. - Add gnome-session-bgo550211-gnome-session-save-logout.patch to add gnome-session-save command line options. - The goal of this update is to make it possible to get rid of libssui. ++++ gnome-settings-daemon: - Update to version 2.23.91: - Removed translatable property on stock gtk-close (Claude Paroz) - Fix a constness warning (Jens Granseuer) - Fix a crash due to an incorrect signal handler definition (William Jon McCann) - Use a scale factor instead of a fixed DPI (William Jon McCann) - Use g_warning instead of g_error when setup fails so we don't abort (Jens Granseuer) (bgo#549483) - Updated translations - Actually remove upstreamed patch from package. ++++ gthumb: - Update to version 2.10.9: + Bugs fixed: bgo#508873, bgo#510326, bgo#510521, bgo#477285, bgo#507790, bgo#512374, bgo#543584, bgo#543771, bgo#544893 + Update translations - Removed gthumb-gphotofix.patch. Fixed upstream - Removed gthumb-iptcdata.patch. Not used. ++++ gvfs: - add libexpat-devel to buildrequires so that obex backend is built ++++ gvfs: - add libexpat-devel to buildrequires so that obex backend is built ++++ heartbeat: - fix init-scripts: add Required-Stop to heartbeat init script add Required-Stop and Should-Stop to ldiretord init script ++++ heartbeat: - fix init-scripts: add Required-Stop to heartbeat init script add Required-Stop and Should-Stop to ldiretord init script ++++ heartbeat: - fix init-scripts: add Required-Stop to heartbeat init script add Required-Stop and Should-Stop to ldiretord init script ++++ hippo-canvas: - Initial package, version 0.3.0. ++++ installation-images: - load efivars module - removed evms - temporarily add alsa/sound to initrd (for blinux) - added yast2-nfs-client - new kernel modules - remove unused InputDevices from xorg.conf, leave only /dev/input/mice - remove unused ModulePath from xorg.conf, it breaks transition from 32 to 64 bit ++++ installation-images: - load efivars module - removed evms - temporarily add alsa/sound to initrd (for blinux) - added yast2-nfs-client - new kernel modules - remove unused InputDevices from xorg.conf, leave only /dev/input/mice - remove unused ModulePath from xorg.conf, it breaks transition from 32 to 64 bit ++++ kernel-debug: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-default: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-kdump: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-pae: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-ppc64: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-ps3: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-source: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-syms: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-vanilla: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kernel-xen: - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. - Updated to 2.6.27-rc5-git2 ++++ kismet: - add ncurses include path to cflags ++++ kismet: - add ncurses include path to cflags ++++ libQtWebKit-devel: - always configure with webkit support (bnc#413829) - mark qFatal as noreturn - experimental patch for spell checker "wiggly line" crashes ++++ libQtWebKit-devel: - always configure with webkit support (bnc#413829) - mark qFatal as noreturn - experimental patch for spell checker "wiggly line" crashes ++++ avahi-qt4: - Added GCC attribute alloc_size markup for allocator functions ++++ libgpod3: - fix build by updating to an slightly newer snap 0.6.1+20080901. ++++ libgpod3: - fix build by updating to an slightly newer snap 0.6.1+20080901. ++++ ncurses: - Provide also termcap.h in /usr/include ++++ netcdf: - disable static libraries ++++ netcdf: - disable static libraries ++++ newt: - update to 0.52.10: + added support for help + added cusor on/off stuff - rename newt-python to python-newt to follow the naming policy ++++ newt: - update to 0.52.10: + added support for help + added cusor on/off stuff - rename newt-python to python-newt to follow the naming policy ++++ opensc: - Check validity of SSL certificates for all Siemens CardOS M4 cards (SCA and SCB are affected as well, bnc#413496#c6). ++++ opensc: - Check validity of SSL certificates for all Siemens CardOS M4 cards (SCA and SCB are affected as well, bnc#413496#c6). ++++ opensc: - Check validity of SSL certificates for all Siemens CardOS M4 cards (SCA and SCB are affected as well, bnc#413496#c6). ++++ libpng12-0: - Do not package la files. ++++ libpng12-0: - Do not package la files. ++++ libqt4: - always configure with webkit support (bnc#413829) - mark qFatal as noreturn - experimental patch for spell checker "wiggly line" crashes ++++ libqt4: - always configure with webkit support (bnc#413829) - mark qFatal as noreturn - experimental patch for spell checker "wiggly line" crashes ++++ libqt4: - always configure with webkit support (bnc#413829) - mark qFatal as noreturn - experimental patch for spell checker "wiggly line" crashes ++++ libqt4-sql-plugins: - always configure with webkit support (bnc#413829) - mark qFatal as noreturn - experimental patch for spell checker "wiggly line" crashes ++++ bash: - bash should suggest command-not-found, not scout ++++ linuxrc: - load 'efivars' module - added 'efi' option - added 'udev' & 'udev.mods' debug flags ++++ linuxrc: - load 'efivars' module - added 'efi' option - added 'udev' & 'udev.mods' debug flags ++++ linuxrc: - load 'efivars' module - added 'efi' option - added 'udev' & 'udev.mods' debug flags ++++ lirc-kernel: - pick some fixes from cvs to compile with 2.6.26 - hack to build with 2.6.27 ++++ lksctp-tools: - upgraded to 1.0.9 - adjusted to 2.6.26 - Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft - lots of bugfixes - disable shared libraries and .la files ++++ lksctp-tools: - upgraded to 1.0.9 - adjusted to 2.6.26 - Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft - lots of bugfixes - disable shared libraries and .la files ++++ lksctp-tools: - upgraded to 1.0.9 - adjusted to 2.6.26 - Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft - lots of bugfixes - disable shared libraries and .la files ++++ loudmouth: - Update spec to match library policies - Upgrade to 1.4.0 * [LM-95] - File descriptor leak in lm-connection.c * [LM-116] - lm_connection_set_jid() required when not using SRV * [LM-117] - Reentrancy error on failed connect * [LM-121] - Getting time outs when going through NAT on Linux * [LM-085] - Asynchronous DNS requests * [LM-106] - Don't call ID handler if the message is not error or result * [LM-110] - On server hangup, the last few messages from the server sometimes aren't processed * [LM-107] - SSL cert checking never works with GNUTls * [LM-111] - Add a pointer to check in the README file * [LM-55] - Check disconnect error reasons like conflicting resource and invalid xml (fix forward ported from 1.2) * [LM-88] - Segfault in _lm_ssl_begin for openssl (fix forward ported from 1.2) * [LM-10] - Loudmouth API docs error * [LM-49] - loudmouth does not determine server_from_jid correctly * [LM-62] - Crashes when connecting to server that requires STARTTLS * [LM-74] - Compiling loudmouth fails on lm-ssl-gnutls.c (Upgrade GnuTLS requirement) * New Features * [LM-63] - Implement the support for the SRV DNS records, please * [LM-76] - Support for SASL (XMPP 1.0) ++++ module-init-tools: - better comment in /etc/modprobe.d/unsupported-modules ++++ module-init-tools: - better comment in /etc/modprobe.d/unsupported-modules ++++ mono-debugger: - respect CFLAGS setting (for RPM_OPT_FLAGS) (patch present but disabled, too many errors) - make term.c include ncurses/termcap.h to fix build ++++ mono-debugger: - respect CFLAGS setting (for RPM_OPT_FLAGS) (patch present but disabled, too many errors) - make term.c include ncurses/termcap.h to fix build ++++ pacemaker: - Update source tarball to revision: 1df197982079 - Try again to fix compilation in STABLE (this time also tested with mbuild) - STONITH is now enabled by default and the cluster will warn if no STONITH resource is found ++++ pacemaker: - Update source tarball to revision: 1df197982079 - Try again to fix compilation in STABLE (this time also tested with mbuild) - STONITH is now enabled by default and the cluster will warn if no STONITH resource is found ++++ pam_krb5: - validate new fetched credentials ++++ pam_krb5: - validate new fetched credentials ++++ pam_krb5: - validate new fetched credentials ++++ pam_mount: - version 0.45 * fix double-freeing the authentication token * use ofl instead of lsof/fuser * kill-on-logout support (terminate processes that would stand in the way of unmounting) (remove suse patch which supports this) * mount.crypt: auto-detect necessity for running losetup ++++ pam_mount: - version 0.45 * fix double-freeing the authentication token * use ofl instead of lsof/fuser * kill-on-logout support (terminate processes that would stand in the way of unmounting) (remove suse patch which supports this) * mount.crypt: auto-detect necessity for running losetup ++++ pam_mount: - version 0.45 * fix double-freeing the authentication token * use ofl instead of lsof/fuser * kill-on-logout support (terminate processes that would stand in the way of unmounting) (remove suse patch which supports this) * mount.crypt: auto-detect necessity for running losetup ++++ pam_mount: - version 0.45 * fix double-freeing the authentication token * use ofl instead of lsof/fuser * kill-on-logout support (terminate processes that would stand in the way of unmounting) (remove suse patch which supports this) * mount.crypt: auto-detect necessity for running losetup ++++ patterns-openSUSE: - Remove agfa-fonts. ++++ patterns-openSUSE: - Remove agfa-fonts. ++++ patterns-openSUSE: - Remove agfa-fonts. ++++ pm-profiler: - add COPYING file to tarball ++++ psmisc: - Do not leak on /proc/net/unix (bnc#417841) - Read /proc/net/unix and /proc/mounts only once ++++ psmisc: - Do not leak on /proc/net/unix (bnc#417841) - Read /proc/net/unix and /proc/mounts only once ++++ psmisc: - Do not leak on /proc/net/unix (bnc#417841) - Read /proc/net/unix and /proc/mounts only once ++++ pwlib: - add expat-devel to build with expat again ++++ pwlib: - add expat-devel to build with expat again ++++ pwlib: - add expat-devel to build with expat again ++++ libselinux-bindings: - Fix build of debuginfo. ++++ sax2: - borderless SaX2 for xres <= 800 or yres <=600; this was hardcoded to 800x600 before and resulted in problems with famous Netbook resolution 1024x600 (bnc #419304) ++++ sax2: - borderless SaX2 for xres <= 800 or yres <=600; this was hardcoded to 800x600 before and resulted in problems with famous Netbook resolution 1024x600 (bnc #419304) ++++ sax2: - borderless SaX2 for xres <= 800 or yres <=600; this was hardcoded to 800x600 before and resulted in problems with famous Netbook resolution 1024x600 (bnc #419304) ++++ sox: - updated to 14.1.0 * New WavPack format. * New htk format. * New .f4 & .f8 raw file extensions. * New `splice' effect; splice together audio sections. * New `remix' effect; mixes any number of channels. * New `norm' (normalise) effect. * New `delay' effect; delay one or more channels. * New `contrast' enhancement effect. * New `rate' high quality resampling effect. * New `spectrogram' effect; creates a PNG (if built with PNG lib). * New `gain' alias for the vol effect. * New option --help-format shows info about supported format(s). * New --combine=mix-power option to mix combine using 1/sqrt(n) scaling instead of 1/n. * New --input-buffer option to specify (only) input buffer size. * New `soxi' utility to extract/display file header fields. * New VU meter. * Can now write .amb (.wav variant) files. * Can now read 2,3(2.6),4 bit ADPCM .voc files. * Can now read some MP3 ID3 tags. * Fix rec shortcut should apply bit depth (8-bit, 16-bit, etc.) to input handler. * Fix endian selection (-B, -L, -x) in some circumstances. * Various other small fixes/improvements. ++++ sox: - updated to 14.1.0 * New WavPack format. * New htk format. * New .f4 & .f8 raw file extensions. * New `splice' effect; splice together audio sections. * New `remix' effect; mixes any number of channels. * New `norm' (normalise) effect. * New `delay' effect; delay one or more channels. * New `contrast' enhancement effect. * New `rate' high quality resampling effect. * New `spectrogram' effect; creates a PNG (if built with PNG lib). * New `gain' alias for the vol effect. * New option --help-format shows info about supported format(s). * New --combine=mix-power option to mix combine using 1/sqrt(n) scaling instead of 1/n. * New --input-buffer option to specify (only) input buffer size. * New `soxi' utility to extract/display file header fields. * New VU meter. * Can now write .amb (.wav variant) files. * Can now read 2,3(2.6),4 bit ADPCM .voc files. * Can now read some MP3 ID3 tags. * Fix rec shortcut should apply bit depth (8-bit, 16-bit, etc.) to input handler. * Fix endian selection (-B, -L, -x) in some circumstances. * Various other small fixes/improvements. ++++ sox: - updated to 14.1.0 * New WavPack format. * New htk format. * New .f4 & .f8 raw file extensions. * New `splice' effect; splice together audio sections. * New `remix' effect; mixes any number of channels. * New `norm' (normalise) effect. * New `delay' effect; delay one or more channels. * New `contrast' enhancement effect. * New `rate' high quality resampling effect. * New `spectrogram' effect; creates a PNG (if built with PNG lib). * New `gain' alias for the vol effect. * New option --help-format shows info about supported format(s). * New --combine=mix-power option to mix combine using 1/sqrt(n) scaling instead of 1/n. * New --input-buffer option to specify (only) input buffer size. * New `soxi' utility to extract/display file header fields. * New VU meter. * Can now write .amb (.wav variant) files. * Can now read 2,3(2.6),4 bit ADPCM .voc files. * Can now read some MP3 ID3 tags. * Fix rec shortcut should apply bit depth (8-bit, 16-bit, etc.) to input handler. * Fix endian selection (-B, -L, -x) in some circumstances. * Various other small fixes/improvements. ++++ subversion: - build swig bindings with empty SWIG_LDFLAGS= because it defaults to LDFLAGS which contains -pie - update to 1.5.2 final User-visible changes: * Set correct permissions on created fsfs shards (r32355, -7) * Pass client capabilities to start-commit hook (issue #3255) * Disallow creating nested repositories (issue #3269) * Support Neon 0.28.3 * Properly canonicalize URIs with an empty hostname (issue #2116) * Improved merge performance for superfluous ranges (r32643) * Better error message for 'Malformed URL for repository' (r31867, r32365) * Improved svn:externals parsing (r32672, -673, -674, -739) * fixed: improper ordering in 'svnlook diff' output (r32019) * fixed: mod_dav_svn memory leak with 'SVNPathAuthz short_circuit' (r32360) * fixed: duplicate svn:externals targets fail on co/up (issue #3246) * fixed: 'svn merge --depth' inconsistencies (issue #2825) * fixed: ra_serf test failures (1.5.x-ra_serf-backports branch) * fixed: memory leak and crashes in FS (r32545, -58, -82) * fixed: core dump with relative externals (issue #3237) * fixed: 'svn copy' working copy corruption (r32467, -70) * fixed: perl bindings errors in non-English locale (issue #3258) * fixed: 'svn merge' incorrectly reverses previous merges (r32494, -522, -523) * fixed: 'svn merge' errors with subtree mergeinfo (issue #3067) Developer-visible changes: * make libsvn_ra_neon initialization thread-safe (r32497, r32510) * respect LDFLAGS in Swig bindings (r32416, r32421, r32442) * fixed: test failures in non-English locales (r32491) ++++ subversion: - build swig bindings with empty SWIG_LDFLAGS= because it defaults to LDFLAGS which contains -pie - update to 1.5.2 final User-visible changes: * Set correct permissions on created fsfs shards (r32355, -7) * Pass client capabilities to start-commit hook (issue #3255) * Disallow creating nested repositories (issue #3269) * Support Neon 0.28.3 * Properly canonicalize URIs with an empty hostname (issue #2116) * Improved merge performance for superfluous ranges (r32643) * Better error message for 'Malformed URL for repository' (r31867, r32365) * Improved svn:externals parsing (r32672, -673, -674, -739) * fixed: improper ordering in 'svnlook diff' output (r32019) * fixed: mod_dav_svn memory leak with 'SVNPathAuthz short_circuit' (r32360) * fixed: duplicate svn:externals targets fail on co/up (issue #3246) * fixed: 'svn merge --depth' inconsistencies (issue #2825) * fixed: ra_serf test failures (1.5.x-ra_serf-backports branch) * fixed: memory leak and crashes in FS (r32545, -58, -82) * fixed: core dump with relative externals (issue #3237) * fixed: 'svn copy' working copy corruption (r32467, -70) * fixed: perl bindings errors in non-English locale (issue #3258) * fixed: 'svn merge' incorrectly reverses previous merges (r32494, -522, -523) * fixed: 'svn merge' errors with subtree mergeinfo (issue #3067) Developer-visible changes: * make libsvn_ra_neon initialization thread-safe (r32497, r32510) * respect LDFLAGS in Swig bindings (r32416, r32421, r32442) * fixed: test failures in non-English locales (r32491) ++++ tftp: - drop lineedit support again - fix build to include %{optflags} with using configure ++++ tftp: - drop lineedit support again - fix build to include %{optflags} with using configure ++++ tftp: - drop lineedit support again - fix build to include %{optflags} with using configure ++++ wget: - New version 1.11.4: * Fixed a problem in authenticating over HTTPS through a proxy. (Regression in 1.11 over 1.10.2.) * The combination of -r or -p with -O, which was disallowed in 1.11, has been downgraded to a warning in 1.11.2. * Further improvements to progress bar displays in non-English locales (too many spaces could be inserted, causing the display to scroll). * Successive invocations of Wget on FTP URLS, with --no-remove-listing and --continue, was causing Wget to append, rather than replace, information in the .listing file, and thereby download the same files multiple times. Fixed in 1.11.2. * Wget 1.11 no longer allowed ".." to persist at the beginning of URLs, for improved conformance with RFC 3986. However, this behavior presents problems for some FTP setups, and so they are now preserved again, for FTP URLs only. * Downgraded -N with -O to a warning, rather than an error. * Fixed a crash on some systems, due to Wget casting a pointer-to-long to a pointer-to-time_t. * Fixed an issue (apparently a regression) where -O would refuse to download when -nc was given, even though the file didn't exist. * Fixed a situation where Wget could abort with --continue if the remote server gives a content-length of zero when the file exists locally with content. ++++ wget: - New version 1.11.4: * Fixed a problem in authenticating over HTTPS through a proxy. (Regression in 1.11 over 1.10.2.) * The combination of -r or -p with -O, which was disallowed in 1.11, has been downgraded to a warning in 1.11.2. * Further improvements to progress bar displays in non-English locales (too many spaces could be inserted, causing the display to scroll). * Successive invocations of Wget on FTP URLS, with --no-remove-listing and --continue, was causing Wget to append, rather than replace, information in the .listing file, and thereby download the same files multiple times. Fixed in 1.11.2. * Wget 1.11 no longer allowed ".." to persist at the beginning of URLs, for improved conformance with RFC 3986. However, this behavior presents problems for some FTP setups, and so they are now preserved again, for FTP URLs only. * Downgraded -N with -O to a warning, rather than an error. * Fixed a crash on some systems, due to Wget casting a pointer-to-long to a pointer-to-time_t. * Fixed an issue (apparently a regression) where -O would refuse to download when -nc was given, even though the file didn't exist. * Fixed a situation where Wget could abort with --continue if the remote server gives a content-length of zero when the file exists locally with content. ++++ xen: - Fix problems building KMPs against the 2.6.27 kernel. ++++ xen: - Fix problems building KMPs against the 2.6.27 kernel. ++++ yast2-storage: - support EFI boot on non-ia64 systems (fate #303995) - version 2.17.24 ++++ yast2-storage: - support EFI boot on non-ia64 systems (fate #303995) - version 2.17.24 ++++ yast2-trans-de: - Update to version 2.17.3. ++++ yast2-trans-fi: - Update to version 2.17.4. ++++ yast2-trans-nb: - Update to version 2.17.2. ++++ yast2-trans-pt_BR: - Update to version 2.17.4. ++++ yast2-trans-ru: - Update to version 2.17.5. ++++ yast2-trans-th: - Update to version 2.17.2. ++++ yast2-update: - Obsolete EVMS-related code disabled. - 2.17.3 - activation of EVMS removed since it does not exist anymore - 2.17.2 ++++ yast2-update: - Obsolete EVMS-related code disabled. - 2.17.3 - activation of EVMS removed since it does not exist anymore - 2.17.2 ++++ yast2-update: - Obsolete EVMS-related code disabled. - 2.17.3 - activation of EVMS removed since it does not exist anymore - 2.17.2 ++++ yast2-users: - help text for directory encryption even if it is not available - 2.17.7 ++++ yast2-users: - help text for directory encryption even if it is not available - 2.17.7 ++++ yast2-users: - help text for directory encryption even if it is not available - 2.17.7 ++++ yast2-x11: - fixed type conversion in autoYaST setup (bnc#418648) - 2.17.2 ------------------------------------------------------------------ ------------------ 2008-8-31 - Aug 31 2008 ------------------- ------------------------------------------------------------------ ++++ i4l-base: - update to isdn4k-utils v3.13 * includes all our patches - fix loading for HFC USB ++++ i4l-base: - update to isdn4k-utils v3.13 * includes all our patches - fix loading for HFC USB ++++ dasher: - fix build ++++ dasher: - fix build ++++ exiv2: - kill libexiv2.la, aka. the real fix for gwenview build failure. - correct requires of -devel packages ++++ exiv2: - kill libexiv2.la, aka. the real fix for gwenview build failure. - correct requires of -devel packages ++++ exiv2: - kill libexiv2.la, aka. the real fix for gwenview build failure. - correct requires of -devel packages ++++ libgsf: - Update to version 1.14.9: + Revitalize gio support. + Add MS OOX support to gsf-vba-dump. + Extend the utility wrappers for GsfInfile. + Be more forgiving of corrupt ole2. + Add additional MS OpenPkg support to facilitate pivots. + gtk-doc improvements. + Make the VBA extractor more accessible. + Extensions for the xml parser to allow modularization. + Use g_base64_-routines from glib when available. + When gio is available, do not link in gnomevfs. + Add self-check for the benefit of __arm__. - Removed libgsf-fate303676.patch. Fixed upstream. ++++ liferea: - switch to xulrunner 190, thanks to Wolfgang Rosenauer! ++++ liferea: - switch to xulrunner 190, thanks to Wolfgang Rosenauer! ++++ mkvtoolnix: - add libexpat-devel to buildrequires - add %debug_package for buildservice build ++++ mkvtoolnix: - add libexpat-devel to buildrequires - add %debug_package for buildservice build ------------------------------------------------------------------ ------------------ 2008-8-30 - Aug 30 2008 ------------------- ------------------------------------------------------------------ ++++ bacula: - fix build with latests ncurses ++++ bacula: - fix build with latests ncurses ++++ bacula: - fix build with latests ncurses ++++ devhelp: - Updated to version 0.19.1: + Add a GType for the DhLink boxed type. + Updated translations. ++++ dhcpv6: - Initialize variables in dhcp6_set_ia_options() - Do not add an invalid IA Address option to an IA (bnc#418705) ++++ dhcpv6: - Initialize variables in dhcp6_set_ia_options() - Do not add an invalid IA Address option to an IA (bnc#418705) ++++ dhcpv6: - Initialize variables in dhcp6_set_ia_options() - Do not add an invalid IA Address option to an IA (bnc#418705) ++++ e2fsprogs: - update libvolume_id patch to work with libvolume_id.so.1 ++++ e2fsprogs: - update libvolume_id patch to work with libvolume_id.so.1 ++++ ebtables: - fix init script ++++ ebtables: - fix init script ++++ ebtables: - fix init script ++++ giflib: - update to version 4.1.6, changes since 4.1.4 includes: * Fix segfault in utilities due to referencing ColorMaps in GifFiles that had no ColorMap present. * Fix gif2x11 to work on 24 bit displays. * Fix for giftext segfault when the GifFile does not store a global colormap. * Checks to fail gracefully when an image contains improper LZ codes. * Close file handles on failure in DGifOpenFileHandle() * Checks to operate on files in binary mode on WIN32 as well as MSDOS. - kill "la" files and static libraries ++++ giflib: - update to version 4.1.6, changes since 4.1.4 includes: * Fix segfault in utilities due to referencing ColorMaps in GifFiles that had no ColorMap present. * Fix gif2x11 to work on 24 bit displays. * Fix for giftext segfault when the GifFile does not store a global colormap. * Checks to fail gracefully when an image contains improper LZ codes. * Close file handles on failure in DGifOpenFileHandle() * Checks to operate on files in binary mode on WIN32 as well as MSDOS. - kill "la" files and static libraries ++++ gnome-do: - fix build ++++ gok: - Update to versin 2.23.91: + Bugs fixed: bgo#548859, bgo##546559, bgo#513955. + Translation updates. - Removed gok-include.patch. Not needed. ++++ heartbeat: - Add Should-Stop: entry to heartbeat init script - Fix spec file for ol