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:
@@ -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
|
||||
|
||||
Vendored
+3
-1
@@ -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
@@ -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>" ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user