]> www.wagner.pp.ru Git - oss/ljdump.git/commitdiff
update to version 1.5.1
authorGreg Hewgill <greg@hewgill.com>
Tue, 28 Dec 2010 23:06:48 +0000 (12:06 +1300)
committerGreg Hewgill <greg@hewgill.com>
Tue, 28 Dec 2010 23:14:29 +0000 (12:14 +1300)
ChangeLog
ljdump.py

index 41b45d13d9f67c1af2f5e51bf4af4d49281ae085..ecdecb515817af068cc26905e4553b35a1ae11ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 ChangeLog - ljdump
 
 ChangeLog - ljdump
 
+Version 1.5.1 - 2010-12-29
+
+- Suppress warning about deprecated md5 module
+- Don't attempt to fetch default userpic if the user hasn't set one
+
 Version 1.5 - 2009-02-04
 
 - Include convertdump.py for Wordpress conversions.
 Version 1.5 - 2009-02-04
 
 - Include convertdump.py for Wordpress conversions.
index a6326bac23474234d9b796a2498cbd8005193612..591a8386c696fc7c4b5748fbdaf502e0357b2727 100755 (executable)
--- a/ljdump.py
+++ b/ljdump.py
@@ -2,7 +2,7 @@
 #
 # ljdump.py - livejournal archiver
 # Greg Hewgill <greg@hewgill.com> http://hewgill.com
 #
 # ljdump.py - livejournal archiver
 # Greg Hewgill <greg@hewgill.com> http://hewgill.com
-# Version 1.5
+# Version 1.5.1
 #
 # LICENSE
 #
 #
 # LICENSE
 #
@@ -22,7 +22,7 @@
 #    misrepresented as being the original software.
 # 3. This notice may not be removed or altered from any source distribution.
 #
 #    misrepresented as being the original software.
 # 3. This notice may not be removed or altered from any source distribution.
 #
-# Copyright (c) 2005-2009 Greg Hewgill
+# Copyright (c) 2005-2010 Greg Hewgill and contributors
 
 import codecs, os, pickle, pprint, re, shutil, sys, urllib2, xml.dom.minidom, xmlrpclib
 from xml.sax import saxutils
 
 import codecs, os, pickle, pprint, re, shutil, sys, urllib2, xml.dom.minidom, xmlrpclib
 from xml.sax import saxutils