The following modules have a new version:
- devhelp (3.22.0 => 3.23.91)
- evolution (3.23.90 => 3.23.91)
- gnome-builder (3.22.4 => 3.23.91)
- gnome-mines (3.23.2 => 3.23.91)
- gnome-music (3.23.90 => 3.23.91)
- gnome-nibbles (3.23.2 => 3.23.91)
- rygel (0.33.1 => 0.33.90)
The following modules weren't upgraded in this release:
accerciser, aisleriot, dconf-editor, empathy, five-or-more, four-in-a-row,
ghex, gitg, glade, gnome-chess, gnome-devel-docs, gnome-dictionary,
gnome-klotski, gnome-mahjongg, gnome-multi-writer, gnome-nettool,
gnome-robots, gnome-sound-recorder, gnome-sudoku, gnome-taquin,
gnome-tetravex, gnome-todo, gnome-tweak-tool, hitori, iagno, lightsoff,
nautilus-sendto, nemiver, polari, quadrapassel, seahorse, swell-foop, tali
========================================
devhelp
========================================
===============
Version 3.23.91
===============
Fixed bugs:
- #763518, Add sidebar toggler to the menu
- #770785, Add GTK-Doc API reference and GObject Introspection support
- #771503, fix warning in finalize of sidebar
- #773900, Small build system update
- #774069, unable to build devhelp by jhbuild
- #775261, Make DhLanguage a GObject subclass
Updated translations: cs, de, es, eu, fi, fur, hr, hu, it, kk, nb, pl,
pt_BR, sk, sl, sr@latin, sr, sv
Many thanks to all contributors: Balázs Meskó, Мирослав
Николић, Corentin Noël, Mario Blättermann, Milo Casagrande, Kjartan
Maraas, Enrico Nicoletto, Balázs Úr, Piotr Drąg, Marek Černocký,
Christian Hergert, Fabio Tomat, Sébastien Wilmet, gogo, Matej Urbančič,
Michael Catanzaro, Fábio Nogueira, Anders Jonsson, Rafael Fontenelle,
Miguel Vaello Martínez, Inaki Larranaga Murgoitio, Daniel Mustieles,
Baurzhan Muftakhidinov, Jiri Grönroos, Dušan Kazik
========================================
evolution
========================================
Evolution 3.23.91 2017-02-27
----------------------------
Bug Fixes:
Bug 778642 - Editing a message causes part of it to be lost (Tomas Popela)
Bug 779042 - Check whether meeting invitation is obsolete (Milan Crha)
Miscellaneous:
[EWeekdayChooser] Selected days drawn with incorrect color (Milan Crha)
Translations:
Daniel Mustieles (es)
Mandy Wang (zh_CN)
Jiri Grönroos (fi)
Ask Hjorth Larsen (da)
Flo H (de)
Baurzhan Muftakhidinov (kk)
Chao-Hsiung Liao (zh_TW)
Rafael Fontenelle (pt_BR)
Fabio Tomat (fur)
Piotr Drąg (pl)
========================================
gnome-builder
========================================
===============
Version 3.23.91
===============
One step closer to 3.24!
We've fixed a bunch of bugs you found for us in 3.23.90. Some of those
include the following:
• Lots of transfer engine improvements
• Omnibar styling changes
• Support for flatpak has stabilized a great deal
• New keyboard tooltips for various headerbar items
• Search within the terminal using ctrl+shift+f
• PTY fd ownership fixes for RustUp
• File search now ignores white-space
• libidemm and glibmm/gtkmm dependencies were dropped as nobody was using
them and it will slow our migration to meson.
• Various Jsonrpc improvements for language server communication.
• A new valgrind plugin for leak tracking when testing your application.
• Meson improvements when running under flatpak.
• You can now start a new terminal inside the build runtime using
ctrl+alt+shift+t.
• Some new documentation is in the works, and available online at
https://builder.readthedocs.io. We would love your contributions here.
• The Open Project dialog now defaults to allowing you to select any
project type with the default file filter.
• More source beautifiers, including one for makefiles.
• A workaround for a GObject type system deadlock as been added. This
works around an issue where the type system would race initializing
the GZlibDecompressor type from multiple threads.
• Build pipeline subprocess launchers now inherit the environment
configured from the build configuration.
• Makecache can now handle out-of-order responses from make for lists
of target binaries. This should improve Builder's ability to run
your project successfully.
• The Flatpak plugin no longer tries to build your project from
/run/build/$project due to breaking mtime and general difficulty
in keeping things consistent between subprocess executions.
This has the side-effect of reducing the predictability of source
location in debug symbols. But as flatpak-builder should be used for
release builds, this seems fine.
• Various workbench UI improvements.
• Builder's Sysprof-based profiler can now profile applications launched
inside of mount-namespaces, such as Flatpak.
• Builder downloaded via Flatpak includes fixes for communicating with
GNOME Code Assistance from a host installation.
• Various memory leak fixes.
• Flatpak-based configurations have improved their non-destructive
write-back to disk upon changes.
• Autogen-based projects have simplified init scripts.
Updated translations
Brazilian Portuguese, Polish, Spanish, German, Kazakh, and Hungarian.
===============
Version 3.23.90
===============
We've been hard at work this cycle turning Builder upside down and replacing
the build engine. We now have a new build pipeline that allows for much more
flexibility for build systems and runtimes. There is certainly a bit of fallout
from this, but with your help testing, we can have these bugs shook out by
final release.
• A new IdeBuildPipeline which allows various plugins to hook stages
into the pipeline at given phases. This provides much more flexability
for plugins.
• Significant improvements to XML plugin including a symbol resolver.
• The symbol tree has a new style which makes it easier to browse.
• Support for semantic spellchecking, including comments and strings.
• Meson support has been improved and now supports building within
flatpak runtimes.
• A new beautifier plugin to cleanup source using external commands such
as clang-format, indent, or xml-lint.
• The build panel now has support for colored output from programs such
as GCC.
• Configurations are now abstracted through ConfigurationProviders so that
plugins may provide configurations. This means that flatpak json manifests
are now implemented as configurations.
• The build-tools plugin has been moved to libide and should be removed
from existing installations.
• Support for building with CMake and Ninja build system.
• Autotools, meson, cmake, ninja, cargo, flatpak, jhbuild plugins have been
rewritten to support the build pipeline.
• The terminal plugin now supports hyperlinks.
• Flatpak runtimes will be automatically downloaded using the new transfers
manager if it is missing and a build is required.
• A race condition in accessing CFLAGS for the project as configured has
been fixed due to the build pipeline.
• Plugins can register files that should be ignored in the project tree.
• Ctags now uses a custom TMPDIR for when ctags needs to create large files
for use with sort. This is necessary as /tmp is typically not persistent
storage and the files can get quite large for some projects like WebKit.
• Vim emulation improvements.
I'd like to let people know that we intend to move Builder to the meson build
system for 3.26. So that will give you 6 months to update your distributions
build infrastructure to support meson for GNOME applications.
Updated translations
Simplified Chinese, Swedish, Brazilian Portuguese, Polish, Czech, Finnish,
Spanish, German, Kazakh, Hungarian, and Lithuanian.
========================================
gnome-mines
========================================
GNOME Mines 3.23.91
=====================
* Updated translations
========================================
gnome-music
========================================
Overview of changes in 3.23.91
==============================
* Code cleanups
Bugs fixed:
774470 Use song instead of track in the source codebase
774449 Cleanup baseview.py
Thanks to our contributors this release:
Marinus Schraal
Rashi Sah
Suyash Garg
Translations updated:
Finnish
Kazakh
Danish
Norwegian bokmål
Slovak
Polish
Basque
Indonesian
Italian
Hungarian
Catalan
Friulian
Ukrainian
German
Brazilian Portuguese
Serbian
Spanish
========================================
gnome-nibbles
========================================
3.23.91 - February 28, 2016
===========================
* Updated translations
========================================
rygel
========================================
0.33.90
=======
Server:
- Add hack for XBMC on original XBox hardware
Settings UI:
- Fix compilation with Vala master
MediaExport:
- Improve start-up speed by not re-querying mime types every time
Bugs fixed in this release:
-
https://bugzilla.gnome.org/show_bug.cgi?id=777703
-
https://bugzilla.gnome.org/show_bug.cgi?id=778778
All contributors to this release:
- Мирослав Николић <
[email protected]>
- Samuel CUELLA <
[email protected]>
- Matteo Settenvini <
[email protected]>
- Kjartan Maraas <
[email protected]>
- Jens Georg <
[email protected]>
- Inaki Larranaga Murgoitio <
[email protected]>
- Fran Dieguez <
[email protected]>
- Claude Paroz <
[email protected]>
- Chao-Hsiung Liao <
[email protected]>
- Baurzhan Muftakhidinov <
[email protected]>
- Ask Hjorth Larsen <
[email protected]>
Added/updated translations
- da, courtesy of Ask Hjorth Larsen
- eu, courtesy of Iñaki Larrañaga Murgoitio
- fr, courtesy of Claude Paroz
- gl, courtesy of Fran Dieguez
- kk, courtesy of Baurzhan Muftakhidinov
- nb, courtesy of Kjartan Maraas
- sr, courtesy of Мирослав Николић
- sr@latin, courtesy of Miroslav Nikolić
- zh_TW, courtesy of Chao-Hsiung Liao