diff --git a/NEWS b/NEWS index 2343cec..7cf88e3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ NEWS - list of user-visible changes between releases of qlscribe +New in 0.14 + Added Software Render for preview to make preview when no drive is available + Items have Z coordinate set to remove ambiguity + Saves from previous versions will have Z coordinate of items reordered on load + New in 0.13: Fixes in dbus config for Ubuntu Jaunty diff --git a/debian/changelog b/debian/changelog index e7d3f24..31b3b7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,5 @@ -qlscribe (0.13-0ubuntu1) unstable; urgency=low +qlscribe (0.14-0ubuntu1) unstable; urgency=low + * Release 0.14 imported * Release 0.13 imported * Release 0.12 imported * Release 0.11 imported diff --git a/debian/copyright b/debian/copyright index 86fa5bf..cf87ac8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ Upstream Author(s): Copyright: - + License: @@ -30,7 +30,7 @@ License: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. -The Debian packaging is (C) 2009, Vyacheslav Kononenko and +The Debian packaging is (C) 2009-2010, Vyacheslav Kononenko and is licensed under the GPL, see above. diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2be587b..93a25b5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -539,7 +539,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

prerelease 0.14 $Revision$

" + "

release 0.14 $Revision$

" "

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

" ) ); }