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