summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <abock@src.gnome.org>2009-03-04 22:34:59 +0000
committerAaron Bockover <abock@src.gnome.org>2009-03-04 22:34:59 +0000
commitfc2dbf8f1a5e53c49956b5f8c679428fb3dd0a19 (patch)
treecf208fccffb0e1d478a6819da38124f098a17d72
parent197358bfe274358da243e4f16085c9883521b004 (diff)
Fix bad dates, tisk tisk
svn path=/branches/banshee/stable/; revision=5104
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e9735adb0..7b8d67f68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,20 +2,20 @@
Banshee 1.4.3 Released
-2009-01-26 Gabriel Burt <gabriel.burt@gmail.com>
+2009-03-04 Gabriel Burt <gabriel.burt@gmail.com>
* src/Core/Banshee.CollectionIndexer/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs:
Fix bug with getting into a loop, constantly trying to reconnect to an
indexer while in the middle of connecting to it.
-2009-02-26 Eoin Hennessy <eoin@randomrules.org>
+2009-03-04 Eoin Hennessy <eoin@randomrules.org>
* src/Libraries/Mono.Media/Media.Playlists.Xspf/Playlist.cs: The current
path is not gauranteed to be a valid Uri (especially when running from a
bundle on OSX). If creating the default base Uri from the current path
fails, set it to Location.
-2009-02-08 Bertrand Lorentz <bertrand.lorentz@gmail.com>
+2009-03-04 Bertrand Lorentz <bertrand.lorentz@gmail.com>
* src/Libraries/Migo/Migo.Syndication/Rfc822DateTime.cs: patch from
Christian Krause fixing the timezone handling (BGO #570721).