v0.1.2 :)
This commit is contained in:
parent
6d7ff7a37b
commit
f051b7b83e
3 changed files with 8 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ Page {
|
|||
|
||||
Label {
|
||||
width: parent.width
|
||||
text: qsTr("Version: %1").arg("0.1.1") + "<br/>"
|
||||
text: qsTr("Version: %1").arg("0.1.2") + "<br/>"
|
||||
+qsTr("Author: %1").arg("Hauke Schade 2012") + "<br/>"
|
||||
+qsTr("Thanks to:") + " "
|
||||
+ "Francois Cattin"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
ttrss (0.1.2) unstable; urgency=low
|
||||
* Added frensh translations
|
||||
* Added privacy policy
|
||||
|
||||
-- Hauke Schade <cnlpete@cnlpete.de> Wed, 16 Jan 2013 18:29:33 +0100
|
||||
|
||||
ttrss (0.1.1) unstable; urgency=low
|
||||
* A better AboutView
|
||||
* Improved Spanish Translation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Source: ttrss
|
||||
Section: user/other
|
||||
Section: user/internet
|
||||
Priority: optional
|
||||
Maintainer: Hauke Schade <cnlpete@cnlpete.de>
|
||||
Build-Depends: debhelper (>= 5), libqt4-dev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue