Ready for 0.10

git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@134 cac9541e-1b8d-4bfa-827e-589bba606050
This commit is contained in:
ruglory
2009-03-25 02:55:00 +00:00
parent dfe6ab4495
commit a112d90ce9
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -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
+3 -1
View File
@@ -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
+1 -1
View File
@@ -429,7 +429,7 @@ void MainWindow::onMenuAbout()
QMessageBox::about( this,
tr( "About" ),
tr( "<h3>qlscribe - Qt lisghtScribe</h3>"
"<p>prerelease 0.10 $Revision$</p>"
"<p>release 0.10 $Revision$</p>"
"<p>visit project at home page "
"<a href=\"http://qlscribe.sourceforge.net/\">qlscribe.sourceforge.net</a></p>" ) );
}