adium 4992:47a40e2af47d: Force a reindex of everyone's logs, thi...
commits at adium.im
commits at adium.im
Sun Aug 12 21:03:52 UTC 2012
details: http://hg.adium.im/adium/rev/47a40e2af47d
revision: 4992:47a40e2af47d
branch: adium-1.5.3
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Aug 12 22:59:34 2012 +0200
Force a reindex of everyone's logs, this has turned out to be necessary.
Subject: adium 4993:c9b03688370c: Merged
details: http://hg.adium.im/adium/rev/c9b03688370c
revision: 4993:c9b03688370c
branch: adium-1.5.3
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Aug 12 23:03:25 2012 +0200
Merged
diffs (72 lines):
diff -r 87b1e45b7cd7 -r c9b03688370c ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Thu Aug 09 19:02:43 2012 +0200
+++ b/ChangeLogs/Changes.txt Sun Aug 12 23:03:25 2012 +0200
@@ -1,6 +1,6 @@
Adium Version History
-----------------------
-Version 1.5.3 (8/XX/2012)
+Version 1.5.3 (8/12/2012)
* Fixed another problem with the transcript viewer causing search to fail when closing and reopening the window. (#13586, #15699)
* Fixed a problem with iTunes 10.6.3 on Mac OS X 10.6.8 causing the chat window's toolbar to break. (#16046)
* Fixed crash at startup that was meant to be fixed in 1.5.2. (#15787)
diff -r 87b1e45b7cd7 -r c9b03688370c Plists/Info.plist
--- a/Plists/Info.plist Thu Aug 09 19:02:43 2012 +0200
+++ b/Plists/Info.plist Sun Aug 12 23:03:25 2012 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.3rc1, Copyright © 2001-2012 The Adium Team</string>
+ <string>1.5.3, Copyright © 2001-2012 The Adium Team</string>
<key>CFBundleHelpBookFolder</key>
<string>AdiumHelp</string>
<key>CFBundleHelpBookName</key>
@@ -370,7 +370,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.5.3rc1</string>
+ <string>1.5.3</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.3rc1</string>
+ <string>1.5.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
diff -r 87b1e45b7cd7 -r c9b03688370c Plugins/Twitter Plugin/twitter-small.png
Binary file Plugins/Twitter Plugin/twitter-small.png has changed
diff -r 87b1e45b7cd7 -r c9b03688370c Plugins/Twitter Plugin/twitter.png
Binary file Plugins/Twitter Plugin/twitter.png has changed
diff -r 87b1e45b7cd7 -r c9b03688370c Release/Makefile
--- a/Release/Makefile Thu Aug 09 19:02:43 2012 +0200
+++ b/Release/Makefile Sun Aug 12 23:03:25 2012 +0200
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.3rc1
+VERSION=1.5.3
BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=TRUE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
diff -r 87b1e45b7cd7 -r c9b03688370c Source/AILoggerPlugin.m
--- a/Source/AILoggerPlugin.m Thu Aug 09 19:02:43 2012 +0200
+++ b/Source/AILoggerPlugin.m Sun Aug 12 23:03:25 2012 +0200
@@ -64,7 +64,7 @@
#define KEY_LOG_INDEX_VERSION @"Log Index Version"
//Version of the log index. Increase this number to reset everyone's index.
-#define CURRENT_LOG_VERSION 9
+#define CURRENT_LOG_VERSION 10
#define LOG_INDEX_STATUS_INTERVAL 20
#define LOG_CLEAN_SAVE_INTERVAL 2000
#define NEW_LOGFILE_TIMEOUT 600
More information about the commits
mailing list