From 72c3e11909e36ee1cca54f7ec016a4dce05363bf Mon Sep 17 00:00:00 2001 From: ruglory Date: Sat, 4 Apr 2009 03:41:06 +0000 Subject: [PATCH] Prepared for 0.11 git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@141 cac9541e-1b8d-4bfa-827e-589bba606050 --- NEWS | 5 +++++ debian/changelog | 3 ++- src/mainwindow.cpp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 09db4c2..b94558a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ NEWS - list of user-visible changes between releases of qlscribe +New in 0.11: + Application settings added with default font to use and option to eject media + Added functionality to eject media after print + Debian packages use standard procedure to install/upgrade config files + New in 0.10: Undo/Redo mechanism implemented Some minor bugfixes diff --git a/debian/changelog b/debian/changelog index 936bf7e..039fee5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,5 @@ -qlscribe (0.10-0ubuntu1) unstable; urgency=low +qlscribe (0.11-0ubuntu1) unstable; urgency=low + * Release 0.11 imported * Release 0.10 imported * Release 0.9 imported * Release 0.8 imported diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 288e070..d9f670a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -437,7 +437,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

prerelease 0.11 $Revision$

" + "

release 0.11 $Revision$

" "

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

" ) ); }