diff --git a/INSTALL.txt b/INSTALL.txt index 5737b26be..0d9d92726 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -9,7 +9,7 @@ Before installing Picard, you need to have these libraries: * Python 2.5 or newer (Picard will not work with Python 3) http://python.org - * PyQt 4.1 with Qt 4.2 or newer + * PyQt 4.5 or newer http://www.riverbankcomputing.co.uk/software/pyqt/intro http://www.trolltech.com/products/qt/ diff --git a/NEWS.txt b/NEWS.txt index 9ec19c678..57092f871 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,8 @@ +Version 0.14 - IN DEVELOPMENT + * Fixed a problem with network operations hanging after a network error + (#5794, #5884) + * ID3v2.3 with UTF-16 is now the default ID3 version + Version 0.13 - 2011-03-06 * Changed Picard icon license to CC by-sa * Small UI consistency changes