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

" ) ); }