~ubuntu-branches/ubuntu/raring/gnome-bluetooth/raring-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Laurent Bigonville, Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.4.1 upstream) (2.1.11 sid)
  • mto: (2.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-p2nrmq4sxbrl3j4b
Tags: 2.91.5-1
[ Laurent Bigonville ]
* New upstream release
  - Bump libgnome-bluetooth soname
  - Update .symbols file
  - Japanese translation updated (Closes: #601518)
* debian/control.in:
  - Bump build-dependencies
  - Drop not needed build-dependencies
  - Add libgnome-control-center-dev build-dependency
  - Add gobject-introspection, libgirepository1.0-dev, gir1.2-atk-1.0,
    gir1.2-freedesktop, gir1.2-gtk-3.0 and libatk1.0-dev for introspection
  - Bump Standards-Version to 3.9.1 (no further changes)
  - Bump debhelper compatibility to 8
  - Remove duplicate Section to please lintian
  - Make gnome-bluetooth depends against ${gir:Depends} and libdconf0
  - Add gir1.2-gnomebluetooth-1.0 package
* Switch to dpkg-source 3.0 (quilt) format
* debian/libgnome-bluetooth-dev.install: Install .gir file
* debian/rules:
  - Add --enable-introspection
  - Add parameters for dh_girepository for gnome-bluetooth package
* debian/gnome-bluetooth.install:
  - Remove debian/tmp/etc
  - Add debian/tmp/usr/lib/control-center-1/panels/*.so,
    debian/tmp/usr/lib/gnome-bluetooth/*.so*,
    debian/tmp/usr/lib/gnome-bluetooth/*.typelib,
    debian/tmp/usr/share/GConf/gsettings/,
    debian/tmp/usr/share/glib-2.0/schemas/

[ Emilio Pozuelo Monfort ]
* debian/control.in:
  + Bump gobject-introspection build dependency to get a
    dh_girepository that can cope with private libraries.
  + Update gtk+ 3 package names.
* New upstream release.
* debian/rules:
  + Don't run dh_makeshlibs on gnome-bluetooth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ver 2.91.5:
 
2
Properties:
 
3
- Make dialogue parenting work for errors
 
4
 
 
5
Library:
 
6
- Use BluetoothClient to track default adapter
 
7
- Don't free request_key and passkey in agent reply functions
 
8
- Set log domain to differentiate library messages from the lib's ones
 
9
 
 
10
Applet:
 
11
- Fix crash in bluetooth_applet_create_device_from_iter()
 
12
- Fix crash when creating an agent
 
13
- Fix crash when unref'ing a DBusGMethodInvocation
 
14
- Fix crash when there's no default adapter
 
15
 
 
16
Moblin:
 
17
- Fix compilation of the Moblin front-end
 
18
 
 
19
ver 2.91.2:
 
20
- Update command to launch Bluetooth panel
 
21
- Fix i18n in the panel
 
22
- Make test-plugins test command more useful
 
23
- Fix adapter not going powered when coming back from hard-block
 
24
- Allow setup of devices that don't support pairing
 
25
- Make sure the icon is shown/hidden when killswitch state changes
 
26
- Make sure all the unblocked adapters get powered on startup
 
27
- Fix visible menu item disappearing after suspend
 
28
- Make --dump-devices work again in the applet, and
 
29
  fix its output for some services
 
30
- Refactor applet as a library, for use in gnome-shell
 
31
- Build fixes
 
32
 
 
33
ver 2.90.0:
 
34
- Port to GSettings, GTK+ 3.x and GtkApplication
 
35
- Use GBinding instead of copy/paste Seahorse code
 
36
- Plenty of killswitch bug fixes
 
37
 
 
38
Applet:
 
39
        - Fix browsing a device when already mounted
 
40
        - Use symbolic icons
 
41
 
 
42
Properties:
 
43
        - Port to gnome-control-center 3.x API
 
44
        - Add a specific page when Bluetooth is hard-blocked
 
45
 
 
46
Moblin/MeeGo:
 
47
        - Use bluetoothd backed power switch
 
48
        - Some re-designs for meego
 
49
 
 
50
ver 2.30.0:
 
51
- Updated translations
 
52
- Add PIN code for Navman GPS
 
53
 
 
54
ver 2.29.91:
 
55
- Mention gnome-user-share in the documentation
 
56
 
 
57
Applet:
 
58
        - Link to the sound preferences for audio devices
 
59
        - Remove hard-coded use of nautilus
 
60
 
 
61
Library:
 
62
        - Use spinner from GTK+
 
63
        - Install introspection data properly
 
64
        - API documentation fixes
 
65
        - Fix some parts of the UI not being translated at run-time
 
66
 
 
67
Wizard:
 
68
        - Fix run-time warning when pairing a new device
 
69
 
 
70
Moblin applet:
 
71
        - Add summary page support
 
72
        - Fix a number of memory leaks and possible crashers
 
73
 
 
74
Sendto:
 
75
        - Fix crash when obex-client isn't already running
 
76
        - Make Cancel button actually work
 
77
        - Implement "retry" when sending fails
 
78
        - Fix progress bar when sending multiple files
 
79
 
1
80
ver 2.29.3:
2
81
- Build and install nautilus-sendto plugin by default
3
82