Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 660 → Rev 661

/video-contact-sheet/branches/1.13.3-pre.2/dist/CHANGELOG
5,7 → 5,7
* BUGFIX: Cleaned output for identification of unsupported file types
* BUGFIX: Codec information was getting cropped with current versions of
ImageMagick. Gravity appears to be interpreted in a different way
now. [#323]
now. (Bugfix by Markus) [#323]
* OTHER: Print warning about possible lack of support if no frame could be
captured
* OTHER: Don't trust MPlayer's detection of raw video, use FFmpeg's
/video-contact-sheet/branches/1.13.3-pre.2/dist/vcs
31,7 → 31,7
 
declare -r VERSION="1.13.3"
declare -r RELEASE=0
declare -ri PRERELEASE=1
declare -ri PRERELEASE=2
[ "$RELEASE" -eq 1 ] || declare -r SUBVERSION="-pre.${PRERELEASE}"
 
set -e