From a112d90ce939bceab414eb627ab045de02101eeb Mon Sep 17 00:00:00 2001 From: ruglory Date: Wed, 25 Mar 2009 02:55:00 +0000 Subject: [PATCH] Ready for 0.10 git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@134 cac9541e-1b8d-4bfa-827e-589bba606050 --- NEWS | 4 ++++ debian/changelog | 4 +++- src/mainwindow.cpp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 461f004..09db4c2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ NEWS - list of user-visible changes between releases of qlscribe +New in 0.10: + Undo/Redo mechanism implemented + Some minor bugfixes + New in 0.9: Parameter --image added to print label in console mode into image Parameter --file added to process file in format KEY=VALUE diff --git a/debian/changelog b/debian/changelog index 7406d86..936bf7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,6 @@ -qlscribe (0.9-0ubuntu1) unstable; urgency=low +qlscribe (0.10-0ubuntu1) unstable; urgency=low + * Release 0.10 imported + * Release 0.9 imported * Release 0.8 imported * Initial release diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b5805b1..799c11d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -429,7 +429,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

prerelease 0.10 $Revision$

" + "

release 0.10 $Revision$

" "

visit project at home page " "qlscribe.sourceforge.net

" ) ); }