[Pkg-mozext-commits] [gcontactsync] 44/88: Updated version to 0.4.0rc5. Fixed an outdated comment from the previous commit.

David Prévot taffit at moszumanska.debian.org
Thu Sep 18 20:52:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository gcontactsync.

commit 67d188ea7063651fa169b029a3692738352f6cd7
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Thu Feb 27 21:40:26 2014 -0600

    Updated version to 0.4.0rc5.  Fixed an outdated comment from the previous commit.
---
 src/content/GHttpRequest.js | 1 -
 src/content/synonyms.js     | 2 +-
 src/install.rdf             | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/content/GHttpRequest.js b/src/content/GHttpRequest.js
index a9aaea5..d5a1783 100644
--- a/src/content/GHttpRequest.js
+++ b/src/content/GHttpRequest.js
@@ -165,7 +165,6 @@ com.gContactSync.GHttpRequest.prototype = new com.gContactSync.HttpRequest();
  * Handles 'Token Expired' errors.
  * If a sync is in progress:
  *  - Get the username
- *  - Remove the auth token
  *  - Alert the user
  *  - Prompt for the password
  *  - Get a new auth token to replace the old one
diff --git a/src/content/synonyms.js b/src/content/synonyms.js
index 93cff41..fa30117 100644
--- a/src/content/synonyms.js
+++ b/src/content/synonyms.js
@@ -51,7 +51,7 @@ com.gContactSync.versionMinor   = "4";
 /** The release for the current version of gContactSync (ie 1 in 0.3.1a7) */
 com.gContactSync.versionRelease = "0";
 /** The suffix for the current version of gContactSync (ie a7 for Alpha 7) */
-com.gContactSync.versionSuffix  = "rc4";
+com.gContactSync.versionSuffix  = "rc5";
 /** The attribute where the dummy e-mail address is stored */
 com.gContactSync.dummyEmailName = "PrimaryEmail";
 
diff --git a/src/install.rdf b/src/install.rdf
index 4db7fb0..afd2d56 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -3,7 +3,7 @@
      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     <Description about="urn:mozilla:install-manifest">
         <em:id>gContactSync at pirules.net</em:id>
-        <em:version>0.4.0rc4</em:version>
+        <em:version>0.4.0rc5</em:version>
         <em:name>gContactSync</em:name>
         <em:description>Synchronizes Google Contacts with Thunderbird</em:description>
         <em:creator>Josh Geenen</em:creator>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git



More information about the Pkg-mozext-commits mailing list