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