From 2ae610d29e3653010fc89284a4176ce9b9ddb6d4 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 27 Sep 2016 01:42:02 -0700 Subject: [PATCH] Upping version. --- CHANGELOG.rst | 10 ++++++++++ rtv.1 | 2 +- rtv/__version__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b64d98..9625d45 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.12.1: http://github.com/michael-lazar/rtv/releases/tag/v1.12.1 .. _1.12.0: http://github.com/michael-lazar/rtv/releases/tag/v1.12.0 .. _1.11.0: http://github.com/michael-lazar/rtv/releases/tag/v1.11.0 .. _1.10.0: http://github.com/michael-lazar/rtv/releases/tag/v1.10.0 @@ -21,6 +22,15 @@ RTV Changelog .. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1 .. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2 +-------------------- +1.12.1_ (2016-09-27) +-------------------- +Bugfixes + +* Fixed security vulnerability where malicious URLs could inject python code. +* No longer hands when using mpv on long videos. +* Now falls back to ascii mode when the system locale is not utf-8. + -------------------- 1.12.0_ (2016-08-25) -------------------- diff --git a/rtv.1 b/rtv.1 index 11d381e..64e2ad8 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "August 25, 2016" "Version 1.12.0" "Usage and Commands" +.TH "RTV" "1" "September 27, 2016" "Version 1.12.1" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index 107bfe0..823ee1f 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.12.0' +__version__ = '1.12.1'