Update changelog, bump version number
[browser-switch] / debian / changelog
index fb292ae..5dc2d45 100644 (file)
@@ -1,3 +1,31 @@
+browser-switchboard (3.0~rc1-2) extras-devel; urgency=low
+
+  * Actually upload to extras-devel.
+  * Replace the dependency on libdbus-1-dev and the call to pkg-config for
+    dbus-1 with libosso-dev and libosso, respectively, as that's the package
+    the control panel plugin interface actually needs.  Fixes autobuild.
+
+ -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 19:07:25 -0800
+
+browser-switchboard (3.0~rc1-1) extras-devel; urgency=low
+
+  * New "upstream" prerelease.
+  * Upstream changes:
+    - move to an all-C implementation for better performance and memory usage
+    - add a configuration hildon-control-panel plugin
+    - make MicroB the default default browser
+  * Packaging changes:
+    - Accommodate the move to C:
+      + Package is now Arch: any.
+      + Revise Build-Depends and Depends appropriately.
+      + debian/postrm now kills off both Python and C browser-switchboards.
+      + debian/rules: build an Arch: any package, use the new Makefile-based
+        build and install, dh_strip the binaries, make shlibdeps.
+  * Cherry-pick 323bf8...
+    ("config-ui: Teach UI how to HUP C browser-switchboards") from Git master.
+
+ -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 03:48:03 -0800
+
 browser-switchboard (2.2-1) extras-devel; urgency=low
 
   * New "upstream" release.
@@ -10,9 +38,9 @@ browser-switchboard (2.2-1) extras-devel; urgency=low
       browser-switchboard package and Tear not installed
     - substantial documentation update
   * Packaging changes:
-    - Rename the package to browser-switchboard; try to accommodate
-      updates from browser-proxy by Provides/Conflicts/Replaces
-      browser-proxy.
+    - Rename the package to browser-switchboard; Conflict with browser-proxy
+      to make sure that users don't try to install over it.  browser-proxy
+      needs to be uninstalled before installing browser-switchboard.
     - Drop the Depends on tear, now that installing browser-switchboard
       doesn't break link opening when Tear isn't installed.  Recommend
       tear | fennec | midori instead.