Packages changed: gnome-initial-setup (47.0 -> 47.1) gnome-software (47.0+23 -> 47.1) libzypp (17.35.11 -> 17.35.12) numactl (2.0.18.0.g3871b1c -> 2.0.18.10.g6c14bd5) tdb (1.4.10 -> 1.4.12) === Details === ==== gnome-initial-setup ==== Version update (47.0 -> 47.1) - Update to version 47.1: + The (hidden) password hint field is now labelled as such, rather than as a “password reminder”. + Updated translations. ==== gnome-software ==== Version update (47.0+23 -> 47.1) - Update to version 47.1: + Fix crash in snap plugin when launching apps + Fix display of versions for packages being installed as part of an update + Various minor improvements to the review submission dialog + Fix a crash in the DKMS plugin + Updated translations. ==== libzypp ==== Version update (17.35.11 -> 17.35.12) - PluginFrame: Send unescaped colons in header values (bsc#1231043) According to the STOMP protocol it would be correct to escape a colon in a header-value, but it breaks plugin receivers which do not expect this. The first colon separates header-name from header-value, so escaping in the header-value is not needed anyway. Escaping in the header-value affects especially the urlresolver plugins. The input URL is passed in a header, but sent back as raw data in the frames body. If the plugin receiver does not correctly unescape the URL we may get back a "https\c//" which is not usable. - Do not ignore return value of std::remove_if in MediaSyncFacade (fixes #579) - Fix hang in curl code with no network connection (bsc#1230912) - version 17.35.12 (35) ==== numactl ==== Version update (2.0.18.0.g3871b1c -> 2.0.18.10.g6c14bd5) - Update to version 2.0.18.10.g6c14bd5: * Save and restore errno when probing for SET_PREFERRED_MANY * libnuma: fix nodemask allocation size for get_mempolicy * Update numactl.c * numastat: eliminate hard-coded tables * Don't fail build when set_mempolicy_home_node syscall is unknown * numactl: Add documentation for weighted interleave * numactl: Fix RESOURCE_LEAK in show() * numademo: Fix the using of the uninitialized value * Add `-w` and `--weighted-interleave` for weighted interleave mode * Fix fallback for set_mempolicy_home_node syscall - Update to version 2.0.18.5.g4bfdcc6: * numactl: Add documentation for weighted interleave * numactl: Fix RESOURCE_LEAK in show() * numademo: Fix the using of the uninitialized value * Add `-w` and `--weighted-interleave` for weighted interleave mode * Fix fallback for set_mempolicy_home_node syscall ==== tdb ==== Version update (1.4.10 -> 1.4.12) - Update to 1.4.12 * Regression fix for ABI problem TDB_1_4_11 vs. TDB_1.4.11 - Update to 1.4.11 * Add tdbdump -x option to output all data as hex values * Add missing overflow check for num_values in pytdb.c * Remove Py2 related tests * Update times in tdb_transaction_commit per fd, not per name * Fix compilation with TDB_TRACE=1 * Allow tracing of internal tdb