From c7544daa596c8b0eb3e12ebb71e33746255d7802 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 20 Feb 2010 07:10:18 -0800 Subject: [PATCH] Maemopad+ 0.35 "Long Time No See" released Updated version info, debian files and about text. --- configure | 2 +- configure.in | 2 +- debian/changelog | 15 +++++++++++++++ debian/control | 3 ++- src/ui/callbacks.c | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 8177077..c2cc2aa 100755 --- a/configure +++ b/configure @@ -2279,7 +2279,7 @@ fi # Define the identity of the package. PACKAGE=maemopadplus - VERSION=0.34 + VERSION=0.35 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index e9b6adc..5a3098f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(maemopadplus, 0.34) +AM_INIT_AUTOMAKE(maemopadplus, 0.35) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST diff --git a/debian/changelog b/debian/changelog index 7de1fb9..e676d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +maemopadplus (0.35) diablo; urgency=low + + * The "Long Time No See" release + + [Thomas Perl] + * Support for full-text searching with toolbar + * Enable display of tree view lines + * Updated German translation + * Remove Debian revision number + + [Kemal Hadimli] + * Added Russian translation by Sergei Ivanov + + -- Thomas Perl Sat, 20 Feb 2010 06:51:20 -0800 + maemopadplus (0.34-1) diablo; urgency=low * Update XB-Maemo-Icon-26 field in debian/control diff --git a/debian/control b/debian/control index 3792eb8..82eedd2 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: maemopadplus Section: user/accessories Priority: optional -Maintainer: Thomas Perl +Maintainer: Thomas Perl Build-Depends: debhelper (>= 4.0.0), intltool, libhildon1-dev, libhildonfm2-dev, libgtk2.0-dev, libosso-gnomevfs2-dev, libglib2.0-dev, libdbus-glib-1-dev, libosso-dev, libsqlite3-dev, wpeditor-dev, tablet-browser-interface-dev Standards-Version: 3.6.1 @@ -13,6 +13,7 @@ Description: Tree-based note/sketch/checklist application one of three types (Rich text, sketch, checklist). Data is stored in a SQLite database, and the UI is optimized for usage on Nokia Internet Tablets. +XB-Maemo-Display-Name: Maemopad+ XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAADAFBMVEUbAAAsAAAbAAAZAAAVAAAP AAAIAAAEAAABAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAgAACAAAFwABMQABXgAD gAAFngAItQAouQA/qwFPnAFZiAFXeAFNZAFSVgBWTQBZRwBbQQBdPQBfOQBgMwBhLgBiKQBjJQBh diff --git a/src/ui/callbacks.c b/src/ui/callbacks.c index e2c87d2..ed200e2 100644 --- a/src/ui/callbacks.c +++ b/src/ui/callbacks.c @@ -2453,7 +2453,7 @@ void callback_about(GtkAction * action, gpointer data) gtk_show_about_dialog(GTK_WINDOW(mainview->data->main_view), "name", "Maemopad+", "authors", authors, - "copyright", "(c) 2006-2008 Kemal Hadimli\n(c) 2008 Thomas Perl", + "copyright", "(c) 2006-2008 Kemal Hadimli\n(c) 2008-2010 Thomas Perl", "license", "GNU LGPL version 2.1 or later\n\nSee http://www.gnu.org/licenses/lgpl.html", "version", VERSION, "website", "http://maemopadplus.garage.maemo.org/", -- 2.11.4.GIT