The following modules have been added in this release: cheese, file-roller, gcab, gnome-characters, gnome-initial-setup, gnome-logs, gnome-software, gupnp-av, orca, pyatspi The following modules have been removed in this release: gnome-dictionary, gnome-packagekit, gnome-system-log, gucharmap The following modules have a new version: - NetworkManager (1.0.8 => 1.1.90) - cantarell-fonts (0.0.18.1 => 0.0.21) - clutter (1.25.2 => 1.25.4) - eog (3.19.3 => 3.19.4) - evolution-data-server (3.19.3 => 3.19.4) - gcr (3.18.0 => 3.19.4) - gjs (1.44.0 => 1.45.3) - glib (2.47.4 => 2.47.5) - glibmm (2.47.3.1 => 2.47.4) - gnome-bluetooth (3.18.1 => 3.18.2) - gnome-calculator (3.19.2 => 3.19.4) - gnome-control-center (3.19.4 => 3.19.5) - gnome-keyring (3.18.3 => 3.19.4) - gnome-online-accounts (3.19.3 => 3.19.4) - gnome-session (3.18.1.2 => 3.19.4) - gnome-settings-daemon (3.19.4 => 3.19.5) - gnome-system-monitor (3.19.3 => 3.19.4) - gom (0.3.1 => 0.3.2) - gssdp (0.14.12.1 => 0.14.13) - gtk+ (3.19.5 => 3.19.7) - gtkmm (3.19.3 => 3.19.6) - gtksourceview (3.19.3 => 3.19.4) - gupnp (0.20.14 => 0.20.15) - gvfs (1.27.3 => 1.27.4) - libgtop (2.33.3 => 2.33.4) - librsvg (2.40.12 => 2.40.13) - libsecret (0.18.3 => 0.18.4) - network-manager-applet (1.0.8 => 1.1.90) - tracker (1.7.1 => 1.7.2) The following modules weren't upgraded in this release: adwaita-icon-theme, at-spi2-atk, at-spi2-core, atk, atkmm, baobab, caribou, clutter-gst, clutter-gtk, cogl, dconf, dconf-editor, empathy, epiphany, evince, folks, gdk-pixbuf, gdm, geocode-glib, glib-networking, gmime, gnome-backgrounds, gnome-contacts, gnome-desktop, gnome-disk-utility, gnome-font-viewer, gnome-menus, gnome-online-miners, gnome-screenshot, gnome-shell, gnome-shell-extensions, gnome-terminal, gnome-themes-standard, gnome-user-docs, gnome-user-share, gnome-video-effects, gobject-introspection, grilo, grilo-plugins, gsettings-desktop-schemas, gtk-doc, gtk-engines, gupnp-igd, json-glib, libchamplain, libcroco, libgdata, libgee, libgrss, libgsf, libgweather, libgxps, libmediaart, libnotify, libpeas, libsigc++, libsoup, libwnck, libzapojit, mm-common, mousetweaks, mutter, nautilus, pango, pangomm, pygobject, rest, sushi, totem, totem-pl-parser, vala, vino, vte, yelp, yelp-tools, yelp-xsl, zenity ======================================== NetworkManager ======================================== ============================================ NetworkManager-1.2 Overview of changes since NetworkManager-1.0 ============================================ This is a new stable release of NetworkManager. Notable changes include: * Added an option to enable use of random MAC addresses for Wi-Fi access point scanning (defaults to disabled). Controlled with 'wifi.mac-address-randomization' property (MAC_ADDRESS_RANDOMIZATION key in ifcfg files). * Wi-Fi scanning now utilizes wpa_supplicant's AP list. * Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg files. * Added support for creation of more types of software devices: tun & tap, maxvlan, vxlan and ip tunnels (ipip, gre, sit, isatap, vti, ip6ip6, ipip6, ip6gre and vti6). * The software devices (bond, bridge, vlan, team, ...) can now be stacked arbitrarily. The nmcli interface for creating master-slave relationships has been significantly improved by the use of 'master' argument to all link types. * RFC7217 stable privacy addressing is now used by default to protect from address-based host tracking. The IPv6 addressing mode is configured with IPV6_ADDR_GEN_MODE key in ifcfg files. * Improved route management code to avoid clases between conflicting routes in multiple connections. * Refactored platform code resulting in more robust interface to platform, less overhead and reduced memory footprint. * Improved interoperability with other network management tools. The externally created software devices are not managed until they're activated. * The Device instances now exist for all software connections and the platform devices are now only created when the device is activated. This makes it possible for connections with device of same name not to clash unless they're activated concurrently. The links are now not unnecessarily present unless the connection is active, avoiding pollution of the link name space. * NetworkManager now correctly manages connectivity in namespace-based containers such as LXC and Docker. * Support for configuring ethernet Wake-On-Lan has been added. * Added LLDP listener functionality and related CLI client commands. Enabled via LLDP option in ifcfg files. * CLI secret agent has been extended with support for VPN secrets. * The command line client now utilizes colors for its output. * The command line client now sorts the devices and properties for better clarity. * Numerous impovement to Bash command completion for nmcli. * NetworkManager relies on less external libraries. The use of dbus-glib has been replaced with gio's native D-Bus support and libnl-route is no longer used. * Dependency on avahi-autoipd has been dropped. Native IPv4 link-local addressing configuration based on systemd network library is now used instead. * Hostname is now managed via systemd-hostnamed on systemd-based systems. * Management of resolv.conf management can be changed at runtime, private resolv.conf is always written in /run. * DNS options in resolv.conf are now honored. * Updated version of systemd network library used for internal DHCP and IPv4 link-local support. * Support for event logging via audit subsystem has been added. * Support for native logging via systemd-journald has been added taking advantage of its structured logging. * Live reconfiguration in IP configuration after changing the settings without reactivation of the device with "nmcli device reapply" command and via D-Bus API. * The API for VPN plugins now supports multiple simultaneous connections. Most popular VPN plugins have been updated to support this functionality. * The libnm library now provides API to access VPN service definitions. * Fair amount of bugs was fixed and robustness was generally improved. * New DHCP_FQDN key in ifcfg files to configure the full FQDN to be sent to the DHCP servers. * Added multicast_snooping option to BRIDGING_OPTS ifcfg key. The following features were backported to 1.0.x releases from 1.0.0 to 1.0.8 are also present in NetworkManager-1.2: * Added support for handling VPN secrets to nmtui and nmcli agent. ======================================== cantarell-fonts ======================================== 0.0.21 - bold: latin and cyrillic respace - bold: adapt f ligatures for the new i - redular: adjust spacing of Thorn, ß, ẞ - bold: improvements form Cambay - bold: match width of numerals to regular - numerals - improved spacing 0.0.20.1 - fix composited glyph issues - fix parallel build issue 0.0.20 - Cyrillic improvements - x-height hinting tweaks - sync bold to regular - OE and oe ligatures - ratio respaced - capital sharp s for German 0.0.19 - generate oblique version - more diacritics work; full Latin 4 coverage - tabular figures - fold over work done on Cambay (Pooja Saxena) ======================================== clutter ======================================== Clutter 1.25.4 2016-01-21 =============================================================================== • List of changes since Clutter 1.25.2 - Add more scrolling information inside ClutterScrollEvent This allows to receive the type of device that generate the scroll event, as well as the notification that a scroll motion finished; we can use this information to implement kinetic scrolling. Currently, only libinput provides us with these fields. - Translation updates Spanish, Lithuanian, Czech, German, Hebrew, Brazilian Portuguese • List of bugs fixed since Clutter 1.25.2 #757026 - Add scroll source / axis stop information to scroll events Many thanks to: Aurimas Černius, Carlos Garnacho, Daniel Mustieles, Marek Černocký, Mario Blättermann, Rafael Fontenelle, Yosef Or Boczko ======================================== eog ======================================== Version 3.19.4 -------------- * Small application menu improvements (Felix Riemann) New and updated translations: - Marek Černocký [cs] - Mario Blättermann [de] - Tom Tryfonidis [el] - Daniel Mustieles [es] - Jiri Grönroos [fi] - Yosef Or Boczko [he] - Jiro Matsuzawa [ja] - Aurimas Černius [lt] - Kjartan Maraas [nb] - Gustavo Marques [pt_BR] - Dušan Kazik [sk] ======================================== evolution-data-server ======================================== Evolution-Data-Server 3.19.4 2016-01-18 --------------------------------------- Bug Fixes: Bug 759214 - Make CamelFilterDriver introspection friendly (Corentin Noël) Bug 759458 - Enable GIR generation for the Camel library (Corentin Noël) Bug 759714 - Fix annotations of EDataServer and Camel (Corentin Noël) Miscellaneous: [IMAPx] Enhance IDLE run management on folders (Milan Crha) Translations: Gianvito Cavasoli (it) Mario Blättermann (de) Aurimas Černius (lt) Kjartan Maraas (nb) ======================================== gcr ======================================== gcr 3.19.4: - Build fixes [#756235 #755873] - Updated translations ======================================== gjs ======================================== Version 1.45.3 -------------- - Support external construction of gjs-defined GObjects [Florian Müllner, #681254] - Add new format.printf() API [Colin Walters, #689664] - Add new API to get the name of a repository [Jasper St. Pierre, #685413] - Add C to JS support for arrays of flat structures [Giovanni Campagna, #704842] - Add API to specify CSS node name [Florian Müllner, #758349] - Return value of default signal handler for "on_signal_name" methods [Philip Chimento, #729288] - Fix multiple emissions of onOverwrite in Tweener [Tommi Komulainen, #597927] - Misc bug fixes [Philip Chimento, #727370] [Owen Taylor, #623330] [Juan RP, #667908] [Ben Iofel, #757763] ======================================== glib ======================================== Overview of changes in GLib 2.47.5 ================================== * the system copy of PCRE is now used by default to implement GRegex. Configure with --with-pcre=internal if a system PCRE version is unavailable or undesired. * interfaces for DTLS support have been added. A new version of glib-networking will also be required. * GDBusMethodInvocation now drops replies if the sender set the NO_REPLY_EXPECTED flag * several GApplication fixes, including fixes for commandline arguments in interpreted languages on Windows Bugs fixed: 624186 Deprecate glib-gettext macros 734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run()) 735754 Implement close on TLS GOutputStream 748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors 752240 Add DTLS support to GIO 755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus 756875 Include ntdef.h for NTSTATUS 759554 g_application_run() calls g_main_context_default() repeatidly 760199 gsettings: Install gettext ITS rules 760215 G_LIKELY/_UNLIKELY macros need more parentheses 760683 regex test: Check the expected PCRE exceptions at runtime Translations updated: Brazilian Portuguese Czech German Lithuanian Swedish ======================================== glibmm ======================================== 2.47.4: Glib:: * ustring: Don't allow comparison to 0. (Kjell Ahlstedt) Bug #572978 (Armin Burgmeier) Gio: * ActionMap: Fix the ref count in lookup_action_vfunc(). (Kjell Ahlstedt) Bug #758813 (Aurimas Černius) Build: * Dispatcher: #include in Windows builds. (T Sailor) Bug #758894 * Gio::Application: Destructor: Use noexcept in the implementation too. (Murray Cumming) Bug #758798 (Émeric MASCHINO) * Fix the build with --disable-deprecated-api. (Kjell Ahlstedt) ======================================== gnome-bluetooth ======================================== ver 3.18.2: - Added API to export adapter status - Translation updates ======================================== gnome-calculator ======================================== Overview of changes in gnome-calculator 3.19.4 * New: Migrate MathConverter, MathWindow, HistoryView and HistoryEntry to GtkBuilder template (Alberto Ruiz) * Fix: Remove unused -D defines from Makefile.am and configure.vapi for both src/ and lib/ (Alberto Ruiz) * Fix: Check if base exponent are complex for xpowy() method (Gerlof Fokkema) * Fix: Prevent infinte loop on some operations with imaginary numbers, bug #757657 (Kyle Green) * Fix: e^(-0.5) returned the wrong value, bug #756960 (Felix Pelletier) * Fix: Missing mnemonic bond in Gross Profit Margin dialog (Martin Simon) * Fix: Use load_from_resource in the Gtk.CssProvider instead of opening the file manually (Alberto Ruiz) * Fix: Use builddir for gresource.xml to satisfy Vala/autotools behaviour, bug #760679 (Michael Catanzaro) * Fix: Rename gnome-calculator.doap name tag to GNOME Calculator instead of gnome-calculator (Alberto Ruiz) * Fix: Use AM_DISTCHECK_CONFIGURE_FLAGS (Michael Catanzaro) * Fix: MathDisplay grabs focus after being shown, bug #748743 (Elita.A.A.Lobo) * Fix: math-equation: "No history" message should disappear when appropriate, bug #759943 (Michael Catanzaro) * Update : Translation (Translation team) ======================================== gnome-control-center ======================================== ============== Version 3.19.5 ============== - Added plenty of missing widget mnemonics for better UI keyboard navigation - Updated translations Bluetooth: - Avoid broken state when enabling Bluetooth - Don't change the switch status when transitioning - Bump required gnome-bluetooth version to 3.18.2 Network: - Elipsize device metadata fields Region & Language: - Ensure that system and user formats are consistent Sharing: - Ensure Tracker rygel plugin is disabled Wacom: - Avoid crashing when opening the panel on wayland sessions ======================================== gnome-keyring ======================================== Changes in version 3.19.4 are: * Fix up startup and initialization [#756324] * Fix DBus "Type" property of org.freedesktop.Secret.Item [#759399] * Build fixes [#753698] * Updated translations ======================================== gnome-online-accounts ======================================== Overview of changes in 3.19.4 ============================= * Bugs fixed: 758475 Examples fail if backend is disabled 759571 build: Add Vala bindings 759828 google: Do not support chat when telepathy is disabled 760189 Don't require Telepathy when built with --disable-telepathy * Updated translations: Aragonese German Portuguese (Brazilian) Russian Vietnamese ======================================== gnome-session ======================================== ============== Version 3.19.4 ============== * Give every app its own journal id * Rework startup files as part of the wayland effort * fix command line help output * Translation updates ======================================== gnome-settings-daemon ======================================== ============== Version 3.19.5 ============== - Remove "hotplug-command" helper - Updated translations Media keys: - Add support for Killswitch media keys - Add labels for the rfkill OSD Mouse: - Remove support for non-libinput mouse configurations Power: - Don't try to automatically set brightness on inactive sessions Rfkill: - Fix a problem when the system has a platform rfkill device for Bluetooth and the Bluetooth adapter's rfkill support somehow got blocked Sharing: - Port to the new libnm NetworkManager library - required NM version bumped to 1.0 ======================================== gnome-system-monitor ======================================== New in 3.19.4 - 18 January 2016 * added/updated translations lt, courtesy of Aurimas Černius th, courtesy of Akom Chotiphantawanon ======================================== gom ======================================== 0.3.2 ----- - Add missing annotation for repository object - Support ordering queries - Add support for creating new tables in a version - Fix memory leak in GomResource - Bindings: - Add missing annotation for repository object - Add a working Python example - Make ResourceGroup a sequence in Python bindings ======================================== gssdp ======================================== 0.14.13 ======= - Make "host-ip" of GSSDPClient a construction property to give the caller the chance to bypass the IP autodetection during client creation. All contributors to this release: - Jens Georg ======================================== gtk+ ======================================== Overview of Changes in GTK+ 3.19.7 ================================== * GtkNotebook: - Has been converted to use gadgets - Style properties have been deprecated * GtkTextView: - Offers (some) control over cursor blinking * CSS changes: - Fix rendering of asymmetric borders - Add CSS names to more widgets - Support recoloring icons with -gtk-recolor * Themes: - Many Adwaita fixes * GTK+ widget drawing scalability has been improved (for containers with many children, like large list boxes or flow boxes). * Drag-and-Drop has been rearchitected to move the input handling into GDK, where different backends can handle it according to their needs and capabilities. The new, 'managed' DND is currently implemented for X11 and Wayland. * Wayland: - Support kinetic scrolling, using the new events in version 5 of the wl_pointer interface - Suppport DND actions and drag cancellation that were added in version 3 of the wl_data_offer interface * Bugs fixed: 722727 Widget state CSS pseudoclasses should work with adjacent selectors 722937 problem rendering asymmetric borders with dotted style 748327 W32: GDK can be hypothetically stuck in time 756729 No kinetic scrolling on Wayland 757503 Selected text is white on white (invisible) - Evo / GTK+ 3.19.1 759785 GdkSeat: Suspected errors in documentation 759898 W32: There's a gap between tooltip window and its shadow 760350 Cast the return value of g_array_free to void* before casting to... 760388 MS lib files cannot be generated (with patch) 760416 broadwayd --help shows translated characters as question marks o... 760427 Adwaita: Separators in popovers shouldn't always have margins 760445 regression: openQA no longer able to press ctrl-alt-del to get t... 760509 GdkWindow positions/sizes include css margins 760524 linked comboboxes change size when clicked 760525 Labels in dialog buttons misaligned 760528 GtkFrame child should start below the label widget 760536 ship a mini icon theme for recolarable symbolic icon assets 760572 Inspector highlights "random" widgets 760596 epiphany middle click on link opens an invisible tab 760615 GTK FTBFS with MinGW-w64 760640 Crash in gtk_notebook_set_show_tabs when closing Epiphany 760663 Some labels on RTL in some menus dosn't shown 760668 box gadget: Implement cross-axis alignment 760680 Emitting "shutdown" signal twice leads to a crash 760748 GtkTextView should allow hooks for reseting blink time 760754 gedit crashes detaching a tab 756729 No kinetic scrolling on Wayland 760370 GDK-ify drag and drop * Translation updates: Brazilian Portuguese Finnish Japanese Slovak Overview of Changes in GTK+ 3.19.6 ================================== * CSS changes: - CSS margins, border and padding are more consistently supported - More widgets support min-width and min-height - More style properties have been superseded by CSS properties - Pseudo state names have been aligned with what CSS uses: :disabled instead of :insensitive, :indeterminate instead of :inconsistent and :drop(active) instead of :dnd. The old names still work - GTK+ specific CSS properties have been prefixed with -gtk-. The old names still work - The CSS syntax for Radial gradients is now supported - CSS documentation has been rewritten and expanded * Themes: - GTK+ now includes a HighContrastInverse theme which is a dark variant of the HighContrast theme * Inspector: - The inspector can now highlight widgets that are causing resizes, which can be helpful in tracking down allocation loops * Wayland: - Prefer subsurfaces for temporary windows when possible, to fix placement issues - Improve handling of dialogs without transient parent - Force a grab cursor while a popup is shown * Bugs fixed: 728344 Collate setting in Print Dialog does not override PPD setting... 753520 Gtk potentially misses nullable in 166 functions 756618 GtkWindow CSD: gtk_window_resize() also includes client side ... 757147 gdk_pixbuf_get_from_window() doesn't honor device scale 757411 Reference GtkIconSize in argument/return documentation 759161 wayland: dialog stacking without parents (RFC) 759299 wayland: possible infinite loop in gdkwindow-wayland 759541 shortcuts: Make sure that hidden shortcuts stay hidden 759567 Treeview column header buttons are jumpy 759586 Add a way to highlight resizing widgets 759607 gtkdnd-quartz: fix gtk_drag_begin_internal 759664 Buttonbox broken in chess promotion dialog 759668 Drawing failures with GTK+ master 759670 GtkPaned doesn't react to mouse dragging in some cases 759705 Sidebar broken in GNOME Disks 759738 wayland: use a subsurface for GDK_WINDOW_TEMP if attached to ... 759764 gtkinspector crashes app when selecting 'cancel' on initial p... 759768 gtkinspector crashes app on termination, when selecting 'canc... 759771 GdkSeat: Missing G_BEGIN_DECLS and G_END_DECLS 759857 Signal name should not be translated 759905 Popover: Invisible to events when we set transparent backgrounds 759917 GtkStatusIcon: avoid criticals 760018 Separator Tool Items with draw=false still get drawn 760082 GtkBinding: Use correct CSS key in examples 760097 GtkShortcutsWindow: Gestures not shown correctly in search re... 760141 New gdk_cursor_new_from_name() fallback breaks behavior expec... 760148 Duplication of word in document 760169 GtkColorButton sensitive and insensitive appearances are bare... 760188 GDK's X11 backend leaks SyncCounters 760202 gtkbuilder: Install gettext ITS files 760213 wayland: gdk_seat_grab() set cursor not resilient 760238 Improve function documentation for gtk_css_provider_load_from... 760314 gtkimcontextime.c: Silence gtk_style_context_set_state() warn... * Translation updates: Brazilian Portuguese Czech German Hebrew Indonesian Norwegian bokmål Portuguese Slovak Spanish ======================================== gtkmm ======================================== 3.19.6: Gtk: * TextIter: Add starts_tag(), deprecate begins_tag(). (Kjell Ahlstedt) * TreeView: Fix a crash in get_tooltip_context_path() (Kjell Ahlstedt) Bug #760030. Gdk: * Add Gdk::Seat (Kjell Ahlstedt) Bug #759806. * Device: - Add get_seat(). - Deprecate grab() and ungrab(). DeviceManager, Display: Add and deprecate (Kjell Ahlstedt) Bug #759806. * DeviceManager: Deprecate list_devices() and get_client_pointer(). (Kjell Ahlstedt) Bug #759806. * Display: - Deprecate get_device_manager(). - Add list_seats(), get_default_seat(), signal_seat_added() and signal_seat_removed(). (Kjell Ahlstedt) Bug #759806. Build: * C++11: Use the override keyword, instead of virtual, for suitable destructors. (Murray Cumming) 3.19.5: Gtk: * Button: Deprecate get/set_focus_on_click() and property. (Kjell Ahlstedt) * ComboBox: Deprecate get/set_focus_on_click() and property. (Kjell Ahlstedt) * FileChooserButotn: Deprecate set/get_focus_on_click() and property. (Kjell Ahlstedt) * Widget: Add set/get/property_focus_on_click(), set/unset/get_font_options(), set/get_font_map(), queue_allocate(), get_allocated_size(). (Kjell Ahlstedt) * Window: Deprecate resize_to_geometry(). (Kjell Ahlstedt) Gdk: * Screen::get_font_options(): Really take a copy. (Kjell Ahlstedt) Build: * Remove #ifdefs with obsolete GLIBMM_*_ENABLED constants (Kjell Ahlstedt) * Demos, tests: Use nullptr instead of 0. (Kjell Ahlstedt) * Gtk: Use nullptr instead of 0 (Kjell Ahlstedt) * Gdk: Use nullptr instead of 0 (Kjell Ahlstedt) * Menushell, Widget: Use noexcept on the destructor implementation. To match the generated declaration. (Emeric Maschino) Bug #759263, Bug #759262 ======================================== gtksourceview ======================================== News in 3.18.4 -------------- * CSS fixes to track GTK+ changes * Fix completion popup on Wayland * MSVC build projects * Misc bug fixes * Translation updates ======================================== gupnp ======================================== 0.20.15 ======= - Remove gnome-common - Fix issue with gupnp_service_signals_autoconnect() blocking endlessly. - Fix return type for BIN_HEX. - Update some m4 macros. - Fix typos in API docs. NetworkManager context manager: - Fix use-after-free issue. - Fix various static code analysis findings. Netlink context manager: - Use proper macros for RTM_*ADDRESS messages. - Use device name from netlink. - Add possibility to dump received netlink packets for debugging. - Fix issues with losing contexts after DHCP renew happens. - Some style fixes. Added/updated dependencies: - GSSDP >= 0.14.13 Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=736365 - https://bugzilla.gnome.org/show_bug.cgi?id=741257 - https://bugzilla.gnome.org/show_bug.cgi?id=750936 - https://bugzilla.gnome.org/show_bug.cgi?id=752490 - https://bugzilla.gnome.org/show_bug.cgi?id=759000 All contributors to this release: - Jens Georg - Debarshi Ray - Olivier Crête - Guillaume Marquebielle - Bastien Nocera ======================================== gvfs ======================================== Major changes in 1.27.4 ======================= * dns-sd: Add support for nfs shares * Do not print anything from daemons unless debug mode is enabled * Several other logging improvements * Translation updates ======================================== libgtop ======================================== 18 January 2016: Overview of changes in 2.33.4 * On OpenBSD only PID 1 is special * Call setlocale in main ======================================== librsvg ======================================== Version 2.40.13 - Chun-wei Fan and Paolo Borelli fixed the Windows build. - Menner added basic support for the "baseline-shift" attribute in text objects. We support "sub", "super", and plain "baseline", so you can at least have subscripts and superscripts for formulas and such. There is no support for percentages or explicit lengths yet. bgo#340047. - Menner fixed some duplicate logic when rendering paths, which would try to decide whether to create intermediate surfaces. Now we have a single place where this is done. This fixes inconsistent text spacing in some situations. bgo#749415. - Rewrote the markers engine, for bgo#685906 and bgo#760180 - Our machinery for rendering SVG markers (like arrowheads and such) didn't handle several cases correctly. Curves with coincident control points produced incorrect orientations for the markers, as did multiple contiguous zero-length segments. We follow the spec for this now and handle things correctly. Also, markers didn't render in the correct position if they had the viewBox attribute set. ======================================== libsecret ======================================== 0.18.4 * Multithreading fixes [#756766] * Fix memory leaks [#756766] * Updated translations ======================================== network-manager-applet ======================================== ====================================================== network-manager-applet-1.2 Overview of changes since network-manager-applet-1.0.0 ====================================================== ======================================== tracker ======================================== NEW in 1.7.2 - 2016-01-17 ========================= * Many leak fixes. * libtracker-data: Reverted code to clean up stale Resources, can't just be done yet. * tracker tool: Removed tracker-compatibility CLI wrapper for older commands. * libtracker-common: Fix possible warnings on libicu unaccent code * ontology: Set domain index on nie:contentCreated for nmo:Message * libtracker-miner: Add ::remove-file signal vfunc * libtracker-common: Return total available space if running as admin. Translations: lt