From 67ab5e09234f3fe89a8675ce4f6f3c7f593190a5 Mon Sep 17 00:00:00 2001 From: Max Waterman Date: Sat, 24 Sep 2011 17:27:03 +0300 Subject: [PATCH] Altered changelog and fixes to project file. --- debian/changelog | 7 +++++++ zouba.pro | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index a37b5e8..dc95a17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +zouba (0.11) unstable; urgency=low + + * reverted to previous UI + * changed to json api + + -- Max Waterman Sat, 24 Sep 2011 17:26:00 +0200 + zouba (0.9) unstable; urgency=low * added notification for address resolution failure and no route diff --git a/zouba.pro b/zouba.pro index d978a4c..4af0d65 100644 --- a/zouba.pro +++ b/zouba.pro @@ -10,6 +10,7 @@ SOURCES += \ gpscontroller.cpp \ gpscontroller_p.cpp \ ui.cpp \ + xmlparser.cpp \ HEADERS += \ route.h \ @@ -22,6 +23,7 @@ HEADERS += \ gpscontroller.h \ gpscontroller_p.h \ ui.h \ + xmlparser.h \ FORMS += LEXSOURCES += #LEXS# -- 1.7.9.5