Restore webpages
[browser-switch] / Changelog
1 version 3.2:
2 * make the "Web" menu entry and /usr/bin/browser open the default browser, and
3   provide a new "MicroB" menu entry and /usr/bin/microb script for launching
4   MicroB; the previous behavior was counterintuitive and difficult to discover
5 * Fremantle: fix launching and closing MicroB on Fremantle; thanks Faheem
6   Pervez and Uwe Kaminski for extensive testing
7 * Fremantle: force the Ovi Store bookmark to open in MicroB, since Ovi Store
8   doesn't load in other browsers; thanks ToJa92 of t.m.o for reporting
9 * add ability to send debug output to syslog and new config setting ("logging")
10   to control where debug output goes; thanks Faheem Pervez for the suggestion
11 * close stdin/stdout/stderr in child processes before the exec(), to make debug
12   output on stdout less noisy
13 * fix some abuses of the D-Bus API in launcher.c:launch_tear()
14 * make sure a running browserd is detected correctly on all devices so that we
15   don't try to launch another one; thanks Faheem Pervez for reporting
16 * ensure that only one browser-switchboard is active at any time
17 * update build system; we now have "diablo" and "fremantle" targets that build
18   binaries for the selected OS release
19 * link binaries with -Wl,--as-needed to eliminate unnecessary dependencies
20
21 version 3.1:
22 * add a new, more finger-friendly GUI for Fremantle, based on work by
23   Faheem Pervez (build UI with EXTRA_CPPFLAGS=-DFREMANTLE)
24 * make sure reconfig signal (SIGHUP) doesn't interrupt dispatch of a request
25   when continuous mode is off
26 * disable autocapitalization and predictive text features for the
27   other_browser_cmd entry in the UI
28 * add support for EXTRA_CPPFLAGS in Makefiles, to allow package builds to pass
29   feature/configuration defines; add EXTRA_LDFLAGS too, just in case
30
31 version 3.0:
32 * fix the UI so that it looks for C browser-switchboard processes to send
33   SIGHUP to, not Python browser-switchboards 
34 * add support for EXTRA_CFLAGS in Makefiles, to allow package builds to pass
35   additional optimization flags
36 * replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
37   `pkg-config libosso` instead; asking for dbus-1 was incorrect and covering
38   up a problem that caused maemo extras-devel autobuilds to fail
39
40 version 3.0rc1:
41 * reimplement the main browser-switchboard process in C, which leads to much
42   faster startup times and much lower memory usage
43 * implement a configuration UI, which can be used as a standalone app or as a
44   hildon-control-panel applet
45 * default to launching MicroB if no config file is found -- with a config UI,
46   it's best to keep things unchanged in a fresh install and let the user
47   configure them him/herself
48 * EXPERIMENTAL Fremantle support
49
50 version 2.2:
51 * rename the package to browser-switchboard
52 * move the config file to $HOME/.config/browser-switchboard, and fall back
53   to the old location if no config file is found
54 * if no config file is found and Tear isn't installed, launch MicroB;
55   this avoids breaking link opening on a system with a freshly installed
56   browser-switchboard package and Tear not installed
57 * substantial documentation update
58
59 version 2.1:
60 * Steven Luo is now the primary maintainer
61 * use a config file, /home/user/.config/browser-proxy, if available
62 * add support for launching Fennec and Midori out of the box
63 * introduce a config option default_browser for selecting the default browser
64   ("tear", "microb", "fennec", "midori", "other")
65 * add support for launching an arbitrary browser using the other_browser_cmd
66   config option
67 * run maemo-invoker directly instead of /usr/bin/browser to avoid a loop when
68   /usr/bin/browser is a wrapper invoking this script
69 * add a new, private D-Bus method for a /usr/bin/browser wrapper to use to
70   launch MicroB with a URI
71
72 version 2.0:
73 * several patches contributed by Steven Luo:
74   - only launch one window if Tear isn't already running
75   - use gobject instead of gtk+ for main loop, uses less memory
76   - use python dbus interface instead of shelling out for dbus-send
77   - add 'continuous mode' option to keep proxy running (faster response)
78   - kill browserd on exit if launched from the script
79   - add option to use MicroB by default
80
81 version 1.5:
82 * added mime_open method used by File manager to open .html files
83
84 version 1.4:
85 * can now manually launch MicroB/browser -- while open, it will be used instead
86 * without --print-reply, the initial launching message seems to get lost
87
88 version 1.3:
89 * sniff for local paths, prefix with file:// (fixes feedcircuit)
90
91 version 1.2:
92 * removed return values, added osso_browser/request namespace (fixes Pidgin)
93
94 version 1.1:
95 * fixed wrong capitalization in dbus message
96
97 version 1.0:
98 * initial release