summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-05-21 08:33:13 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-05-21 08:33:13 +0200
commitac73651f66cda01229a77c64a17610986a332079 (patch)
tree24baaa42cee77082136f725b43672abff369be1e
parentc2ef29234cafaa9b91c9a6c82c6048fc9b442d16 (diff)
parente5ceb3bfda99d53520ee1a8c00bf441c82f3da13 (diff)
downloadyoutube-dl-ac73651f66cda01229a77c64a17610986a332079.tar.gz
youtube-dl-ac73651f66cda01229a77c64a17610986a332079.tar.xz
youtube-dl-ac73651f66cda01229a77c64a17610986a332079.zip
Merge pull request #2940 from codesparkle/remove-unused-files
Remove old, unused CHANGELOG and LATEST_VERSION files
-rw-r--r--CHANGELOG14
1 files changed, 0 insertions, 14 deletions
diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
index 3fa116733..000000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,14 +0,0 @@
-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