Skip to content

Commit

Permalink
Rhythmbox 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Matthew committed Oct 8, 2017
1 parent 847d016 commit 4d20426
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 2 deletions.
66 changes: 66 additions & 0 deletions NEWS
@@ -1,3 +1,69 @@
Overview of changes in Rhythmbox 3.4.2
======================================

* Bug fix release for 3.4
* Visualization plugin removed
* Responsiveness improvements during media player sync
* Better network buffering when crossfading is enabled

Bugs fixed:

697567 Critical Assertion Errors
701608 accept --version command-line option
770358 IM status plugin: Remove Gossip support
770462 Rhythmbox should not display "Examining files 0 of 0"
770486 grilo plugin leaves empty directories in /tmp
770920 rhythmbox crashed with SIGSEGV during import
770983 Expand playing icon column in entry view
771335 Use generic signal marshallers
771337 Ensure same size progress bar in task list
771405 Update README
771884 Rhythmbox should confirm before overwriting playlists.
772997 Search not cleared on clicking "View All"
773404 Client: Disconnect doesn't reset browser selection
773466 Server: Do not transmit unplayable rhythmdb entries to the DMAP client
773695 Import hangs for special file ( socket )
773729 Playqueue UI improvements
773858 Link podcast feed / episode plugin menus
774336 Properties with long text is not ellipsized in property view.
775294 GTK_IS_WIDGET (widget) assertion failures when selecting "Radio France" source
775447 Grilo plugin needs quality column
776292 Memory leak in error handling of utimes on podcast-timestamp
781184 Send tracks: update plugin description
783016 iradio plugin should include WUVT-FM
784957 build failure with gcc 7.1.1
785304 open settings crashes the app
785805 Keyboard navigation with tab is broken by search entry widget
787785 DLNA audio playback stops after 30 sec, can get back briefly with seeking

Translation updates:

- ca, courtesy of Jordi Mas
- cs, courtesy of Marek Černocký
- de, courtesy of Mario Blättermann
- es, courtesy of Daniel Mustieles
- fi, courtesy of Jiri Grönroos
- gl, courtesy of marcos
- hr, courtesy of gogo
- hu, courtesy of Meskó Balázs
- id, courtesy of Kukuh Syafaat
- it, courtesy of Milo Casagrande
- lt, courtesy of Aurimas Černius
- nb, courtesy of Kjartan Maraas
- pl, courtesy of Piotr Drąg
- pt_BR, courtesy of Isaac Ferreira Filho
- pt, courtesy of Tiago Santos
- ro, courtesy of Daniel Șerbănescu
- sk, courtesy of Dušan Kazik
- sr, courtesy of Милош Поповић
- sr@latin, courtesy of Miloš Popović
- sv, courtesy of Anders Jonsson
- vi, courtesy of Trần Ngọc Quân
- zh_CN, courtesy of 甘露(Lu Gan)
- zh_TW, courtesy of Cheng-Chia Tseng



Overview of changes in Rhythmbox 3.4.1
======================================

Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
General Information
===================

This is Rhythmbox version 3.4.1. Rhythmbox is your one-stop multimedia
This is Rhythmbox version 3.4.2. Rhythmbox is your one-stop multimedia
application, supporting a music library, multiple playlists,
internet radio, and more.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.63.2)

AC_INIT([rhythmbox],
[3.4.1],
[3.4.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=rhythmbox])
AC_CONFIG_SRCDIR(rhythmbox.pc.in)
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 4d20426

Please sign in to comment.