4de638a5cb2a8a3bbd9a593d7cc2415451bfdaa2
[browser-switch] / debian / changelog
1 browser-switchboard (3.1-2fremantle3) extras-devel; urgency=low
2
3   * Alpha release for Fremantle.
4   * Cherry-pick e7bb0f3e... ("Take a different approach to detecting MicroB
5     browser window close").
6
7  -- Steven Luo <steven+maemo@steven676.net>  Sat, 13 Feb 2010 21:07:56 -0800 
8
9 browser-switchboard (3.1-2fremantle2) extras-devel; urgency=low
10
11   * Alpha release for Fremantle.
12   * Cherry-pick 5b7e4808... ("Make sure a running browserd is detected
13     correctly on all devices").
14   * Cherry-pick 88db9429... ("Kill MicroB browser UI processes instead
15     of using exit_browser").
16
17  -- Steven Luo <steven+maemo@steven676.net>  Sat, 06 Feb 2010 03:10:16 -0800 
18
19 browser-switchboard (3.1-2fremantle1) extras-devel; urgency=low
20
21   * Alpha release for Fremantle.
22   * No need to lose the tablet-browser-ui dependency on Fremantle.
23   * Cherry-pick d8d8d1ed... ("Close stdin/stdout/stderr in child
24     processes before exec()") and 53ba5ca0... ("Throw away stdout/stderr
25     for browserds we launch too") to make ongoing debugging efforts
26     easier.
27
28  -- Steven Luo <steven+maemo@steven676.net>  Fri, 05 Feb 2010 00:13:54 -0800 
29
30 browser-switchboard (3.1-2) extras-devel; urgency=low
31
32   * Drop the dependency on tablet-browser-ui for Diablo until maemo.org
33     Bugzilla #8806 gets fixed; this was preventing 3.1-1 from reaching
34     extras.
35
36  -- Steven Luo <steven+maemo@steven676.net>  Fri, 05 Feb 2010 00:05:27 -0800 
37
38 browser-switchboard (3.1-1fremantle2) extras-devel; urgency=low
39
40   * Alpha release for Fremantle.
41   * Cherry-pick 6b78dde6... ("Initial support for launching MicroB on
42     Fremantle") and associated cleanups.
43   * Revise build system to reflect updated dependencies.
44
45  -- Steven Luo <steven+maemo@steven676.net>  Tue, 02 Feb 2010 02:45:42 -0800
46
47 browser-switchboard (3.1-1fremantle1) extras-devel; urgency=low
48
49   * Alpha release for Fremantle.
50   * Pass EXTRA_CPPFLAGS=-DFREMANTLE to make to compile Fremantle-specific code.
51
52  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 02:52:40 -0800
53
54 browser-switchboard (3.1-1) extras-devel; urgency=low
55
56   * New "upstream" stable release.
57   * Upstream changes:
58     - add a new, more finger-friendly GUI for Fremantle, based on work by
59       Faheem Pervez (build UI with EXTRA_CPPFLAGS=-DFREMANTLE)
60     - make sure reconfig signal (SIGHUP) doesn't interrupt dispatch of a
61       request when continuous mode is off
62     - disable autocapitalization and predictive text features for the
63       other_browser_cmd entry in the UI
64     - add support for EXTRA_CPPFLAGS in Makefiles, to allow package builds to
65       pass feature/configuration defines; add EXTRA_LDFLAGS too, just in case
66
67  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 01:54:56 -0800
68
69 browser-switchboard (3.0-1fremantle1) extras-devel; urgency=low
70
71   * Experimental build for Fremantle.
72   * Add XSBC-Bugtracker to debian/control to indicate where bugs should be
73     filed; needed for maemo extras QA.
74   * No need to add CPU optimization flags, the Fremantle toolchain
75     automatically optimizes for N900/OMAP3.
76
77  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 04:01:53 -0800
78
79 browser-switchboard (3.0-1) extras-devel; urgency=low
80
81   * New "upstream" stable release.
82   * Upstream changes:
83     - fix the UI so that it looks for C browser-switchboard processes to send
84       SIGHUP to, not Python browser-switchboards
85     - add support for EXTRA_CFLAGS in Makefiles, to allow package builds to
86       pass additional optimization flags
87     - replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
88       `pkg-config libosso` instead; asking for dbus-1 was incorrect and
89       covering up a problem that caused maemo extras-devel autobuilds to fail
90   * Packaging changes:
91     - Use EXTRA_CFLAGS to generate N8x0 optimized builds, and use Thumb if
92       DEB_BUILD_OPTIONS requests it.
93     - Bump Standards-Version to 3.8.0; no changes required.
94     - 323bf8... ("config-ui: Teach UI how to HUP C browser-switchboards")
95       merged upstream, remove from diff.
96     - Remove unneeded file debian/dirs.
97
98  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 03:48:02 -0800
99
100 browser-switchboard (3.0~rc1-2fremantle1) extras-devel; urgency=low
101
102   * Experimental build for Fremantle.
103   * Upload to extras-devel.
104
105  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 20:44:08 -0800
106
107 browser-switchboard (3.0~rc1-2) extras-devel; urgency=low
108
109   * Actually upload to extras-devel.
110   * Replace the dependency on libdbus-1-dev and the call to pkg-config for
111     dbus-1 with libosso-dev and libosso, respectively, as that's the package
112     the control panel plugin interface actually needs.  Fixes autobuild.
113
114  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 19:07:25 -0800
115
116 browser-switchboard (3.0~rc1-1fremantle1) extras-devel; urgency=low
117
118   * Experimental build for Fremantle.
119   * Packaging changes:
120     - Add a different .desktop file with the Fremantle location of the stock
121       web browser icon.
122
123  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 05:24:16 -0800
124
125 browser-switchboard (3.0~rc1-1) extras-devel; urgency=low
126
127   * New "upstream" prerelease.
128   * Upstream changes:
129     - move to an all-C implementation for better performance and memory usage
130     - add a configuration hildon-control-panel plugin
131     - make MicroB the default default browser
132   * Packaging changes:
133     - Accommodate the move to C:
134       + Package is now Arch: any.
135       + Revise Build-Depends and Depends appropriately.
136       + debian/postrm now kills off both Python and C browser-switchboards.
137       + debian/rules: build an Arch: any package, use the new Makefile-based
138         build and install, dh_strip the binaries, make shlibdeps.
139   * Cherry-pick 323bf8...
140     ("config-ui: Teach UI how to HUP C browser-switchboards") from Git master.
141
142  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 03:48:03 -0800
143
144 browser-switchboard (2.2-1) extras-devel; urgency=low
145
146   * New "upstream" release.
147   * Upstream changes:
148     - rename the package to browser-switchboard
149     - move the config file to $HOME/.config/browser-switchboard, and fall back
150       to the old location if no config file is found
151     - if no config file is found and Tear isn't installed, launch MicroB;
152       this avoids breaking link opening on a system with a freshly installed
153       browser-switchboard package and Tear not installed
154     - substantial documentation update
155   * Packaging changes:
156     - Rename the package to browser-switchboard; Conflict with browser-proxy
157       to make sure that users don't try to install over it.  browser-proxy
158       needs to be uninstalled before installing browser-switchboard.
159     - Drop the Depends on tear, now that installing browser-switchboard
160       doesn't break link opening when Tear isn't installed.  Recommend
161       tear | fennec | midori instead.
162     - Add a friendly display name for the application manager in
163       debian/control.
164     - Update the package description.
165
166  -- Steven Luo <steven+maemo@steven676.net>  Mon, 14 Dec 2009 03:39:04 -0800
167
168 browser-proxy (2.1-1) extras-devel; urgency=low
169
170   * New "upstream" release.
171   * Upstream changes:
172     - I'm now the upstream maintainer.
173     - License is clarified (GPLv2+).
174     - Use a config file ($HOME/.config/browser-proxy) for settings, if it
175       exists.
176     - Add support for launching Fennec and Midori out of the box.
177     - Introduce a config option default_browser for selecting the default
178       browser.
179     - Add support for launching an arbitrary browser using the
180       other_browser_cmd config option.
181     - Run maemo-invoker directly instead of /usr/bin/browser to avoid a loop
182       when /usr/bin/browser is a wrapper invoking browser-proxy.
183     - Add a new, private D-Bus method for a /usr/bin/browser wrapper to use.
184   * Packaging changes:
185     - Ship a /usr/bin/browser wrapper script which ensures that launching
186       MicroB with /usr/bin/browser works when browser-proxy is installed.
187     - Update copyright to reflect licensing changes.
188     - Conflict with Mozilla's fennec-dbus-proxy (see Mozilla Bugzilla
189       #499904); both provide the com.nokia.osso_browser service and the two
190       probably shouldn't be co-installed.
191
192  -- Steven Luo <steven+maemo@steven676.net>  Wed, 09 Dec 2009 17:54:16 -0800
193
194 browser-proxy (2.0-1) extras-devel; urgency=low
195
196   * Initial release. 
197
198  -- Steven Luo <steven+maemo@steven676.net>  Wed,  2 Dec 2009 17:56:24 -0800
199