]> git.decadent.org.uk Git - videolink.git/blobdiff - ChangeLog
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / ChangeLog
index 3d81d31beb7803a63e62637725c488bc86174087..ca2bc94ea6a549011cfdfa574d49d93c40490aab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,146 @@
+videolink (1.2.11) unstable; urgency=low
+
+  * Add support for XULRunner 2.0b-2.0.1
+  * Add support for dvdauthor 0.7
+
+ -- Ben Hutchings <ben@decadent.org.uk>  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 <cstdio> in xpcom_support.cpp - Debian bug #611427
+
+ -- Ben Hutchings <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  Sat, 12 Apr 2008 18:36:18 +0100
+
+videolink (1.2.2) unstable; urgency=low
+
+  * Fixed build failure with g++ 4.3
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 07 Apr 2008 23:24:28 +0100
+
+videolink (1.2.1) unstable; urgency=medium
+
+  * Fixed build failure on 64-bit architectures
+
+ -- Ben Hutchings <ben@decadent.org.uk>  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 <ben@decadent.org.uk>  Sat,  7 Jul 2007 19:27:13 +0100
+
+videolink (1.1) unstable; urgency=low
+
+  * Increased maximum number of menus to 999
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Nov 2006 02:52:12 +0000
+
+videolink (1.0) unstable; urgency=low
+
+  * The "delete once, write twice" release
+  * Changed creation of temporary files to use regular names under a
+    temporary directory
+  * Changed method of freeze-framing menus since some players do not
+    support the old method
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 15 Oct 2006 01:57:39 +0100
+
+videolink (0.11) unstable; urgency=low
+
+  * Fixed operation of "top menu" or "title menu" button
+  * Added explicit aspect ratio to menu streams encoded with ffmpeg,
+    since some players will default to 16:9 otherwise
+  * Fixed off-by-one error in link coordinates passed to spumux
+  * Changed default padding for the body element to 10% of frame
+    dimensions, a common rule for the title-safe area
+  * Added explicit assignment of actions to direction buttons
+    since dvdauthor's policy doesn't seem to work that well
+  * Documented limit of 119 menus discovered by Mark Burton
+  * Fixed an occasional problem of links appearing in their hover state
+    initially due to the pointer being in the middle of the virtual
+    framebuffer
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Mon, 25 Sep 2006 18:11:07 +0100
+
+videolink (0.10) unstable; urgency=low
+
+  * Changed style-sheet application in Mozila/XULRunner 1.8 to override
+    built-in preferences, fixing link colours
+  * Corrected link colour style rules to apply only to links
+  * Stopped setting assumed screen resolution in Mozilla/XULRunner 1.8
+    since the browser uses it wrongly
+  * Made source dependency generation more efficient
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 10 Sep 2006 14:43:15 +0100
+
 videolink (0.9) unstable; urgency=low
 
   * Minor build and installation improvements
@@ -7,6 +150,7 @@ videolink (0.9) unstable; urgency=low
     - Removed bogus distclean target
     - Enabled more warnings
   * Updated to work with Mozilla 1.8 and with XULRunner
+  * Fixed bug in setting nominal screen resolution
 
  -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Aug 2006 01:47:28 +0100