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