[ontv] Prepare for release of 3.2.0
- From: Olof Kindgren <olki src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ontv] Prepare for release of 3.2.0
- Date: Mon, 16 Aug 2010 20:47:36 +0000 (UTC)
commit b102f589e405d7e2d779fd20cfec9923fe6c987e
Author: Olof Kindgren <olki src gnome org>
Date: Mon Aug 16 22:46:53 2010 +0200
Prepare for release of 3.2.0
NEWS | 24 ++++++++++++++++++++++++
README | 5 +++--
TODO | 4 +---
configure.ac | 4 ++--
4 files changed, 30 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 40538b2..2c3cd0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+OnTV 3.2.0:
+===========
+* Updated translations
+ cz (Marek Ä?ernocký)
+ de (Mario Blättermann)
+ es (Jorge González)
+ fr (Claude Paroz)
+ gl (Fran Diéguez)
+ hu (Gabor Kelemen)
+ pl (Piotr DrÄ?g)
+ pt (António Lima)
+ pt_BR (Flamarion Jorge)
+ sl (Andrej ŽnidarÅ¡iÄ?, Matej UrbanÄ?iÄ?)
+ sv (Daniel Nylander)
+* Don't hardcode python version to 2.5
+* Frontend and backend is separated
+ A frontend to run OnTV as a stand alone program in the notification area in
+ addition to being run as a gnome panel applet
+* Updated copyright notices
+* New executable called ontv-dbus to control OnTV via DBus
+* Make OnTV pass make distcheck
+* Add .desktop file for the status icon frontend
+* Fix notifications
+
OnTV 3.1.0:
===========
* Updated translations (ar, cs, de, el, fi, hu, nb, oc, pt, pt_BR, sl,
diff --git a/README b/README
index 4b180e2..0ba0ad4 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ OnTV is distributed using the GNU General Public License.
For installation instructions, please see the INSTALL.
The latest version of OnTV can always be found at
-http://johan.svedberg.com/projects/coding/ontv/
+http://live.gnome.org/OnTV/
Installing OnTV
===============
@@ -28,7 +28,8 @@ the applet:
export BONOBO_ACTIVATION_PATH=PREFIX/lib/bonobo/servers
-You should now be able to add OnTV to your panel by clicking "Add to panel...".
+You should now be able to add OnTV to your panel by clicking "Add to panel...",
+or run it in the notification area by starting the ontv binary
Running OnTV
============
diff --git a/TODO b/TODO
index 9df30af..7a251a8 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,5 @@
- Add a browser window for easy browsing of listings.
-- Separate gnome applet from main program and make a gtk.StatusIcon and
- XFCE applet entry point that can be used instead of the applet.
+- Create XFCE panel applet
-- Remove old keybinder code
diff --git a/configure.ac b/configure.ac
index 3881b83..402244f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(OnTV, 3.1.0, ontv)
+AC_INIT([OnTV],[3.2.0],[ontv])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
@@ -25,7 +25,7 @@ dnl ==================
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS"`"
AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
GETTEXT_PACKAGE=ontv
-AC_PROG_INTLTOOL([0.33])
+IT_PROG_INTLTOOL([0.33])
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package])
AM_GLIB_GNU_GETTEXT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]