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