changed version format in changelog file
authorFredrik Wendt <fredrik@wendt.se>
Fri, 17 Dec 2010 20:20:51 +0000 (20:20 +0000)
committerFredrik Wendt <fredrik@wendt.se>
Fri, 17 Dec 2010 20:20:51 +0000 (20:20 +0000)
package/Makefile
package/debian/changelog
package/src/wifi_assistant/gui/about_dialog.py

index e350ed8..05c7835 100644 (file)
@@ -4,7 +4,7 @@
 # Based on Hermes' Makefile, written by Andrew Flegg.
 #
 
-DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
+DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: 1://p')
 
 compile:
        sed -i -e 's/VERSION = .*/VERSION = "${DEBVERS}"/' src/wifi_assistant/gui/about_dialog.py
index 95d7262..4ebfa52 100644 (file)
@@ -1,31 +1,32 @@
-wifi-assistant (0.9.1) fremantle; urgency=low
+wifi-assistant (1:0.9.1) fremantle; urgency=low
 
   * fixed Bug #11198 - list of network names are not sorted
   * fixed Bug #11199 - about dialog doesn't show program version
   * fixed Bug #11209 - "no settings" displayed after adding a new network
   * fixed Bug #11210 - launch dialog is disabled after installation
+  * "silent" support for per SSID URL in GConf
 
  -- Fredrik Wendt <fredrik@wendt.se>  Sat, 28 Aug 2010 12:33:10 +0100
 
-wifi-assistant (0.9.0) fremantle; urgency=low
+wifi-assistant (1:0.9.0) fremantle; urgency=low
 
   * fixed Bug #11109 - No pop-up confirmation for networks with spaces
 
  -- Fredrik Wendt <fredrik@wendt.se>  Wed, 25 Aug 2010 22:22:10 +0100
 
-wifi-assistant (0.0.3) fremantle; urgency=low
+wifi-assistant (1:0.0.3) fremantle; urgency=low
 
   * network settings can now be added, changed and removed
 
  -- Fredrik Wendt <fredrik@wendt.se>  Sun, 1 Aug 2010 17:22:10 +0100
 
-wifi-assistant (0.0.2) fremantle; urgency=low
+wifi-assistant (1:0.0.2) fremantle; urgency=low
 
   * added upstart script - the daemon should always be there now
 
  -- Fredrik Wendt <fredrik@wendt.se>  Wed, 28 Jul 2010 23:22:10 +0100
 
-wifi-assistant (0.0.1) fremantle; urgency=low
+wifi-assistant (1:0.0.1) fremantle; urgency=low
 
   * initial release
 
index d38c221..a62131c 100644 (file)
@@ -10,6 +10,7 @@ class AboutDialog():
     DONATE_BUTTON = gtk.RESPONSE_ACCEPT
     CLOSE_BUTTON = gtk.RESPONSE_HELP
     
+    # this field is updated from the Makefile's compile target
     VERSION = "0.9.1"
     
     BUG_URL = 'http://wifi-assistant.garage.maemo.org/bugs/'