Change logs for ofono source package in Trusty

  • ofono (1.12.bzr6858+14.04.20140318-0ubuntu1) trusty; urgency=medium
    
      [ Dimitri John Ledkov ]
      * Correct ofono-scripts dependency on python3-dbus, not python-dbus.
    
      [ Tony Espy ]
      * src: fix build-failure on ppc64le arch
      * btio: fix build-failure on ppc64le arch
    
      [ Sergio Schvezov ]
      * Changing version to cope with citrain
     -- Ubuntu daily release <email address hidden>   Tue, 18 Mar 2014 12:04:21 +0000
  • ofono (1.12+bzr6858-0ubuntu1) trusty; urgency=medium
    
      [ Tony Espy ]
      * test: add exception handling to enable-modem & list-modems
     -- Ricardo Salveti de Araujo <email address hidden>   Mon, 03 Mar 2014 16:38:09 -0300
  • ofono (1.12+bzr6856.is.1.12+bzr6853-0ubuntu1) trusty; urgency=medium
    
      * Revert to 1.12+bzr6853 to avoid crashes on Touch image
        (maybe due to ofono-simd)
     -- Didier Roche <email address hidden>   Mon, 03 Mar 2014 12:15:16 +0100
  • ofono (1.12+bzr6856-0ubuntu1) trusty; urgency=low
    
      [ Tony Espy ]
      * unit: fix fail-to-build on powerpc
        The previously released version enabled -Wall,
        which triggered build failures due to unused
        functions on powerpc.  This is due to the fact
        that the unit tests only run on LITTLE_ENDIAN
        systems via an ifdef, which leaves unused functions
        and data.  This change exends the ifdef to cover
        the unused functions and test data.
      * idmap: use UL for bitshift literals (LP: #1271284)
        This change fixes a failing unit test on ppc64le
        due to the undefined behavior when the left bitshift
        operator is given a value that excedes the size of
        the value being shifted.
      * gril, rilmodem/sim, unit: fix SIM IO crash (LP: #1268743)
        - cleanup gril_reply_parse_sim_io() to add malformed parcel
          check and fix memory leak.
        - add check for null hex_response in ril_file_io_cb(), as
          the emulator can return such responses.
        - add additional unit tests to cover crash scenarios.
      * ril, src: enable message-waiting-interface
        - register message_waiting atom in ril plugin
        - register message_waiting atom in ril plugin
        - fix sms_mwi_dcs_decode bug which prevented incoming message
          waiting indications from being set.
      * rilmodem/voicecall: fix call-decline bug (LP: #1260988)
        Send a RIL_REQUEST_HANGUP_WAITING_OR_BACKGROUND instead of
        was used correctly for displaying operator name, however
        some modems failed to handle roaming correctly for MVNOs.
        This fix is transparent to modems that do the right thing.
      * gril/gril.c, plugins/ril.c: API changes for OEMS
        This change introduces a socket-path to the g_ril_new()
        function, and also adds a new disconnect function.
      * gril/grilunsol.c: add support for v5 signal strength message
      * debian/control: adjust ofono-scripts dependencies for Python 3
      * test/rilmodem: add copyright/license headers
    
      [ Martin Pitt ]
      * test: convert tests scripts to Python 3 (LP: #1283571)
     -- Ricardo Salveti de Araujo <email address hidden>   Fri, 28 Feb 2014 17:50:54 -0300
  • ofono (1.12+bzr6853-0ubuntu1) trusty; urgency=low
    
      [ Tony Espy ]
      * unit: fix fail-to-build on powerpc
        The previously released version enabled -Wall,
        which triggered build failures due to unused
        functions on powerpc.  This is due to the fact
        that the unit tests only run on LITTLE_ENDIAN
        systems via an ifdef, which leaves unused functions
        and data.  This change exends the ifdef to cover
        the unused functions and test data.
     -- Ricardo Salveti de Araujo <email address hidden>   Tue, 21 Jan 2014 19:43:10 -0200
  • ofono (1.12+bzr6851-0ubuntu1) trusty; urgency=low
    
      [ Tony Espy ]
      * debian/rules: add -Wall to CFLAGS;
        mirrors upstream build
      * plugins/nettime.c: fix build error
        by adding <stdlib.h> include
      * src/log.c: fix build error by adding
        a print_backtrace() function declaration
        with __attribute__ ((unused))
      * gril: fix cancel_group/offline crash (LP: #1262340)
      * gril, plugins/ril: Re-worked RIL power code to prepare for flight-
        mode implementation (LP: #1245860), (LP: #1208657).
    
      [ Alfonso Sanchez-Beato ]
      * gril, unit, rilmodem/call-settings: Add Call-settings suport
        - merge applicable nemomobile code
        - re-factor parcel code
        - add call-volume parcel unit tests
      * gril, unit, rilmodem/ussd: Add USSD support (LP: #1195398)
        - merge applicable nemomobile code
        - re-factor parcel code
        - add call-volume parcel unit tests
      * rilmodem/voicecall: fix conference calls for maguro (LP: #1257206)
     -- Ricardo Salveti de Araujo <email address hidden>   Mon, 20 Jan 2014 19:44:46 -0200
  • ofono (1.12+bzr6848-0ubuntu1) trusty; urgency=low
    
      [ Tony Espy ]
      * rilmodem/sms: Don't parse SMS error reply (LP: #1260388)
     -- Ricardo Salveti de Araujo <email address hidden>   Fri, 13 Dec 2013 07:06:43 -0200
  • ofono (1.12+bzr6846-0ubuntu1) trusty; urgency=low
    
      [ Alfonso Sanchez-Beato ]
      * gril, include, rilmodem/sms, unit: SMS re-factoring
        - merge applicable nemomobile code
        - re-factor parcel code
        - add sms parcel unit tests
      * build, doc, plugins, test: Add SMS history plugin
        - adds support for SMS delivery reports (LP: #1223314)
      * gril, src, unit: Fix build warning
      * gril, rilmodem/voicecall, unit: Voicecall re-factoring
        - merge applicable nemomobile code, including support
          for multi-party calling and call hold
        - re-factor parcel code
        - add voicecall parcel unit tests
      * rilmodem: fix memory leaks reported by valgrind
      * gril, rilmodem/sim: Remove SIM file-not-found error logging
        - includes low-level gril fix to handle ril messages
          that include a failure code, but also include event
          data (LP: #1254219)
      * gril, rilmodem/call-volume, unit: Call-volume re-factoring
        - merge applicable nemomobile code
        - re-factor parcel code
        - add call-volume parcel unit tests
      * gril, rilmodem/devinfo, unit: Devinfo re-factoring
        - re-factor parcel code
        - add devinfo parcel unit tests
    
      [ Tony Espy ]
      * unit: Add rilmodem gprs/netreg parcel unit tests
      * debian/rules: Add CFLAGS to enable strict warnings checking
      * gril, unit: fix const casts in gril and unit tests
      * rilmodem/gprs: set default max_cids to 1 (LP: 1254746)
     -- Ricardo Salveti de Araujo <email address hidden>   Mon, 09 Dec 2013 23:05:49 -0200
  • ofono (1.12+bzr6844-0ubuntu1) trusty; urgency=low
    
      [ Alfonso Sanchez-Beato ]
      * gril: enable low-level multi-request support
      * plugins: add mnclength plugin; re-factored fix (LP: #1231320)
    
      [ Tony Espy ]
      * rilmodem: re-factor cb_data_new to include user param.
      * gril, rilmodem/gprs, rilmodem/network-registration:
        - merge nemomobile gprs/netreg code
        - re-factor parcel code
        - add gprs/netreg parcel unit tests
     -- Ricardo Salveti de Araujo <email address hidden>   Tue, 03 Dec 2013 00:16:40 -0200
  • ofono (1.12+bzr6842-0ubuntu1) trusty; urgency=low
    
      [ Mikko Hurskainen ]
      * gril / rilmodem / plugins/ril: fix compilation issues/warnings
    
      [ Tony Espy ]
      * Updating README.
    
      [ Alfonso Sanchez-Beato ]
      * gril, rilmodem/sim, plugins/ril:
        - merge nemomobile SIM code
        - re-factor parcel code
        - add SIM parcel unit tests
     -- Ricardo Salveti de Araujo <email address hidden>   Mon, 25 Nov 2013 14:09:33 -0200
  • ofono (1.12+bzr6839-0ubuntu1) saucy; urgency=low
    
      [ Tony Espy ]
      * rilmodem: Fix GPRS attach/detach logic (LP: #1234434)
     -- Ricardo Salveti de Araujo <email address hidden>   Wed, 16 Oct 2013 11:30:48 -0300