[Bug 160456] Re: New upstream release 0.40

Marco Rodrigues gothicx at sapo.pt
Sat Nov 17 13:29:24 GMT 2007


** Summary changed:

- New upstream release 0.30
+ New upstream release 0.40

** Description changed:

  Binary package hint: gnome-phone-manager
  
- The version in Ubuntu is 0.10, the latest upstream release is 0.30.
+ The version in Ubuntu is 0.10, the latest upstream release is 0.40.
  The new upstream release perhaps resolves som of the bugs reported.
  
- 0.30
- 
-  * More fixes for sending and receiving text messages with international
-    characters that don't fit in the default GSM alphabet
- 
-  * Warn when a phone or driver doesn't support getting the state
-    of the power source (such as the nk6510)
- 
-  * Add the --config flag to dump a gnokiirc file for debugging
- 
-  * Add the --debug/-d flag to enable gnokii debugging
- 
-  * Add the Sagem myX-7 and Nokia 3110 to the supported phones
- 
- 
- 0.20
- 
-  * Fix sending or receiving messages with non-ASCII characters
- 
-  * Really fix connecting to Sony Ericsson phones (and a lot of other
-    models and makes of phones)
+ ============ Version 0.40
+ 
+ 2007-11-14  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* NEWS: upd
+ 	* configure.in: 0.40
+ 	* telepathy/im-channel.c: (phoney_im_channel_send): Disable
+ 	translation of actions for now
+ 	* telepathy/Makefile.am: Remove built service file when cleaning up
+ 
+ 2007-11-14  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* telepathy/connection-manager.c:
+ 	(phoney_connection_manager_class_init):
+ 	* telepathy/connection.c: (_phoney_connection_start_connecting),
+ 	(_phoney_connection_shut_down):
+ 	* telepathy/im-channel-factory.c: (phoney_im_channel_factory_init),
+ 	(im_channel_closed_cb), (new_im_channel), (get_im_channel):
+ 	* telepathy/im-channel.c: (phoney_im_channel_close):
+ 	Use GUINT_TO/FROM_POINTER, as the handles are unsigned,
+ 	Fix crasher when closing a channel, as we need to use g_object_unref
+ 	not g_free (thanks to Simon McVittie) (Closes: #495099, #495274)
+ 	Try to avoid warning on double-disconnect checks
+ 
+ 2007-11-14  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/menu.c: (construct_menu): Better indentation, spotted
+ 	by Diego Escalante Urrelo (Closes: #496644)
+ 
+ 2007-11-14  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/e-phone-entry.c: (test_display_func): Fix build
+ 	(Closes: #496676)
+ 
+ 2007-11-13  Diego Escalante Urrelo  <diegoe at gnome.org>
+ 
+ 	* ui/phonemgr.glade: Fix the expand property of the contact container 
+ 	entry (Closes #496331)
+ 
+ 2007-11-13  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/Makefile.am:
+ 	* src/e-contact-entry.c: (entry_activate_cb),
+ 	(completion_match_selected_cb), (e_contact_entry_display_func):
+ 	* src/e-contact-entry.h:
+ 	* src/e-phone-entry.c: (contact_selected_cb), (test_display_func):
+ 	* src/econtactentry-marshal.list:
+ 	Display all the mobile phone entries for each contact in the
+ 	completion popup (Closes: #495236)
+ 
+ 2007-11-13  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/e-contact-entry.c: (completion_match_selected_cb):
+ 	Update from contact-lookup-applet, so we don't error out
+ 	if one of the sources isn't available
+ 
+ 2007-11-12  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/icon.c: (tray_icon_activate_cb): Don't allow showing the
+ 	new message dialogue if we're not connected to the phone
+ 	(Closes: #495384)
+ 
+ 2007-11-12  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/e-contact-entry.c: Update from contact-lookup-applet,
+ 	and remove the need to set the addressbook sources to
+ 	autocomplete
+ 
+ 2007-11-12  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/icon.c: (tray_icon_activate_cb): Make a single-click
+ 	on the tray icon popup the "new message" dialogue, when no
+ 	messages are waiting (Closes: #495384)
+ 
+ 2007-11-12  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-listener.c:
+ 	(phonemgr_listener_init), (phonemgr_listener_connect),
+ 	(phonemgr_listener_get_own_details): When connecting the first
+ 	time, try to get our own phone number, for use in the telepathy
+ 	backend, not exported yet, and only works on some phones
+ 
+ 2007-11-12  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* ui/phonemgr.glade: Make the icons used named icons, instead of
+ 	the stock ones. The stock icons didn't get themed, and didn't
+ 	load if GNOME and gnome-phone-manager were installed in different
+ 	prefixes. Remove "gnome" requires from the file as well
+ 	(Closes: #495229)
+ 
+ 2007-11-09  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phones.xml: Big patch from Pawel Kot
+ 	<gnokii at gmail.com> to add all the phones from gnokii
+ 	to the phones.xml file (Closes: #454825)
+ 
+ 2007-11-09  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* telepathy/im-channel.c: (phoney_im_channel_send):
+ 	Fix the text we send not being echo'ed back in the UI
+ 
+ 2007-11-08  Bastien Nocera  <hadess at hadess.net>
+ 
+         * src/main.c: (main): Init the i18n functions
+ 
+ 	* telepathy/im-channel.c: (phoney_im_channel_send):
+ 	Don't escape the data coming from telepathy itself
+ 
+         * telepathy/main.c: (main): And init i18n
+ 
+ 	* libgsm/Makefile.am:
+ 	* libgsm/glibgsmtest.c: (main): more i18n
+ 
+ 	* libgsm/phonemgr-listener.c: (phonemgr_listener_poll): add some
+ 	accents to the test messages sent
+ 
+ 2007-11-08  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* telepathy/sms.profile: Add a profile file for empathy, to be
+ 	copied to /usr/share/mission-control/profiles/ (doesn't actually work)
+ 
+ 2007-11-08  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* telepathy/*: Rename the backend "Phoney", as in "phone", haha,
+ 	and add the telepathy manager file, as well as the D-Bus service
+ 	file, so it gets autostarted and discovered properly
+ 
+ 2007-11-08  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-utils.c: (phonemgr_utils_address_is),
+ 	(phonemgr_utils_get_channel), (phonemgr_utils_tell_driver),
+ 	(phonemgr_utils_write_gnokii_config),
+ 	(phonemgr_utils_connection_is_supported):
+ 	Add support for DKU2 in --config and --identify, check better
+ 	for Bluetooth addresses using bachk, remove support for DKU2
+ 	in kernel driver mode
+ 	* libgsm/phones.xml: Add the 6230i to the list, as used in
+ 	the Nokia 6230i in DKU2 mode
+ 
+ 2007-11-08  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/glibgsmtest.c: (main): Add commented test for dku2 USB cables
+ 	* libgsm/phonemgr-listener.c: (phonemgr_listener_connect):
+ 	* libgsm/phonemgr-utils.c: (phonemgr_utils_address_is),
+ 	(phonemgr_utils_write_config), (phonemgr_utils_driver_for_model),
+ 	(phonemgr_utils_driver_for_device), (phonemgr_utils_connect):
+ 	* libgsm/phonemgr-utils.h: Support DKU2 USB cables for Nokia phones,
+ 	no UI for it yet though
+ 
+ 2007-11-08  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* telepathy/connection.c: (_sms_connection_create_handle_repos):
+ 	* telepathy/im-channel-factory.c:
+ 	(sms_im_channel_factory_iface_request):
+ 	* telepathy/im-channel.c: (sms_im_channel_send):
+ 	Fix utter stupidness in the contact repo, thanks to Simon McVittie,
+ 	and make sending work
+ 
+ 2007-11-07  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-listener.c: (phonemgr_listener_poll):
+ 	Fix a crasher in the random text sending
+ 
+ 	* telepathy/im-channel-factory.c:
+ 	(sms_im_channel_factory_iface_request), (new_sms):
+ 	* telepathy/im-channel.c: (sms_im_channel_send):
+ 	Try to implement the sending part, fails miserably because the
+ 	handle we get is our own bdaddr, what the
+ 
+ 2007-11-07  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-listener.c: (phonemgr_listener_poll),
+ 	(phonemgr_listener_connect), (phonemgr_listener_disconnect),
+ 	(phonemgr_listener_init): Only send new messages when we're
+ 	"connected" in the dummy backend, and randomise a bit the messages
+ 	and senders
+ 
+ 	* telepathy/im-channel-factory.c: (sms_im_channel_factory_init),
+ 	(sms_im_channel_factory_set_property),
+ 	(sms_im_channel_factory_iface_close_all), (new_sms),
+ 	(set_im_channel_factory_listener): Connect to the "message" signal
+ 	and receive messages without crashing, disconnect from the signal
+ 	when all the channels are closed
+ 
+ 2007-11-07  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* telepathy/connection-manager.c:
+ 	(sms_connection_manager_get_sms_connection):
+ 	Modify for changes below
+ 
+ 	* telepathy/connection.h:
+ 	* telepathy/connection.c:
+ 	(sms_connection_get_unique_connection_name),
+ 	(_sms_connection_start_connecting), (_contact_normalize),
+ 	(_sms_connection_shut_down), (sms_connection_get_property),
+ 	(sms_connection_set_property), (sms_connection_finalize),
+ 	(sms_connection_class_init), (sms_connection_init):
+ 	Add the PhonemgrListener as a property (so it's available for
+ 	the IM channel factory), make the bdaddr private as well
+ 
+         * telepathy/main.c: (main): Add --g-fatal-warnings support
+ 
+ 2007-11-07  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* telepathy/connection.c: (_sms_connection_start_connecting):
+ 	Setup the connection handle once connected
+ 
+ 2007-11-07  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-listener.c: (phonemgr_listener_connect),
+ 	(phonemgr_listener_disconnect), (phonemgr_listener_cancel_call),
+ 	(phonemgr_listener_answer_call), (phonemgr_listener_queue_message),
+ 	(phonemgr_listener_set_time), (phonemgr_listener_connected):
+ 	Add PhonemgrListener type-checks to public functions
+ 
+ 	* telepathy/connection-manager.c: (free_params):
+ 	NULL terminate the params spec, otherwise we crash on startup
+ 
+ 	* telepathy/connection.c: (_contact_normalize),
+ 	(_sms_connection_create_handle_repos),
+ 	(_sms_connection_create_channel_factories),
+ 	(sms_connection_class_init), (sms_connection_init):
+ 	* telepathy/connection.h:
+ 	Implement ->create_handle_repos and ->create_channel_factories
+ 	to make telepathy happy, also get a PhonemgrListener in the object
+ 	on init, otherwise we don't have anything to play with
+ 
+ 	* telepathy/main.c: (get_cm), (main): init threads for
+ 	PhonemgrListener
+ 
+ 2007-11-03  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* ui/phonemgr.glade: Skip the characters left field when
+ 	tabbing your way through the send dialogue (Closes: #492992)
+ 
+ 2007-11-02  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* Makefile.am:
+ 	* configure.in:
+ 	* telepathy/*: add the beginnings of a telepathy backend,
+ 	using the PhonemgrListener object. Doesn't actually work right
+ 	now, but compiles...
+ 
+ 2007-11-02  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-utils.c: (get_rfcomm_channel):
+ 	Avoid the m-Router Connectivity channel as well
+ 
+ 2007-11-02  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phones.xml: Add the Nokia 5500 as an AT phone,
+ 	until we can get something better (Closes: #475795)
+ 
+ 2007-11-02  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-utils.c: (get_rfcomm_channel),
+ 	(phonemgr_utils_get_channel), (phonemgr_utils_driver_for_model):
+ 	Remove the work-around for channel 1, it was due to a b0rked SDP
+ 	query
+ 	Don't try to use the "Bluetooth Serial Port" on Nokias
+ 	it doesn't work
+ 	Make the "model not supported natively" a message
+ 	so it doesn't hamper debugging
+ 
+ 2007-11-01  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-utils.c: (phonemgr_utils_get_channel):
+ 	Use channel 1 if no channel is listed in the discovery,
+ 	some Nokia phones don't show channel 1, little buggers
+ 
+ 2007-11-01  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phones.xml: Add the Sony Ericsson K800i to the list
+ 	(Closes: #492378)
+ 
+ 2007-11-01  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-listener.c: (phonemgr_listener_battery_poll):
+ 	Fix calculation of battery level when the driver uses arbitrary
+ 	units
+ 
+ 2007-10-31  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* src/e-contact-entry.c: (completion_match_selected_cb):
+ 	Update from contact-lookup-applet, thanks Ross!
+ 	(Closes: #491440)
+ 
+ 2007-10-30  Bastien Nocera  <hadess at hadess.net>
+ 
+ 	* libgsm/phonemgr-utils.c: (get_rfcomm_channel),
+ 	(find_service_channel), (phonemgr_utils_get_channel): 
+ 	Look for the Serial port channel before looking for DUN one,
+ 	and ignore the "Nokia PC Suite" service, as it's useless to us
+ 	(Closes: #491526)
+ 
+ 2007-10-30  Bastien Nocera  <hadess at hadess.net>
+ 
+         * README: Add web page address, thanks Kjartan

** Tags added: upgrade

-- 
New upstream release 0.40
https://bugs.launchpad.net/bugs/160456
You received this bug notification because you are a member of
Bluetooth, which is a bug contact for gnome-phone-manager in ubuntu.



More information about the Ubuntu-bluetooth mailing list