From 6b0e57f07da494c3f606ec906e51ebebdee14a48 Mon Sep 17 00:00:00 2001 From: canihavesomecoffee Date: Wed, 25 May 2016 20:58:42 +0200 Subject: [PATCH] Update files to reflect upcoming .81 - --- docs/CHANGES.TXT | 5 +++++ docs/README.TXT | 6 +++--- src/lib_ccx/lib_ccx.h | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index b59d49f9..b66a0c36 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -1,3 +1,8 @@ +0.81 (TBD) +----------------- +- New: --version parameter for extensive version information (version number, compile date, executable hash, git commit (if appropriate)) +- Fix: Issues with files <1 Mb +- Fix: Preview of generated transcript - Fix: Correcting display of sub mode and info in transcripts - Fix: Teletext page number displayed in -UCLA - Fix: Removal of excessive XDS notices about aspect ratio info diff --git a/docs/README.TXT b/docs/README.TXT index 702eeeae..40ae8ea6 100644 --- a/docs/README.TXT +++ b/docs/README.TXT @@ -1,4 +1,4 @@ -ccextractor, 0.79 +ccextractor, 0.81 ----------------- Authors: Carlos Fernández (cfsmp3), Volker Quetschke. Maintainer: cfsmp3 @@ -14,12 +14,12 @@ You can subscribe to new releases notifications at freshmeat: http://freshmeat.net/projects/ccextractor Google Summer of Code 2014 students -- Willem van iseghem +- Willem Van Iseghem - Ruslan KuchumoV - Anshul Maheshwari Google Summer of Code 2015 students -- Willem van iseghem +- Willem Van Iseghem - Ruslan Kuchumov - Anshul Maheshwari - Nurendra Choudhary diff --git a/src/lib_ccx/lib_ccx.h b/src/lib_ccx/lib_ccx.h index dcc3fdd6..0c99e017 100644 --- a/src/lib_ccx/lib_ccx.h +++ b/src/lib_ccx/lib_ccx.h @@ -1,7 +1,7 @@ #ifndef CCX_CCEXTRACTOR_H #define CCX_CCEXTRACTOR_H -#define VERSION "0.79" +#define VERSION "0.81" // Load common includes and constants for library usage #include "ccx_common_platform.h"