diff --git a/README.asciidoc b/README.asciidoc index b68382d34..0ae0a3791 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -71,7 +71,7 @@ The following software and libraries are required to run qutebrowser: * http://qt-project.org/[Qt] 5.2.0 or newer (5.3.2 recommended) * QtWebKit * http://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.2.0 or newer -(5.3.1 recommended) for Python 3 +(5.3.2 recommended) for Python 3 * https://pypi.python.org/pypi/setuptools/[pkg_resources/setuptools] * http://fdik.org/pyPEG/[pyPEG2] * http://jinja.pocoo.org/[jinja2] diff --git a/doc/TODO b/doc/TODO index 7491a92b4..25641f930 100644 --- a/doc/TODO +++ b/doc/TODO @@ -56,8 +56,6 @@ Downloads Improvements / minor features ============================= -- Update for Qt 5.3.2 (remove fixed workarounds, test if ANGLE issue is fixed, - test if letter spacing is fixed) - Don't use colorama in scripts - Stop using cwd in scripts (use something with os.path.pardir and __file__) - Command/page to show all keybindings?