release 2013.01.02
authorFilippo Valsorda <filippo.valsorda@gmail.com>
Wed, 2 Jan 2013 21:21:45 +0000 (22:21 +0100)
committerFilippo Valsorda <filippo.valsorda@gmail.com>
Wed, 2 Jan 2013 21:21:45 +0000 (22:21 +0100)
CHANGELOG [new file with mode: 0644]
youtube_dl/version.py

diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644 (file)
index 0000000..3fa1167
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,14 @@
+2013.01.02  Codename: GIULIA
+
+    * Add support for ComedyCentral clips <nto>
+    * Corrected Vimeo description fetching <Nick Daniels>
+    * Added the --no-post-overwrites argument <Barbu Paul - Gheorghe>
+    * --verbose offers more environment info
+    * New info_dict field: uploader_id
+    * New updates system, with signature checking
+    * New IEs: NBA, JustinTV, FunnyOrDie, TweetReel, Steam, Ustream
+    * Fixed IEs: BlipTv
+    * Fixed for Python 3 IEs: Xvideo, Youku, XNXX, Dailymotion, Vimeo, InfoQ
+    * Simplified IEs and test code
+    * Various (Python 3 and other) fixes
+    * Revamped and expanded tests
index d5986f5e64885aed3c8305c8cadac433df85701f..a4e9d2478d26260ec1c9e799ed75dcd598f1c023 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2012.12.11'
+__version__ = '2013.01.02'