Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-07-01 07:55:53 +0400
committerEion Robb <eion@robbmob.com>2008-07-01 07:55:53 +0400
commit45c3b13f0144aae2655def7b539c3b25bc0653de (patch)
tree088b0e82df24916966c3480a97b3f670e8b61144
parenta8f2f456a64910b0383741894745fb5d1d3426e2 (diff)
Recent changes
-rw-r--r--CHANGELOG.txt5
-rwxr-xr-xskype4pidgin.nsi2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1cdf158..59897a5 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,11 @@
Changelog
=========
+1 July 2008
+-----------
+* Fix changing groups for buddies (sometimes crashed)
+* New messaging code should reduce battery usage
+
17 June 2008
------------
* Italian translation shouldn't be in Russian
diff --git a/skype4pidgin.nsi b/skype4pidgin.nsi
index ec08ed7..47c0039 100755
--- a/skype4pidgin.nsi
+++ b/skype4pidgin.nsi
@@ -7,7 +7,7 @@ SetCompressor lzma
; todo: SetBrandingImage
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "skype4pidgin"
-!define PRODUCT_VERSION "17-Jun-2008"
+!define PRODUCT_VERSION "01-Jul-2008"
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://skype4pidgin.googlecode.com/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"