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