Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 557 → Rev 558

/video-contact-sheet/branches/1.13/dist/debian/changelog
1,3 → 1,10
vcs (1.13-pon.1) experimental; urgency=low
 
* New version.
* debian/changelog: Changed to shorter suffix
 
-- Toni Corvera <outlyer@gmail.com> Wed, 27 Feb 2013 16:57:12 +0100
 
vcs (1.12.3-upstream.1) experimental; urgency=low
 
* New version.
/video-contact-sheet/branches/1.13/dist/CHANGELOG
1,4 → 1,4
1.13:
1.13 (2013-02-27):
* Complete manual pages
* Added 'anonymous' to the list of settings
* Remove meaningless decimals when generating config files
62,6 → 62,8
- Bugfix: Don't accept --shoehorn (was deprecated and unhandled)
- Set LANG to C
- Added simeq() and '~' fptest operator
- New (4th iteration) interval parsing code, single sed command,
more strict checking of PRE
 
1.12.3 (2011-07-17):
* BUGFIX: Actually handle --ffmpeg and --mplayer [#169]
/video-contact-sheet/branches/1.13/dist/vcs
953,7 → 953,7
local prof=
for prof in ${2//,/ } ; do # ${2//,/ } = sed 's/,/ /g'
grep -q -v "$prof " <<<"$INTERNAL_L_PROFILES" || continue
load_profile $prof
load_profile $prof || die
done
;;
decoder)
1652,6 → 1652,8
7<&- # Close FD 7
fi
cleanup
# XXX: In one of my computers a terminal reset is required
#tset
}
 
# Feedback handling, these functions are use to print messages respecting