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-06-17 04:19:52 +0400
committerEion Robb <eion@robbmob.com>2008-06-17 04:19:52 +0400
commit3a85643a711d862f979754963797ee092fe717a9 (patch)
treeb1f9036e328cf9505a48b87601110699d6b09ff8
parentb5a21be0ca3fafc8e69627a75095712a104965ff (diff)
Latest updates
-rw-r--r--CHANGELOG.txt7
-rwxr-xr-xskype4pidgin.nsi2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 71dec0e..0ba8ac1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,13 @@
Changelog
=========
+17 June 2008
+------------
+* Italian translation shouldn't be in Russian
+* Group stuff: changing groups of buddies in Pidgin changes them in Skype
+* Shouldn't come up with the "Skype not running" error message as often
+* A few other minor bug fixes
+
5 June 2008
-----------
* Polish translation thanks to Jakub Chrzanowski
diff --git a/skype4pidgin.nsi b/skype4pidgin.nsi
index a8e2cbd..ec08ed7 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 "05-Jun-2008"
+!define PRODUCT_VERSION "17-Jun-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}"