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