diff options
| author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-01-02 22:21:45 +0100 | 
|---|---|---|
| committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-01-02 22:21:45 +0100 | 
| commit | d851e895d5bfb0bd43a341fc6172bf08fd5ecbb6 (patch) | |
| tree | 3b83cb0adee376a581b67f31ae54ddd65a782a90 | |
| parent | b962b76f439f5614c5ce10c4efc601f290311986 (diff) | |
release 2013.01.022013.01.02
| -rw-r--r-- | CHANGELOG | 14 | ||||
| -rw-r--r-- | youtube_dl/version.py | 2 | 
2 files changed, 15 insertions, 1 deletions
| diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 000000000..3fa116733 --- /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 diff --git a/youtube_dl/version.py b/youtube_dl/version.py index d5986f5e6..a4e9d2478 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,2 +1,2 @@ -__version__ = '2012.12.11' +__version__ = '2013.01.02' | 
