From b99613ededffff90d8c0f838ae02ebc9f8e3088a Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Mon, 12 Oct 2009 20:29:13 +0200 Subject: [PATCH] get ready for 0.7 --- CHANGES | 2 +- TODO | 4 ++-- src/Constants.h | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index dd5c130..daaebb1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -0.7 +0.7 - October 12, 2009 - Fixed "embedding disabled by request" message. All videos now play. - Slighly faster playlist painting - Fixed overflowing text in the playlist diff --git a/TODO b/TODO index 03cc650..e144a06 100644 --- a/TODO +++ b/TODO @@ -49,5 +49,5 @@ - Mac: Phonon freezes the GUI when loading a video - Phonon::MediaSource does not work with QIODevices - Cannot seek beyond the buffered part of the video -- Linux: Seek does not work at all -- Phonon does not report the buffering percent correctly +- Linux: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927 +- Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336 diff --git a/src/Constants.h b/src/Constants.h index 322f148..01ebaf0 100755 --- a/src/Constants.h +++ b/src/Constants.h @@ -1,8 +1,10 @@ #ifndef CONSTANTS_H #define CONSTANTS_H +#include + namespace Constants { - static const char *VERSION = "0.6.1"; + static const char *VERSION = "0.7"; static const char *APP_NAME = "Minitube"; static const char *ORG_NAME = "Flavio Tordini"; static const char *ORG_DOMAIN = "flavio.tordini.org"; -- 2.39.5