File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Version 1.10.1 (Under development )
2- ----------------------------------
1+ Version 1.10.1 (2014-08-22 )
2+ ---------------------------
33
44Bug fixes:
55 - Fixed strange read error caused by double buffering in FLV playlists.
Original file line number Diff line number Diff line change 4646sys_path .insert (0 , srcdir )
4747
4848setup (name = "livestreamer" ,
49- version = "1.10.0 " ,
49+ version = "1.10.1 " ,
5050 description = "Livestreamer is command-line utility that extracts streams "
5151 "from various services and pipes them into a video player of "
5252 "choice." ,
Original file line number Diff line number Diff line change 1111
1212
1313__title__ = "livestreamer"
14- __version__ = "1.10.0 "
14+ __version__ = "1.10.1 "
1515__license__ = "Simplified BSD"
1616__author__ = "Christopher Rosell"
1717__copyright__ = "Copyright 2011-2014 Christopher Rosell"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SetCompressor lzma
99
1010# Livestreamer program information
1111!define PROGRAM_NAME " Livestreamer"
12- !define PROGRAM_VERSION " 1.10.0 "
12+ !define PROGRAM_VERSION " 1.10.1 "
1313!define PROGRAM_WEB_SITE " http://livestreamer.tanuki.se/"
1414
1515# Python files generated with bbfreeze
You can’t perform that action at this time.
0 commit comments