* Re: [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.26 and bluez-utils-3.26 [not found] <1202692346.7664.129.camel@violet> @ 2008-02-11 1:23 ` Bastien Nocera 2008-02-11 1:31 ` Marcel Holtmann 0 siblings, 1 reply; 4+ messages in thread From: Bastien Nocera @ 2008-02-11 1:23 UTC (permalink / raw) To: BlueZ Hackers On Mon, 2008-02-11 at 02:12 +0100, Marcel Holtmann wrote: > Hi Folks, > > this is an update release of the new stable versions of the Bluetooth > library and the utilities. This release is actually a cleanup release > and the first step towards the BlueZ 4.0 generation. > > With this release all services are switched on by default and all old > school daemons are disabled. So all package maintainers, please keep > this in mind and adjust your packages. > > The sources can be found at http://www.bluez.org/download.html Which daemons do you call "old school"? Is this pand/dund? Can we get rid of the tick boxes in the properties services tab now? :) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.26 and bluez-utils-3.26 2008-02-11 1:23 ` [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.26 and bluez-utils-3.26 Bastien Nocera @ 2008-02-11 1:31 ` Marcel Holtmann 2008-02-11 1:47 ` Bastien Nocera 0 siblings, 1 reply; 4+ messages in thread From: Marcel Holtmann @ 2008-02-11 1:31 UTC (permalink / raw) To: BlueZ development Hi Bastien, > > this is an update release of the new stable versions of the Bluetooth > > library and the utilities. This release is actually a cleanup release > > and the first step towards the BlueZ 4.0 generation. > > > > With this release all services are switched on by default and all old > > school daemons are disabled. So all package maintainers, please keep > > this in mind and adjust your packages. > > > > The sources can be found at http://www.bluez.org/download.html > > Which daemons do you call "old school"? Is this pand/dund? yes. All this hidd, pand, dund etc. stuff that is more hacking around than actually doing something. > Can we get rid of the tick boxes in the properties services tab now? :) Actually we will, but not so quickly. We have to re-design parts of the service infrastructure for 4.0 and then we see. Btw. you need to update gnome-user-share since the obex-data-server-0.1 API now uses DBUS_TYPE_OBJECT_PATH and no strings anymore. And I am thinking about simply adding the support for FTP to bluez-gnome since the dependencies of gnome-user-share are a little bit too much. Regards Marcel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.26 and bluez-utils-3.26 2008-02-11 1:31 ` Marcel Holtmann @ 2008-02-11 1:47 ` Bastien Nocera 2008-02-11 2:33 ` Marcel Holtmann 0 siblings, 1 reply; 4+ messages in thread From: Bastien Nocera @ 2008-02-11 1:47 UTC (permalink / raw) To: BlueZ development On Mon, 2008-02-11 at 02:31 +0100, Marcel Holtmann wrote: > Hi Bastien, > > > > this is an update release of the new stable versions of the Bluetooth > > > library and the utilities. This release is actually a cleanup release > > > and the first step towards the BlueZ 4.0 generation. > > > > > > With this release all services are switched on by default and all old > > > school daemons are disabled. So all package maintainers, please keep > > > this in mind and adjust your packages. > > > > > > The sources can be found at http://www.bluez.org/download.html > > > > Which daemons do you call "old school"? Is this pand/dund? > > yes. All this hidd, pand, dund etc. stuff that is more hacking around > than actually doing something. Right, we weren't using those by default in Fedora either. > > Can we get rid of the tick boxes in the properties services tab now? :) > > Actually we will, but not so quickly. We have to re-design parts of the > service infrastructure for 4.0 and then we see. OK. > Btw. you need to update gnome-user-share since the obex-data-server-0.1 > API now uses DBUS_TYPE_OBJECT_PATH and no strings anymore. I didn't see anything to port at first glance, but you're right. Fixed in SVN trunk. > And I am thinking about simply adding the support for FTP to bluez-gnome > since the dependencies of gnome-user-share are a little bit too much. The same as bluez-gnome plus httpd and avahi. Could you add a way to disable the bluez-gnome code? I'm thinking of adding obexpush support in gnome-user-share as well, as it's the better place to have it, thinking desktop-wide. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.26 and bluez-utils-3.26 2008-02-11 1:47 ` Bastien Nocera @ 2008-02-11 2:33 ` Marcel Holtmann 0 siblings, 0 replies; 4+ messages in thread From: Marcel Holtmann @ 2008-02-11 2:33 UTC (permalink / raw) To: BlueZ development Hi Bastien, > > And I am thinking about simply adding the support for FTP to bluez-gnome > > since the dependencies of gnome-user-share are a little bit too much. > > The same as bluez-gnome plus httpd and avahi. Could you add a way to > disable the bluez-gnome code? I'm thinking of adding obexpush support in > gnome-user-share as well, as it's the better place to have it, thinking > desktop-wide. I have OPP and FTP support in bluez-gnome now. Was actually pretty simple. The only problem is that we can't reject requests and that no pairing is triggered. Regards Marcel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-11 2:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1202692346.7664.129.camel@violet>
2008-02-11 1:23 ` [Bluez-devel] [BlueZ-Announce] Release of bluez-libs-3.26 and bluez-utils-3.26 Bastien Nocera
2008-02-11 1:31 ` Marcel Holtmann
2008-02-11 1:47 ` Bastien Nocera
2008-02-11 2:33 ` Marcel Holtmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox