X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=ChangeLog;h=ca2bc94ea6a549011cfdfa574d49d93c40490aab;hp=e474e5b50dd91349e3f0f269e382c82778f3a592;hb=HEAD;hpb=12780c6ecf9ec8c227d5795e8fd1083b48891d7b diff --git a/ChangeLog b/ChangeLog index e474e5b..ca2bc94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,108 @@ +videolink (1.2.11) unstable; urgency=low + + * Add support for XULRunner 2.0b-2.0.1 + * Add support for dvdauthor 0.7 + + -- Ben Hutchings Mon, 20 Jun 2011 03:42:26 +0100 + +videolink (1.2.10) unstable; urgency=low + + [ Ben Hutchings ] + * List all needed libraries to the linker. We were accidentally + depending on the behaviour of GNU ld, which treats 'needed' as + transitive by default - Debian bug #556760 + + [ Nobuhiro Iwamatsu ] + * Define XPCOM_GLUE_USE_NSPR, link against nspr - Debian bug #611389 + * Include in xpcom_support.cpp - Debian bug #611427 + + -- Ben Hutchings Wed, 02 Mar 2011 03:02:08 +0000 + +videolink (1.2.9) unstable; urgency=low + + * Add support for XULRunner 1.9.1, requiring a version match down to + the micro-version, i.e. you can either: + - Build and run using XULRunner 1.9, or + - Build and run using XULRunner 1.9.1 + + -- Ben Hutchings Tue, 06 Oct 2009 05:00:13 +0100 + +videolink (1.2.8) unstable; urgency=low + + * Set the XULRunner version requirement to exclude 1.9.1 since it + makes an incompatible interface change + + -- Ben Hutchings Sun, 16 Aug 2009 18:39:50 +0100 + +videolink (1.2.7) unstable; urgency=low + + * Remove redundant '-vcodec' option to ffmpeg which stopped working + when the MPEG-2 codec name changed + + -- Ben Hutchings Sun, 05 Apr 2009 22:32:39 +0100 + +videolink (1.2.6) unstable; urgency=low + + * Remove inclusion of Boost header and build-dependency on Boost as + these are no longer used + * Mention genisoimage ahead of mkisofs since most distributions are + now shipping cdrkit + + -- Ben Hutchings Wed, 25 Feb 2009 02:56:04 +0000 + +videolink (1.2.5) unstable; urgency=low + + * Added workaround for XULRunner 1.9's requirement of 16-bit wchar_t + + -- Ben Hutchings Thu, 12 Jun 2008 00:20:54 +0100 + +videolink (1.2.4) unstable; urgency=low + + * Fixed warning messages from make when first compiled + + -- Ben Hutchings Mon, 09 Jun 2008 20:48:52 +0100 + +videolink (1.2.3) unstable; urgency=low + + * Added support for XULRunner 1.9 + * Cleaned up Makefile variables + * Removed support for mjpegtools <1.8 (aka mjpegtools-old) + * Updated README, clarifying video encoder requirements + + -- Ben Hutchings Sat, 12 Apr 2008 18:36:18 +0100 + +videolink (1.2.2) unstable; urgency=low + + * Fixed build failure with g++ 4.3 + + -- Ben Hutchings Mon, 07 Apr 2008 23:24:28 +0100 + +videolink (1.2.1) unstable; urgency=medium + + * Fixed build failure on 64-bit architectures + + -- Ben Hutchings Tue, 10 Jul 2007 19:59:17 +0100 + +videolink (1.2) unstable; urgency=low + + * Removed support for Mozilla 1.7 + * Added keyboard commands to preview mode + * Switched from gtkmm 2.0/2.2 to 2.4+ + * Documented linking to chapters + * Added ".mpg" to recognised video file extensions + * Added link URI to error messages where processing of a link fails + * Made informational, warning and error messages more consistent + * Added vertical padding of buttons to even y coordinates since + dvdauthor claims odd values may result in incorrect display. + + -- Ben Hutchings Sat, 7 Jul 2007 19:27:13 +0100 + +videolink (1.1) unstable; urgency=low + + * Increased maximum number of menus to 999 + + -- Ben Hutchings Thu, 30 Nov 2006 02:52:12 +0000 + videolink (1.0) unstable; urgency=low * The "delete once, write twice" release