[gnote/gnome-3-6] Prepare 3.6.2
- From: Aurimas Äernius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote/gnome-3-6] Prepare 3.6.2
- Date: Sun, 20 Jan 2013 17:12:11 +0000 (UTC)
commit fdfd4e771f950f341534888b957d03de04079dd1
Author: Aurimas Äernius <aurisc4 gmail com>
Date: Sun Jan 20 18:52:06 2013 +0200
Prepare 3.6.2
NEWS | 24 ++++++++++++++++++++++++
configure.ac | 2 +-
src/gnote.cpp | 4 ++--
3 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index bcf318c..3703beb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.6.2 "To teach is to learn twice" - 2013/01/20
+
+New Features:
+ * Add keywords for search
+
+Fixes:
+ * Fix remembered selection with replacing selected text
+ * Fix status icon for Xfce 4 (#666775)
+
+Translations:
+ * Updated translations:
+ - Bengali India (bn_IN)
+ - Brazilian Portuguese (pt_BR)
+ - Gujarati (gu)
+ - Hungarian (hu)
+ - Kannada (kn)
+ - Lithuanian (lt)
+ - Polish (pl)
+ - Serbian (sr)
+ - Slovenian (sl)
+ - Spanish (es)
+ - Tamil (ta)
+ - Telugu (te)
+
3.6.1 "When we talk of tomorrow, the gods laugh" - 2012/10/28
Fixes:
diff --git a/configure.ac b/configure.ac
index a0a0a89..7f50471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ GNOTE_VERSION="$PACKAGE_VERSION"
AC_SUBST(GNOTE_VERSION)
LIBGNOTE_RELEASE=${PACKAGE_VERSION%.*}
AC_SUBST(LIBGNOTE_RELEASE)
-LIBGNOTE_VERSION_INFO=0:1:0
+LIBGNOTE_VERSION_INFO=0:2:0
AC_SUBST(LIBGNOTE_VERSION_INFO)
diff --git a/src/gnote.cpp b/src/gnote.cpp
index e81cb63..932b4a8 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -1,7 +1,7 @@
/*
* gnote
*
- * Copyright (C) 2010-2012 Aurimas Cernius
+ * Copyright (C) 2010-2013 Aurimas Cernius
* Copyright (C) 2010 Debarshi Ray
* Copyright (C) 2009 Hubert Figuiere
*
@@ -389,7 +389,7 @@ namespace gnote {
about.set_program_name("Gnote");
about.set_version(VERSION);
about.set_logo(utils::get_icon("gnote", 48));
- about.set_copyright(_("Copyright \xc2\xa9 2010-2012 Aurimas Cernius\n"
+ about.set_copyright(_("Copyright \xc2\xa9 2010-2013 Aurimas Cernius\n"
"Copyright \xc2\xa9 2009-2011 Debarshi Ray\n"
"Copyright \xc2\xa9 2009 Hubert Figuiere\n"
"Copyright \xc2\xa9 2004-2009 the Tomboy original authors."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]