]> git.decadent.org.uk Git - videolink.git/blob - ChangeLog
Add support for dvdauthor 0.7
[videolink.git] / ChangeLog
1 videolink (1.2.11) UNRELEASED; urgency=low
2
3   * Add support for XULRunner 2.0 (beta)
4   * Add support for dvdauthor 0.7
5
6  -- Ben Hutchings <ben@decadent.org.uk>  Thu, 03 Mar 2011 02:35:49 +0000
7
8 videolink (1.2.10) unstable; urgency=low
9
10   [ Ben Hutchings ]
11   * List all needed libraries to the linker.  We were accidentally
12     depending on the behaviour of GNU ld, which treats 'needed' as
13     transitive by default - Debian bug #556760
14
15   [ Nobuhiro Iwamatsu ]
16   * Define XPCOM_GLUE_USE_NSPR, link against nspr - Debian bug #611389
17   * Include <cstdio> in xpcom_support.cpp - Debian bug #611427
18
19  -- Ben Hutchings <ben@decadent.org.uk>  Wed, 02 Mar 2011 03:02:08 +0000
20
21 videolink (1.2.9) unstable; urgency=low
22
23   * Add support for XULRunner 1.9.1, requiring a version match down to
24     the micro-version, i.e. you can either:
25     - Build and run using XULRunner 1.9, or
26     - Build and run using XULRunner 1.9.1
27
28  -- Ben Hutchings <ben@decadent.org.uk>  Tue, 06 Oct 2009 05:00:13 +0100
29
30 videolink (1.2.8) unstable; urgency=low
31
32   * Set the XULRunner version requirement to exclude 1.9.1 since it
33     makes an incompatible interface change
34
35  -- Ben Hutchings <ben@decadent.org.uk>  Sun, 16 Aug 2009 18:39:50 +0100
36
37 videolink (1.2.7) unstable; urgency=low
38
39   * Remove redundant '-vcodec' option to ffmpeg which stopped working
40     when the MPEG-2 codec name changed
41
42  -- Ben Hutchings <ben@decadent.org.uk>  Sun, 05 Apr 2009 22:32:39 +0100
43
44 videolink (1.2.6) unstable; urgency=low
45
46   * Remove inclusion of Boost header and build-dependency on Boost as
47     these are no longer used
48   * Mention genisoimage ahead of mkisofs since most distributions are
49     now shipping cdrkit
50
51  -- Ben Hutchings <ben@decadent.org.uk>  Wed, 25 Feb 2009 02:56:04 +0000
52
53 videolink (1.2.5) unstable; urgency=low
54
55   * Added workaround for XULRunner 1.9's requirement of 16-bit wchar_t
56
57  -- Ben Hutchings <ben@decadent.org.uk>  Thu, 12 Jun 2008 00:20:54 +0100
58
59 videolink (1.2.4) unstable; urgency=low
60
61   * Fixed warning messages from make when first compiled
62
63  -- Ben Hutchings <ben@decadent.org.uk>  Mon, 09 Jun 2008 20:48:52 +0100
64
65 videolink (1.2.3) unstable; urgency=low
66
67   * Added support for XULRunner 1.9
68   * Cleaned up Makefile variables
69   * Removed support for mjpegtools <1.8 (aka mjpegtools-old)
70   * Updated README, clarifying video encoder requirements
71
72  -- Ben Hutchings <ben@decadent.org.uk>  Sat, 12 Apr 2008 18:36:18 +0100
73
74 videolink (1.2.2) unstable; urgency=low
75
76   * Fixed build failure with g++ 4.3
77
78  -- Ben Hutchings <ben@decadent.org.uk>  Mon, 07 Apr 2008 23:24:28 +0100
79
80 videolink (1.2.1) unstable; urgency=medium
81
82   * Fixed build failure on 64-bit architectures
83
84  -- Ben Hutchings <ben@decadent.org.uk>  Tue, 10 Jul 2007 19:59:17 +0100
85
86 videolink (1.2) unstable; urgency=low
87
88   * Removed support for Mozilla 1.7
89   * Added keyboard commands to preview mode
90   * Switched from gtkmm 2.0/2.2 to 2.4+
91   * Documented linking to chapters
92   * Added ".mpg" to recognised video file extensions
93   * Added link URI to error messages where processing of a link fails
94   * Made informational, warning and error messages more consistent
95   * Added vertical padding of buttons to even y coordinates since
96     dvdauthor claims odd values may result in incorrect display.
97
98  -- Ben Hutchings <ben@decadent.org.uk>  Sat,  7 Jul 2007 19:27:13 +0100
99
100 videolink (1.1) unstable; urgency=low
101
102   * Increased maximum number of menus to 999
103
104  -- Ben Hutchings <ben@decadent.org.uk>  Thu, 30 Nov 2006 02:52:12 +0000
105
106 videolink (1.0) unstable; urgency=low
107
108   * The "delete once, write twice" release
109   * Changed creation of temporary files to use regular names under a
110     temporary directory
111   * Changed method of freeze-framing menus since some players do not
112     support the old method
113
114  -- Ben Hutchings <ben@decadent.org.uk>  Sun, 15 Oct 2006 01:57:39 +0100
115
116 videolink (0.11) unstable; urgency=low
117
118   * Fixed operation of "top menu" or "title menu" button
119   * Added explicit aspect ratio to menu streams encoded with ffmpeg,
120     since some players will default to 16:9 otherwise
121   * Fixed off-by-one error in link coordinates passed to spumux
122   * Changed default padding for the body element to 10% of frame
123     dimensions, a common rule for the title-safe area
124   * Added explicit assignment of actions to direction buttons
125     since dvdauthor's policy doesn't seem to work that well
126   * Documented limit of 119 menus discovered by Mark Burton
127   * Fixed an occasional problem of links appearing in their hover state
128     initially due to the pointer being in the middle of the virtual
129     framebuffer
130
131  -- Ben Hutchings <ben@decadent.org.uk>  Mon, 25 Sep 2006 18:11:07 +0100
132
133 videolink (0.10) unstable; urgency=low
134
135   * Changed style-sheet application in Mozila/XULRunner 1.8 to override
136     built-in preferences, fixing link colours
137   * Corrected link colour style rules to apply only to links
138   * Stopped setting assumed screen resolution in Mozilla/XULRunner 1.8
139     since the browser uses it wrongly
140   * Made source dependency generation more efficient
141
142  -- Ben Hutchings <ben@decadent.org.uk>  Sun, 10 Sep 2006 14:43:15 +0100
143
144 videolink (0.9) unstable; urgency=low
145
146   * Minor build and installation improvements
147     - Made proper use of DESTDIR for installation
148     - Moved stylesheet under /usr/share
149     - Made documentation installation independent of Debian package
150     - Removed bogus distclean target
151     - Enabled more warnings
152   * Updated to work with Mozilla 1.8 and with XULRunner
153   * Fixed bug in setting nominal screen resolution
154
155  -- Ben Hutchings <ben@decadent.org.uk>  Wed, 16 Aug 2006 01:47:28 +0100
156
157 videolink (0.8) unstable; urgency=low
158
159   * Updated email and web addresses
160   * Reimplemented linking to chapters correctly
161   * Documented use of ffmpeg as default encoder
162   * Fixed bugs in handling of fatal errors when loading a local file
163   * Changed video standard documentation to be pedantically correct
164   * Renamed package and separated out Debian-specific parts
165   * Added manual page
166
167  -- Ben Hutchings <ben@decadent.org.uk>  Thu, 10 Aug 2006 22:08:00 +0100
168
169 webdvd (0.7) unstable; urgency=low
170
171   * Changed VOB list feature to expect real XML files and to treat
172     filenames as relative (adding a dependency on expat)
173   * Suppressed message windows from Mozilla in batch mode and added
174     reporting of error messages that would normally appear in windows
175   * Set exit code to indicate errors during batch processing
176   * Added support for encoding with newer versions of mjpegtools
177
178  -- Ben Hutchings <ben@decadentplace.org.uk>  Thu, 18 May 2006 16:41:12 -0500
179
180 webdvd (0.6) unstable; urgency=low
181
182   * Cleaned up internal naming and some data structures
183   * Improved menu navigation code
184   * Added support for linking to chapters
185   * Added code to tell Mozilla the target screen resolution
186
187  -- Ben Hutchings <ben@decadentplace.org.uk>  Fri, 10 Feb 2006 09:08:40 +0000
188
189 webdvd (0.5) unstable; urgency=low
190
191   * Disabled scrollbars
192   * Added early check for missing video files
193   * Added support for linking to custom VOB lists
194   * Changed X server spawning to avoid displays allocated by ssh
195
196  -- Ben Hutchings <ben@decadentplace.org.uk>  Thu, 15 Dec 2005 01:07:33 +0000
197
198 webdvd (0.4) unstable; urgency=low
199
200   * Implemented preview mode
201   * Added support for use of page filenames on the command line
202
203  -- Ben Hutchings <ben@decadentplace.org.uk>  Mon, 05 Dec 2005 00:33:45 +0000
204
205 webdvd (0.3) unstable; urgency=low
206
207   * Cleaned up command-line arguments
208   * Added spawning of dvdauthor and other necessary external programs
209   * Eliminated creation of files in the current directory
210   * Changed conditions for starting to process pages, fixing a failed assertion
211
212  -- Ben Hutchings <ben@decadentplace.org.uk>  Mon, 28 Nov 2005 00:00:50 +0000
213
214 webdvd (0.2) unstable; urgency=low
215
216   * Debianised
217   * Corrected length of background filename buffer
218   * Worked around bogus error generated by imglib2
219
220  -- Ben Hutchings <ben@decadentplace.org.uk>  Sat, 12 Nov 2005 15:24:07 +0000
221
222 webdvd (0.1) unstable; urgency=low
223
224   * Initial version
225
226  -- Ben Hutchings <ben@decadentplace.org.uk>  Thu, 03 Nov 2005 02:04:02 +0000