Blueman 0.6 beta released

Post a reply

:
In an effort to prevent automatic submissions, we require that you enter both of the words displayed below into the text field underneath.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Blueman 0.6 beta released

Blueman 0.6 beta released

Post by IntuitiveNipple » 09 Aug 2008, 03:35

We've committed many bug-fixes and added some significant new functionality recently and it is now available for testing.

    * Fixed missing application window icon
    * Fixed missing toolbar 'My Device' icon
    * Fixes multi-threading GTK GDK deadlocks, incorrect icon paths, signal-quality exceptions
    * Added DHCP client support for PAN
    * Added DNSmasq support for PAN server
    * Added context menu improvements

If you're using Ubuntu the packages for Gutsy, Hardy and Intrepid are available from the Blueman project PPA. You can add this to your repository list to ensure you stay up-to-date:
Code: Select all
sudo sh -c "echo 'deb http://ppa.launchpad.net/blueman/ubuntu $(lsb_release -sc) main' >/etc/apt/sources.list.d/blueman.list"
sudo apt-get update
sudo apt-get install blueman


The new 0.6-r106 source tarball is also available for download.

To build and install Blueman do:
Code: Select all
wget http://download.tuxfamily.org/blueman/tarballs/blueman-0.6-r106.tar.gz
tar -xzf blueman-0.6-r102.tar.gz
cd blueman-0.6
sudo make install


See the README file for dependency details.

Top