ChangLog of subtitleripper
--------------------------

v0.5.2  (2015-07-20)
	- Autosetting path and version in script 'pgm2txt'.
	- Autosetting version in script 'subtitleripper'.
	- Remove obsolete script 'version.sh'.
	- Update all gocr filter files.

v0.5.1  (2015-05-04)
	- Add options in pgm2txt script: -h (help), -V (version)
	- Add new script 'subtitleripper' for complete run.
	- Generate version number with script (version.sh).
	- Update creating rpm packages.

v0.5.0  (2015-05-01)
	- Fix some warnings sourced in subtitle2vobsub.c.
	- Fix some warnings sourced in subtitle2pgm.c.
	- Add german filter for gocr (good for gocr 0.50).
	- Add copyright header to script pgm2txt.
	- Optimize script pgm2txt; set gocr spacewidth option
	  to autodetection; add new param for spacewidth (-s).
	- Update vobsub.c with newer version from mplayer 0.93.

v0.4.2  (2015-04-22)
	- Add copyright header to all .c source files.
	- Use return value of fscanf in srttool.c.
	- Update and fix vobsub.h and vobsub.c.

v0.4.1  (2015-04-16)
	- Optimize pgm2txt script (thanks to Ch. Marillat).
	- Add install and uninstall target in Makefile.
	- Optimize gocrfilter_fr.sed (thanks to Ch. Marillat).

v0.4.0  (2015-04-10)
	- New developer of subtitleripper (Joachim Wiedorn).
	- Optimize the Makefile.
	- Update all README files.
	- Add COPYING file (GPL-2 license).
	- Use always getline in vobsub.c.
	- Add CPPFLAGS and LDFLAGS to Makefile.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

v0.3 until v0.3.4:

2003-02-24
	- subtitleripper.spec added and Makefile adjusted to
	  new phony target rpm
	  (spec file contributed by Florin Andrei <florin@andrei.myip.org>)

2003-02-13
	- Missing break in switch statement added, compiler warnings for
	  gcc 3.2 (SuSE 8.1) removed

2002-10-28
	- Bug fix: Crop failed on empty images (reported by Joern Reder)

2002-10-20
	- Correct handling for -a option to support
	  multi-language VobSub files

2002-10-15
	- Progress report now starts with first file
	  and outputs the full filename

2002-10-14
	- Progress report added
	- Bug in -C option fixed
