From 2fe6c68c19847fdb311367faf8add480f2f0aed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sat, 9 Apr 2011 12:38:49 +0200 Subject: [PATCH] Update INSTALL.txt to say that we need Qt 4.5 --- INSTALL.txt | 2 +- NEWS.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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