Update debian/rules
[browser-switch] / debian / changelog
1 browser-switchboard (3.3~b2-1) extras-devel; urgency=low
2
3   * New "upstream" development release.
4   * Upstream changes:
5     - only offer installed browsers in the config GUI
6     - make continuous mode operation the default; disable non-continuous-mode
7       on Fremantle (needed for correct operation on D-Bus system bus)
8     - Fremantle: major overhaul of MicroB launching to improve robustness;
9       should result in speed and behavior indistinguishable from when Browser
10       Switchboard isn't installed when MicroB is configured as default browser
11     - listen on D-Bus system bus as well as session bus, to accommodate some
12       broken applications that send their requests on the system bus
13     - Fremantle: start browser-switchboard on X session startup, and also
14       prestart MicroB if it's the default browser or the user asks for it
15     - Fremantle: prestart MicroB when the user changes to MicroB as the default
16       browser
17   * Packaging changes:
18     - Update package description to mention that we ship a control panel
19       applet, to help users who don't read documentation.  Thanks to Emanuele
20       Cassioli for pointing out the need.
21
22  -- Steven Luo <steven+maemo@steven676.net>  Sat, 28 Aug 2010 04:55:39 -0700 
23
24 browser-switchboard (3.3~b1-1fremantle1) extras-devel; urgency=low
25
26   * Development release for Fremantle.
27
28  -- Steven Luo <steven+maemo@steven676.net>  Sun, 30 May 2010 03:23:17 -0700 
29
30 browser-switchboard (3.3~b1-1) extras-devel; urgency=low
31
32   * New "upstream" development release.
33   * Upstream changes:
34     - add support for Opera Mobile
35     - fall back to the built-in default if the user's configured default
36       browser isn't installed
37     - introduce a command-line config utility; this is mainly intended to give
38       browser vendors a way to set their browser as the default
39     - provide a description for users who don't know what MicroB is; thanks
40       Emanuele Cassioli for pointing out the need
41     - major rewrite of configuration loading/saving code
42   * Cherry-pick addb0ed9... ("Add command-line utility to Makefile install
43     target").
44   * Packaging changes:
45     - Build and install the new command-line config utility.
46
47  -- Steven Luo <steven+maemo@steven676.net>  Sun, 30 May 2010 02:52:31 -0700 
48
49 browser-switchboard (3.2-2fremantle1) extras-devel; urgency=low
50
51   * Beta release for Fremantle.
52   * Packaging changes:
53     - Clear hildon-control-panel's cached screenshot on package remove.
54     - Don't build with -mthumb, to avoid a SIGILL on PR1.2.
55
56  -- Steven Luo <steven+maemo@steven676.net>  Fri, 28 May 2010 01:40:27 -0700 
57
58 browser-switchboard (3.2-2) extras-devel; urgency=low
59
60   * Cherry-pick ebfd6218... ("Add preliminary support for Opera Mobile").
61   * Update package description to mention Opera Mobile.
62
63  -- Steven Luo <steven+maemo@steven676.net>  Fri, 28 May 2010 01:35:22 -0700 
64
65 browser-switchboard (3.2-1fremantle1) extras-devel; urgency=low
66
67   * Beta release for Fremantle.
68   * Packaging changes:
69     - Ship a different microb.desktop file with the Fremantle location of the
70       stock web browser icon.
71     - Add a postinst that attempts to kill open MicroB browser processes, to
72       avoid having to restart for browser-switchboard to start handling
73       com.nokia.osso_browser.
74
75  -- Steven Luo <steven+maemo@steven676.net>  Mon, 22 Feb 2010 03:02:50 -0800 
76
77 browser-switchboard (3.2-1) extras-devel; urgency=low
78
79   * New "upstream" stable release.
80   * Upstream changes:
81     - make the "Web" menu entry and /usr/bin/browser open the default browser,
82       and provide a new "MicroB" menu entry and /usr/bin/microb script for
83       launching MicroB; the previous behavior was counterintuitive and
84       difficult to discover
85     - Fremantle: fix launching and closing MicroB on Fremantle; thanks Faheem
86       Pervez and Uwe Kaminski for extensive testing
87     - Fremantle: force the Ovi Store bookmark to open in MicroB, since Ovi
88       Store doesn't load in other browsers; thanks ToJa92 of t.m.o for
89       reporting
90     - add ability to send debug output to syslog and new config setting
91       ("logging") to control where debug output goes; thanks Faheem Pervez for
92       the suggestion
93     - close stdin/stdout/stderr in child processes before the exec(), to make
94       debug output on stdout less noisy
95     - fix some abuses of the D-Bus API in launcher.c:launch_tear()
96     - make sure a running browserd is detected correctly on all devices so that
97       we don't try to launch another one; thanks Faheem Pervez for reporting
98     - ensure that only one browser-switchboard is active at any time
99     - update build system; we now have "diablo" and "fremantle" targets that
100       build binaries for the selected OS release
101     - link binaries with -Wl,--as-needed to eliminate unnecessary dependencies
102   * Packaging changes:
103     - Build with Thumb by default and provide a "nothumb" build option to turn
104       it off, instead of building with Thumb only when requested; the
105       autobuilders aren't requesting Thumb, but we want it by default.
106     - Update debian/rules for the new upstream build system.
107
108  -- Steven Luo <steven+maemo@steven676.net>  Mon, 22 Feb 2010 02:14:19 -0800 
109
110 browser-switchboard (3.1-2fremantle4) extras-devel; urgency=low
111
112   * Alpha release for Fremantle.
113   * Cherry-pick 870b63f0... ("Install the inotify watch for lockfile creation
114     before forking").
115   * Cherry-pick a712d8d7... ("Avoid a race between MicroB startup and
116     establishing D-Bus watch for it").
117   * Cherry-pick 32801150... ("Ensure that only one browser-switchboard is
118     active at any time").
119
120  -- Steven Luo <steven+maemo@steven676.net>  Mon, 15 Feb 2010 18:57:46 -0800 
121
122 browser-switchboard (3.1-2fremantle3) extras-devel; urgency=low
123
124   * Alpha release for Fremantle.
125   * Cherry-pick e7bb0f3e... ("Take a different approach to detecting MicroB
126     browser window close").
127
128  -- Steven Luo <steven+maemo@steven676.net>  Sat, 13 Feb 2010 21:07:56 -0800 
129
130 browser-switchboard (3.1-2fremantle2) extras-devel; urgency=low
131
132   * Alpha release for Fremantle.
133   * Cherry-pick 5b7e4808... ("Make sure a running browserd is detected
134     correctly on all devices").
135   * Cherry-pick 88db9429... ("Kill MicroB browser UI processes instead
136     of using exit_browser").
137
138  -- Steven Luo <steven+maemo@steven676.net>  Sat, 06 Feb 2010 03:10:16 -0800 
139
140 browser-switchboard (3.1-2fremantle1) extras-devel; urgency=low
141
142   * Alpha release for Fremantle.
143   * No need to lose the tablet-browser-ui dependency on Fremantle.
144   * Cherry-pick d8d8d1ed... ("Close stdin/stdout/stderr in child
145     processes before exec()") and 53ba5ca0... ("Throw away stdout/stderr
146     for browserds we launch too") to make ongoing debugging efforts
147     easier.
148
149  -- Steven Luo <steven+maemo@steven676.net>  Fri, 05 Feb 2010 00:13:54 -0800 
150
151 browser-switchboard (3.1-2) extras-devel; urgency=low
152
153   * Drop the dependency on tablet-browser-ui for Diablo until maemo.org
154     Bugzilla #8806 gets fixed; this was preventing 3.1-1 from reaching
155     extras.
156
157  -- Steven Luo <steven+maemo@steven676.net>  Fri, 05 Feb 2010 00:05:27 -0800 
158
159 browser-switchboard (3.1-1fremantle2) extras-devel; urgency=low
160
161   * Alpha release for Fremantle.
162   * Cherry-pick 6b78dde6... ("Initial support for launching MicroB on
163     Fremantle") and associated cleanups.
164   * Revise build system to reflect updated dependencies.
165
166  -- Steven Luo <steven+maemo@steven676.net>  Tue, 02 Feb 2010 02:45:42 -0800
167
168 browser-switchboard (3.1-1fremantle1) extras-devel; urgency=low
169
170   * Alpha release for Fremantle.
171   * Pass EXTRA_CPPFLAGS=-DFREMANTLE to make to compile Fremantle-specific code.
172
173  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 02:52:40 -0800
174
175 browser-switchboard (3.1-1) extras-devel; urgency=low
176
177   * New "upstream" stable release.
178   * Upstream changes:
179     - add a new, more finger-friendly GUI for Fremantle, based on work by
180       Faheem Pervez (build UI with EXTRA_CPPFLAGS=-DFREMANTLE)
181     - make sure reconfig signal (SIGHUP) doesn't interrupt dispatch of a
182       request when continuous mode is off
183     - disable autocapitalization and predictive text features for the
184       other_browser_cmd entry in the UI
185     - add support for EXTRA_CPPFLAGS in Makefiles, to allow package builds to
186       pass feature/configuration defines; add EXTRA_LDFLAGS too, just in case
187
188  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 01:54:56 -0800
189
190 browser-switchboard (3.0-1fremantle1) extras-devel; urgency=low
191
192   * Experimental build for Fremantle.
193   * Add XSBC-Bugtracker to debian/control to indicate where bugs should be
194     filed; needed for maemo extras QA.
195   * No need to add CPU optimization flags, the Fremantle toolchain
196     automatically optimizes for N900/OMAP3.
197
198  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 04:01:53 -0800
199
200 browser-switchboard (3.0-1) extras-devel; urgency=low
201
202   * New "upstream" stable release.
203   * Upstream changes:
204     - fix the UI so that it looks for C browser-switchboard processes to send
205       SIGHUP to, not Python browser-switchboards
206     - add support for EXTRA_CFLAGS in Makefiles, to allow package builds to
207       pass additional optimization flags
208     - replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
209       `pkg-config libosso` instead; asking for dbus-1 was incorrect and
210       covering up a problem that caused maemo extras-devel autobuilds to fail
211   * Packaging changes:
212     - Use EXTRA_CFLAGS to generate N8x0 optimized builds, and use Thumb if
213       DEB_BUILD_OPTIONS requests it.
214     - Bump Standards-Version to 3.8.0; no changes required.
215     - 323bf8... ("config-ui: Teach UI how to HUP C browser-switchboards")
216       merged upstream, remove from diff.
217     - Remove unneeded file debian/dirs.
218
219  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 03:48:02 -0800
220
221 browser-switchboard (3.0~rc1-2fremantle1) extras-devel; urgency=low
222
223   * Experimental build for Fremantle.
224   * Upload to extras-devel.
225
226  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 20:44:08 -0800
227
228 browser-switchboard (3.0~rc1-2) extras-devel; urgency=low
229
230   * Actually upload to extras-devel.
231   * Replace the dependency on libdbus-1-dev and the call to pkg-config for
232     dbus-1 with libosso-dev and libosso, respectively, as that's the package
233     the control panel plugin interface actually needs.  Fixes autobuild.
234
235  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 19:07:25 -0800
236
237 browser-switchboard (3.0~rc1-1fremantle1) extras-devel; urgency=low
238
239   * Experimental build for Fremantle.
240   * Packaging changes:
241     - Add a different .desktop file with the Fremantle location of the stock
242       web browser icon.
243
244  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 05:24:16 -0800
245
246 browser-switchboard (3.0~rc1-1) extras-devel; urgency=low
247
248   * New "upstream" prerelease.
249   * Upstream changes:
250     - move to an all-C implementation for better performance and memory usage
251     - add a configuration hildon-control-panel plugin
252     - make MicroB the default default browser
253   * Packaging changes:
254     - Accommodate the move to C:
255       + Package is now Arch: any.
256       + Revise Build-Depends and Depends appropriately.
257       + debian/postrm now kills off both Python and C browser-switchboards.
258       + debian/rules: build an Arch: any package, use the new Makefile-based
259         build and install, dh_strip the binaries, make shlibdeps.
260   * Cherry-pick 323bf8...
261     ("config-ui: Teach UI how to HUP C browser-switchboards") from Git master.
262
263  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 03:48:03 -0800
264
265 browser-switchboard (2.2-1) extras-devel; urgency=low
266
267   * New "upstream" release.
268   * Upstream changes:
269     - rename the package to browser-switchboard
270     - move the config file to $HOME/.config/browser-switchboard, and fall back
271       to the old location if no config file is found
272     - if no config file is found and Tear isn't installed, launch MicroB;
273       this avoids breaking link opening on a system with a freshly installed
274       browser-switchboard package and Tear not installed
275     - substantial documentation update
276   * Packaging changes:
277     - Rename the package to browser-switchboard; Conflict with browser-proxy
278       to make sure that users don't try to install over it.  browser-proxy
279       needs to be uninstalled before installing browser-switchboard.
280     - Drop the Depends on tear, now that installing browser-switchboard
281       doesn't break link opening when Tear isn't installed.  Recommend
282       tear | fennec | midori instead.
283     - Add a friendly display name for the application manager in
284       debian/control.
285     - Update the package description.
286
287  -- Steven Luo <steven+maemo@steven676.net>  Mon, 14 Dec 2009 03:39:04 -0800
288
289 browser-proxy (2.1-1) extras-devel; urgency=low
290
291   * New "upstream" release.
292   * Upstream changes:
293     - I'm now the upstream maintainer.
294     - License is clarified (GPLv2+).
295     - Use a config file ($HOME/.config/browser-proxy) for settings, if it
296       exists.
297     - Add support for launching Fennec and Midori out of the box.
298     - Introduce a config option default_browser for selecting the default
299       browser.
300     - Add support for launching an arbitrary browser using the
301       other_browser_cmd config option.
302     - Run maemo-invoker directly instead of /usr/bin/browser to avoid a loop
303       when /usr/bin/browser is a wrapper invoking browser-proxy.
304     - Add a new, private D-Bus method for a /usr/bin/browser wrapper to use.
305   * Packaging changes:
306     - Ship a /usr/bin/browser wrapper script which ensures that launching
307       MicroB with /usr/bin/browser works when browser-proxy is installed.
308     - Update copyright to reflect licensing changes.
309     - Conflict with Mozilla's fennec-dbus-proxy (see Mozilla Bugzilla
310       #499904); both provide the com.nokia.osso_browser service and the two
311       probably shouldn't be co-installed.
312
313  -- Steven Luo <steven+maemo@steven676.net>  Wed, 09 Dec 2009 17:54:16 -0800
314
315 browser-proxy (2.0-1) extras-devel; urgency=low
316
317   * Initial release. 
318
319  -- Steven Luo <steven+maemo@steven676.net>  Wed,  2 Dec 2009 17:56:24 -0800
320