[almanah] Release version 0.7.2



commit 4e6927203eda85d7f09dc71d8aa6f10fa99638f1
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Jan 31 15:24:09 2010 +0000

    Release version 0.7.2

 NEWS         |  133 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 configure.ac |    2 +-
 2 files changed, 123 insertions(+), 12 deletions(-)
---
diff --git a/NEWS b/NEWS
index b191eed..7fd605f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,31 @@
-Major new features in version...
+Overview of changes from Almanah 0.7.1 to Almanah 0.7.2
+=======================================================
 
-0.7.1:
+Major changes:
+* Improve key selection
+* Updated build infrastructure
+
+Updated translations:
+* cs (Marek Cernocky)
+* da (Joe Hansen)
+* de (Mario Blättermann)
+* en_GB (Philip Withnall)
+* sl (Andrej ŽnidarÅ¡iÄ?)
+* sv (Daniel Nylander)
+
+Overview of changes from Almanah 0.7.0 to Almanah 0.7.1
+=======================================================
+
+Major changes:
 * Fix non-Evolution build
 
-0.7.0:
+Updated translations:
+* sl (Andrej ŽnidarÅ¡iÄ?)
+
+Overview of changes from Almanah 0.6.0 to Almanah 0.7.0
+=======================================================
+
+Major changes:
 * Add a new "Contact" definition type for Evolution contacts
 * Several data loss and crasher fixes
 * Add an "Insert Time" function
@@ -15,13 +37,41 @@ Major new features in version...
 * Add line spacing option when printing
 * Change website from http://tecnocode.co.uk/projects/almanah to http://live.gnome.org/Almanah_Diary
 
-0.6:
+Bugs fixed:
+* Bug 594871 â?? Add line spacing options
+* Bug 599598 â?? Segmentation fault in debian unstable
+* Bug 585646 â?? Should not translate %X
+* Bug 572032 â?? Allow manual date entry
+* Bug 580052 â?? Not encrypting keeps encrypted database
+* Bug 579242 â?? No error messages for bad keys when closing
+* Bug 578063 â?? Add F-Spot event type
+* Bug 578559 â?? almanah 0.6.0 does not attempt to open diary db until close
+* Bug 572544 â?? Allow time to be inserted into entries
+* Bug 572926 â?? Automatic database backup
+
+Updated translations:
+* da (Joe Hansen)
+* de (Mario Blättermann)
+* el (Kostas Papadimas, Î?αÏ?ίληÏ? Î?ονÏ?ογιάνηÏ?)
+* en_GB (Jen Ockwell, Philip Withnall)
+* es (Jorge González)
+* fr (Claude Paroz)
+* gl (Fran Diéguez)
+* id (Andika Triwidada)
+* sl (Andrej ŽnidarÅ¡iÄ?)
+* sv (Daniel Nylander)
+* zh_CN (Aron Xu)
+
+Overview of changes from Almanah 0.5.0 to Almanah 0.6.0
+=======================================================
+
 Note that 0.6 removes the old concept of "links", and all stored links will no longer be accessible. They will,
 however, remain in the database, and can be accessed using the following commands while Almanah's running:
 	sqlite3 ~/.local/share/diary.db
 	.headers ON
 	SELECT * FROM entry_links;
 
+Major changes:
 * Improve accessibility support so the UI's navigable in both Accerciser and GOK
 * Rename "links" to "definitions", and change them such that one "definition" can be used across multiple
   diary entries to catalogue things of importance which are relevant to many diary entries
@@ -31,11 +81,24 @@ however, remain in the database, and can be accessed using the following command
   allow, for example, a one-time import of a previous diary into Almanah
 * Improve printing support, adding page settings, print preview and a default page margin of 20px
 
-0.5:
+Bugs fixed:
+* Bug 567359 â?? Allow spell checking to be disabled at runtime
+* Bug 564706 â?? Print margins aren't adjustable
+* Bug 561106 â?? Add command line option to import old entries
+
+Updated translations:
+* de (Mario Blättermann)
+* fr (Pierre Lemaire, Claude Paroz)
+* pt_BR (Taylon Silmer, Vladimir Melo)
+
+Overview of changes from Almanah 0.4.0 to Almanah 0.5.0
+=======================================================
+
 Note that the database format used in 0.5 is not backwards-compatible
 with previous versions, so once an entry has been added in 0.5, the
 database will not be usable with previous versions of Almanah.
 
+Major changes:
 * Complete the name change to "Almanah Diary"
 * Update the architecture, moving to GObject
 * Make spell checking optional at compile time
@@ -45,33 +108,81 @@ database will not be usable with previous versions of Almanah.
 * Make window dimensions persistent
 * Allow the spelling language to be set via GConf
 
-0.4:
+Bugs fixed:
+* Bug 539792 â?? Allow encryption key to be set
+* Bug 546789 â?? red dots when switched from another day entry where there were
+* Bug 543963 â?? diary.db file location
+* Bug 543739 â?? Wrong icons are used for desktop and about dialog
+
+Updated translations:
+* ar (Djihed Afifi)
+* en_GB (Philip Withnall)
+* es (Jorge Gonzalez Gonzalez)
+* fi (Ilkka Tuohela)
+* fr (Robert-André Mauchin)
+* nb (Kjartan Maraas)
+* pt_BR (Fabrício Godoy, Fábio Nogueira)
+* sv (Daniel Nylander)
+* th (Anuchit Sakulwilailert)
+
+Overview of changes from Diary 0.3.1 to Almanah 0.4.0
+=====================================================
+
+Major changes:
 * Fix various translation problems, including untranslatable strings and strings containing markup
 * Improve some error messages
 * Add icon SVG sources
 * Fix licencing problems introduced with the change to GPLv3+
 * Rename the application to "Almanah Diary" (the data store remains compatible, however)
 
-0.3.1:
+Bugs fixed:
+* Bug 541709 â?? Developer Guidelines: Avoid markup wherever possible
+* Bug 541716 â?? misspelled word
+
+Updated translations:
+* ca (Gil Forcada Codinachs)
+* de (Christoph Wickert)
+* en_GB (Philip Withnall)
+* fr (Claude Paroz)
+* oc (Yannig MARCHEGAY)
+* pt_BR (Leonardo Ferreira Fontenelle)
+* sv (Daniel Nylander)
+
+Overview of changes from Diary 0.3.0 to Diary 0.3.1
+===================================================
+
+Major changes:
 * Update documentation
 * Fix the non-encryption build
 * Make the search dialogue non-modal
 * Fix the desktop file
 
-0.3:
+Overview of changes from Diary 0.2.0 to Diary 0.3.0
+===================================================
+
+Major changes:
 * Update documentation to point to new SVN repository
 * Add search functionality
 * Add an icon by Jakub Szypulka and a desktop file
 * Improvements to encryption support
-* Add a French translation by Jean-François Martin
 * Fix a crasher bug if requesting statistics for a database with no entries
 
-0.2:
+Updated translations:
+* en_GB (Philip Withnall)
+* fr (Jean-François Martin)
+
+Overview of changes from Diary 0.1.0 to Diary 0.2.0
+===================================================
+
+Major changes:
 * Relicensed from GPLv2 to GPLv3
 * Add database encryption support
 * Add printing support
 
-0.1:
+Initial release of Diary 0.1.0
+==============================
+
+Major changes:
 * Project created
 * Basic editing support
 * Spell checking
diff --git a/configure.ac b/configure.ac
index 80e92d0..53a2782 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([almanah],[0.7.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=almanah],[almanah],[http://live.gnome.org/Almanah_Diary])
+AC_INIT([almanah],[0.7.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=almanah],[almanah],[http://live.gnome.org/Almanah_Diary])
 
 AC_CONFIG_SRCDIR([src/main.h])
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]