Change logs for indicator-messages source package in Wily

  • indicator-messages (13.10.1+15.10.20150505-0ubuntu1) wily; urgency=medium
    
      [ Lars Uebernickel ]
      * application list: update root action unconditionally
    
      [ Niklas Wenzel ]
      * Unescape action names when passing them to the proxy in
        im_application_list_remove_all() (LP: #1434521)
    
     -- CI Train Bot <email address hidden>  Tue, 05 May 2015 16:47:43 +0000
  • indicator-messages (13.10.1+15.04.20150505-0ubuntu1) vivid; urgency=medium
    
      [ Lars Uebernickel ]
      * application list: update root action unconditionally
    
      [ Niklas Wenzel ]
      * Unescape action names when passing them to the proxy in
        im_application_list_remove_all() (LP: #1434521)
    
    indicator-messages (13.10.1+15.04.20150403-0ubuntu1) vivid; urgency=medium
    
      [ Ted Gould ]
      * Verify state type before parsing
    
    indicator-messages (13.10.1+15.04.20150311-0ubuntu1) vivid; urgency=medium
    
      [ Ted Gould ]
      * Sanity tests to test basic features of the messaging menu
    
    indicator-messages (13.10.1+15.04.20150304-0ubuntu1) vivid; urgency=medium
    
      [ Ted Gould ]
      * Make the message actions have the message ID in their names like the
        muxer
    
    indicator-messages (13.10.1+15.04.20150219-0ubuntu1) vivid; urgency=medium
    
      [ Ted Gould ]
      * Provide functions that allow for action names directly (LP:
        #1385331)
    
    indicator-messages (13.10.1+15.04.20150126-0ubuntu1) vivid; urgency=low
    
      [ Lars Uebernickel ]
      * unescape_action_name: fix logic error (& instead of |) (LP:
        #1414025)
    
    indicator-messages (13.10.1+15.04.20150112-0ubuntu1) vivid; urgency=low
    
      [ Lars Uebernickel ]
      * desktop menu: don't warn when no default handler for a mime type is
        found (LP: #1389725)
      * Escape message and source ids when using them as action names (LP:
        #1386584)
    
    indicator-messages (13.10.1+15.04.20141103-0ubuntu1) vivid; urgency=low
    
      [ Ted Gould ]
      * Add filtering for lock screen. (LP: #1358340)
    
      [ Lars Uebernickel ]
      * libmessaging-menu: allow numbers in object paths (LP: #1384811)
      * libmessaging-menu: fix section link in the documentation and add
        descriptions (LP: #1313561)
    
    indicator-messages (13.10.1+14.10.20141009-0ubuntu1) utopic; urgency=low
    
      [ Ted Gould ]
      * Symbolic icon test on Unity8 phone
    
    indicator-messages (13.10.1+14.10.20141007-0ubuntu1) utopic; urgency=low
    
      [ Charles Kerr ]
      * Make title string match updated designs. (LP: #1377286)
    
    indicator-messages (13.10.1+14.10.20141006-0ubuntu1) utopic; urgency=low
    
      [ Charles Kerr ]
      * Move the position of this indicator on the panel. (LP: #1377294)
    
    indicator-messages (13.10.1+14.10.20140925-0ubuntu1) utopic; urgency=low
    
      [ Lars Uebernickel ]
      * Support X-Ubuntu-SymbolicIcon in desktop files (LP: #1365408)
    
    indicator-messages (13.10.1+14.10.20140814.1-0ubuntu2) utopic; urgency=low
    
      * Add "Multi-Arch: same" to libmessaging-menu0
    
    indicator-messages (13.10.1+14.10.20140814.1-0ubuntu1) utopic; urgency=low
    
      [ Charles Kerr ]
      * Change the title to "Notification center".
    
    indicator-messages (13.10.1+14.10.20140725-0ubuntu1) utopic; urgency=low
    
      [ Lars Uebernickel ]
      * messaging-menu-message: add missing break statements
    
    indicator-messages (13.10.1+14.10.20140611-0ubuntu1) utopic; urgency=low
    
      [ Charles Kerr ]
      * Add example of using libmessaging-menu from a python client (LP:
        #1315384)
    
    indicator-messages (13.10.1+14.04.20140410-0ubuntu1) trusty; urgency=low
    
      [ Lars Uebernickel ]
      * messages-service: listen to the ApplicationStoppedRunning call Prior
        to this patch, only applications that exit were marked as "not
        running". However, this must also happen when an application unrefs
        it's MessagingMenuApp instance. This is a problem for applications
        which implement messaging menu integration as a plugin (when
        unloading the plugin). Specifically, this causes bug #1302930, as
        telepathy-indicator doesn't exit when empathy exits. (LP: #1302930)
    
    indicator-messages (13.10.1+14.04.20140408-0ubuntu1) trusty; urgency=low
    
      [ Ted Gould ]
      * Synchronize process management across indicators
    
      [ Lars Uebernickel ]
      * Don't show the messaging menu and the status section when no app is
        registered for them (LP: #1225063)
      * desktop menu: sort applications like specified Default chat client,
        default email client, and the other applications sorted by alphabet.
        (LP: #1216833)
    
    indicator-messages (13.10.1+14.04.20140321-0ubuntu1) trusty; urgency=low
    
      [ Lars Uebernickel ]
      * desktop menu: use com.canonical.application menu items for actions
        The unity implementation of that menu item indents the label even
        when there's no icon.
    
    indicator-messages (13.10.1+14.04.20140207-0ubuntu1) trusty; urgency=low
    
      [ Ted Gould ]
      * Adding acceptance tests and merge review policies.
    
      [ CI bot ]
      * Adding acceptance tests and merge review policies
    
    indicator-messages (13.10.1+14.04.20140116-0ubuntu1) trusty; urgency=low
    
      [ Lars Uebernickel ]
      * phone menu: set action targets on source and message menu items.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 400
    
    indicator-messages (13.10.1+14.04.20131125-0ubuntu1) trusty; urgency=low
    
      [ Lars Uebernickel ]
      * im-menu: fix leak.
      * Stop showing expected warnings in the actionmuxer test.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 398
    
    indicator-messages (13.10.1+14.04.20131029.1-0ubuntu1) trusty; urgency=low
    
      [ Ted Gould ]
      * Adding a phone_greeter profile.
    
      [ Lars Uebernickel ]
      * im-application-list: unpack icon correctly An additional variant was
        left by unpacking it the old way, which confused
        g_icon_deserialize() on the menu-rendering side. (LP: #1238927)
      * Protect against processes calling Register() multiple times Don't
        unnecessarily reset the application's state if the same process
        calls Register() more than once.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 395
    
    indicator-messages (13.10.1+13.10.20131011-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * messages-service.c: remove superfluous unref.
      * Fix the logic for turning the indicator icon blue.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 391
    
    indicator-messages (13.10.1+13.10.20131004-0ubuntu1) saucy; urgency=low
    
      [ Charles Kerr ]
      * in im_application_list_update_draws_attention(), free the temporary
        icon_name string created by g_strdup_printf(). (LP: #1234895)
    
      [ Sebastien Bacher ]
      * remove old sources from the translatable list.
    
      [ Lars Uebernickel ]
      * messages-service: return TRUE from "handle-*" GDBusProxy method
        handlers This is done to signify that the handlers replied to the
        messages. Otherwise GDBus might send another reply, depending on
        whether 0 or !0 was lying around on the stack. .
      * Change title to "Incoming".
      * Remove 'indicator.' from the "Clear All" menu item on the phone's
        menu.
      * Return values from functions that have return values. Somehow -
        Wreturn-type warnings aren't always triggered for g_return_if_fail
        macros.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 388
    
    indicator-messages (13.10.1+13.10.20130930-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * phone menu: don't show "Clear All" when there are no messages. (LP:
        #1229422)
      * im-application-list: show all sources that have a count, time, or
        non-empty string. (LP: #1231435)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 381
    
    indicator-messages (13.10.1+13.10.20130913-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Install into /usr/lib/$arch, to be consistent with the other
        indicators.
      * Use g_icon_serialize() instead of g_icon_to_string().
      * Add "title" to the root action state dictionary. (LP: #1223635)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 378
    
    indicator-messages (13.10.1+13.10.20130903-0ubuntu1) saucy; urgency=low
    
      [ Nick Dedekind ]
      * Remove parameter type from root action.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 374
    
    indicator-messages (13.10.1+13.10.20130830.2-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * libmessaging-menu: default MessagingMenuMessage::draws-attention to
        TRUE In most cases, apps will want to draw the user's attention when
        they add a message to the menu. (LP: #1215644)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 372
    
    indicator-messages (13.10.1+13.10.20130829-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Don't pass source and message ids into parameters that expect
        detailed action names.
      * Remove app-section.[ch], it's not used anymore.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 370
    
    indicator-messages (13.10.1+13.10.20130828.2-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * Remove extraneous variable 'old_draw'.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 367
    
    indicator-messages (13.10.1+13.10.20130827.4-0ubuntu1) saucy; urgency=low
    
      [ Ted Gould ]
      * Protect against invalid actions. (LP: #1216758)
      * Remove unused and slightly used dependencies.
    
      [ Lars Uebernickel ]
      * Fix bug #1216843 Remove all sources when an applications quits and
        don't show sources with a count of 0. (LP: #1216843)
      * test-client.py: flush GDBusConnection before (potentially) freeing
        it. (LP: #1217131)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 365
    
    indicator-messages (13.10.1+13.10.20130822.5-0ubuntu1) saucy; urgency=low
    
      [ Pete Woods ]
      * Re-merge the consolidate branch, but with additional bugfix.
    
      [ Ted Gould ]
      * Re-merge the consolidate branch, but with additional bugfix.
      * Add a DBus error for list_add().
      * Migrate away from deprecated function. (LP: #1215180)
    
      [ Sebastien Bacher ]
      * don't error out on deprecated declarations.
    
      [ Lars Uebernickel ]
      * Don't use deprecated g_simple_action_group_{lookup,insert}. (LP:
        #1215180)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 360
    
    indicator-messages (13.10.1+13.10.20130820.2-0ubuntu1) saucy; urgency=low
    
      * Automatic snapshot from revision 354
    
    indicator-messages (13.10.1+13.10.20130820-0ubuntu1) saucy; urgency=low
    
      [ Ted Gould ]
      * Bumping version to ensure we override all PPAs when this lands
    
      [ Ubuntu daily release ]
      * debian/*symbols: auto-update new symbols to released version
      * Automatic snapshot from revision 352
    
    indicator-messages (12.10.6+13.10.20130702-0ubuntu1) saucy; urgency=low
    
      [ Mathias Dietrich ]
      * Change abbreviation for minutes from m to min. (LP: #652845)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 350
    
    indicator-messages (12.10.6daily13.06.19-0ubuntu1) saucy; urgency=low
    
      [ Sebastien Bacher ]
      * use gtk_style_context_get instead of deprecated
        gtk_style_context_get_font.
    
      [ Jeremy Bicha ]
      * Have libmessaging-menu-dev depend on gir1.2-messagingmenu-1.0.
    
      [ Lars Uebernickel ]
      * use gtk_style_context_get instead of deprecated
        gtk_style_context_get_font.
      * Notify the service when an app unrefs its MessagingMenuApp. (LP:
        #1154099)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 348
    
    indicator-messages (12.10.6daily13.05.15-0ubuntu1) saucy; urgency=low
    
      [ Lars Uebernickel ]
      * libmessaging-menu: don't use detailed action names Detailed action
        names are of the form action::target or action(target), so they
        can't have colons or parens in them. This restriction does not apply
        to messaging menu ids. (LP: #1180302)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 344
    
    indicator-messages (12.10.6daily13.05.02-0ubuntu1) saucy; urgency=low
    
      [ Marco Trevisan (Treviño) ]
      * Opening new-window from quicklist static action does not focus the
        newly opened window (LP: #1164483)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 342
    
    indicator-messages (12.10.6daily13.04.09-0ubuntu1) raring; urgency=low
    
      * Automatic snapshot from revision 340
    
    indicator-messages (12.10.6daily13.04.08-0ubuntu1) raring; urgency=low
    
      [ Marco Trevisan (Treviño) ]
      * Window management - Apps raised from indicators sometimes dont have
        the focus (LP: #627195)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 339
    
    indicator-messages (12.10.6daily13.02.13-0ubuntu1) raring; urgency=low
    
      [ Jason Conti ]
      * Stuck notifications (blue envolope remains after I've already read
        msg) (LP: #1113721)
    
      [ Automatic PS uploader ]
      * Automatic snapshot from revision 337
    
    indicator-messages (12.10.6daily13.01.25-0ubuntu1) raring; urgency=low
    
      [ Charles Kerr ]
      * indicators call deprecated glib function g_type_init() (LP:
        #1103087)
    
      [ Automatic PS uploader ]
      * Automatic snapshot from revision 335
    
    indicator-messages (12.10.6daily12.11.22-0ubuntu1) raring; urgency=low
    
      [ Lars Uebernickel ]
      * Crash in g_variant_valist_get_leaf when highlighted (LP: #1081754)
    
      [ Automatic PS uploader ]
      * Automatic snapshot from revision 333
    
    indicator-messages (12.10.6daily12.11.21.1-0ubuntu1) raring; urgency=low
    
      [ Mathieu Trudel-Lapierre ]
      * debian/rules:
        - Use autogen.sh for dh_autoreconf.
        - Drop the override for dh_makeshlibs.
        - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
      * debian/control:
        - Fix styling: add trailing commas at the end of lists.
        - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers.
        - Add libgtest-dev to Build-Depends.
      * Automatic snapshot from revision 329 (bootstrap):
        - Clear the detail (count or time) of a source when another type of detail
          is set. (LP: #1071640)
    
      [ Automatic PS uploader ]
      * Automatic snapshot from revision 331
    
    indicator-messages (12.10.5-0ubuntu2) raring; urgency=low
    
      * Upload to raring
    
    indicator-messages (12.10.5-0ubuntu1) quantal-proposed; urgency=low
    
      * New upstream release:
        - fix crash caused by GError not being cleared (lp #1064314)
        - fix crash when registering an app that was previously unregistered
          (lp #1065169)
        - remove the icon if NULL is passed to source_set_icon (lp #1070421)
    
    indicator-messages (12.10.4-0ubuntu1) quantal; urgency=low
    
      * New upstream release:
        - don't segfault if .desktop file is not installed (lp: #1058386)
        - Use fallback icon names (without status emblems).
          (lp: #1056595)
    
    indicator-messages (12.10.2-0ubuntu1) quantal; urgency=low
    
      * New upstream release, includes apis to allow changing the label and
        the icon of sources and add documentation
      * debian/libmessaging-menu0.symbols:
        - new version update
      * debian/libmessaging-menu-dev.install:
        - install the documentation
      * debian/rules:
        - build the documentation
        - updated shlibs version
        - use --with gir so gir:Depends work as it should
          (lp: #1044125)
    
    indicator-messages (12.10.1-0ubuntu1) quantal-proposed; urgency=low
    
      * New upstream version
      * debian/control:
        - breaks on version of ported clients using libindicate
        - set some conflicts on the old deprecated status provider binaries
        - updated Build-Depends
      * debian/control, debian/*.install:
        - drop indicator-status-provider-*, those are deprecated
        - new binaries for the libmessaging-menu library
      * debian/libmessaging-menu0.symbols:
        - symbol file for the new library
      * Updated packaging to dh9, current standards
      * Drop gtk2 build from the packaging since support for it was
        dropped in trunk, thanks Lars Uebernickel
    
    indicator-messages (0.6.0-0ubuntu1) precise; urgency=low
    
      * New upstream release.
        * Handle blank icons properly (LP: #956147)
        * Fix telepathy offline/disconnected state bug
    
    indicator-messages (0.5.95-0ubuntu1) precise; urgency=low
    
      [ Charles Kerr ]
      * New upstream release.
        * Fix 0.5.94 blacklist regression.
    
      [ Ken VanDine ]
      * src/indicator-messages.c
        * revert fix for the broken images in indicator-messages-service, it
          caused the service to build against gtk and we can't parallel install
          the service anyway
    
    indicator-messages (0.5.94-0ubuntu1) precise; urgency=low
    
      [ Ted Gould ]
      * New upstream release.
        * Fix for missing icons in the messaging menu (LP: #960553)
        * Fix i18n for description (LP: #957525)
        * Implementing initial testing
        * Fixing blacklists (LP: #939258)
      * debian/control: Adding dep on libgtest-dev
    
      [ Ken VanDine ]
      * debian/control: Don't build depend on libgtest-dev, it isn't in main
      * debian/rules: disable tests, they require libgtest-dev
    
    indicator-messages (0.5.93-0ubuntu2) precise; urgency=low
    
      * src/im-menu-item.c
        - cherry picked fix for missing icons in the messaging menu (LP: #960553)
    
    indicator-messages (0.5.93-0ubuntu1) precise; urgency=low
    
      * debian/control:
        - drop build-depends on gnome-doc-utils and scrollkeeper, not required
    
      [ Ted Gould ]
      * New upstream release.
        * Fixing alignment of menu items (LP: #939953)
        * Vertically centering alignment of double high items (LP: #770486)
        * Fixing setting of status on telepathy (LP: #943757)
    
    indicator-messages (0.5.92-0ubuntu1) precise; urgency=low
    
      [ Ted Gould ]
      * New upstream release.
        * Fix goto handling (by removing) (LP: #937441, LP: #937438)
        * Tell accountsservice when user has messages for the benefit of
          LightDM.
      * Dropping debian/patches: Merged upstream
    
      [ Ken VanDine ]
      * debian/source/format
        - dropped "3.0 (quilt), it doesn't play well with bzr maintained packages
    
    indicator-messages (0.5.91-0ubuntu3) precise; urgency=low
    
      * debian/source/format:
        - Make "3.0 (quilt)"
      * debian/patches/tell-accounts-service.patch:
        - Tell accountsservice when user has messages for the benefit of
          LightDM.
    
    indicator-messages (0.5.91-0ubuntu2) precise; urgency=low
    
      * debian/control: build-depends on dh-autoreconf as well
    
    indicator-messages (0.5.91-0ubuntu1) precise; urgency=low
    
      * New upstream release.
        * Better lozenges that look nice
      * debian/rules: Adding autoreconf and running make check
      * debian/compat: 5
      * debian/source/format: Dropping
    
    indicator-messages (0.5.90-0ubuntu1) precise; urgency=low
    
      [ Ted Gould ]
      * New upstream release.
        * Adding code coverage targets
        * Match libindicate 0.6.90
        * Updating for Dbusmenu 0.5.90
        * Plug leak in launcher_menu_item_new
        * Fix memory leak: Free path string.
        * Compare server and path for multi-server clients
        * Using the new GTK3 box API to avoid deprecations
        * Adding a name hint
      * debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90
    
      [ Ken VanDine ]
      * debian/rules
        - drop no-error=deprecated-declarations from CFLAGS
    
    indicator-messages (0.5.0-1ubuntu1) precise; urgency=low
    
      * rebuild for libindicator7
      * debian/rules
        - build with no-error=deprecated-declarations
      * debian/control
        - set ubuntu-desktop VCS and maintainer
    
    indicator-messages (0.5.0-1) experimental; urgency=low
    
      * Merge new upstream from Ubuntu.
    
    indicator-messages (0.5.0-0ubuntu1) oneiric; urgency=low
    
      * New upstream release.
        * Fix memory leak (LP: #690668)
      * Drop debian/patches/lp_690668.patch: Merged upstream
    
    indicator-messages (0.4.95-0ubuntu1) oneiric; urgency=low
    
      * New upstream release.
        * Fix naming of "Clear" item
        * Fix alignment of items to there is a consistent gutter
      * debian/patches/lp_690668.patch: Updating
    
    indicator-messages (0.4.94-0ubuntu1) oneiric; urgency=low
    
      * New upstream release.
        ∘ Fix drawing of triangles and capsules in GTK3
        ∘ Fix Emesene statuses (LP: #817504)
    
    indicator-messages (0.4.93-0ubuntu2) oneiric; urgency=low
    
      * debian/rules
        - run intltool-update to update the translations template
    
    indicator-messages (0.4.93-0ubuntu1) oneiric; urgency=low
    
      [ Ted Gould ]
      * New upstream release.
        * Add an item to clear the alert
        * Choose mail applications based on the default application
        * Clear based on middle click
    
      [ Ken VanDine ]
      * debian/control
        - Bumped build depends for libindicate to >= 0.5.90
      * debian/rules
        - Fixed configure arg for gtk version
    
    indicator-messages (0.4.92-0ubuntu4) oneiric; urgency=low
    
      * debian/control
        - Dropped recommends for gwibber now that it is seeded
      * cherry picked r220 from trunk
        - Make sure to insert in the right locations
      * cherry picked r221 from trunk
        - Making mail applications based on the default mail client not a
          hardcoded desktop file.
    
    indicator-messages (0.4.92-0ubuntu3) oneiric; urgency=low
    
      * debian/control
        - Added recommends for gwibber, it got missed when we dropped indicator-me
          should get removed after we get it seeded properly
    
    indicator-messages (0.4.92-0ubuntu2) oneiric; urgency=low
    
      * debian/control:
        - use conflicts against indicator-me
    
    indicator-messages (0.4.92-0ubuntu1) oneiric; urgency=low
    
      * New upstream release.
      * debian/control
        - Added Replaces indicator-me
        - Added build depends for libtelepathy-glib-dev
        - Added new binary packages, libindicator-messages-status-provider-dev,
          libindicator-messages-status-provider1, and each provider
        - Make indicator-messages recommend indicator-status-provider-mc5
      * debian/libindicator-messages-status-provider1.symbols
        - Added symbols file
    
    indicator-messages (0.4.91-0ubuntu1) oneiric; urgency=low
    
      [ Ted Gould ]
      * New upstream release.
        * Update for libindicator 0.4
    
      [ Ken VanDine ]
      * debian/control
        - Bumped build depends for libindicator to >= 0.3.90
    
    indicator-messages (0.4.90-0ubuntu2) oneiric; urgency=low
    
      * Rebuild for libdbusmenu-gtk3-4
      * debian/control
        - Removed duplicate build depends
        - Dropped build depends on indicator-messages-gtk2
    
    indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low
    
      [ Ted Gould ]
      * New upstream release.
        * GTK 3
    
      [ Ken VanDine ]
      * debian/control
        - Bumped standards version to 3.9.2
        - Add new binary for indicator-messages-gtk2
        - Make indicator-messages recommend indicator-messages-gtk2 (until unity
          can load gtk3 indicators)
        - indicator-messages-gtk2 replaces indicator-messages << 0.4.90
        - Added build depends for libdbusmenu-gtk3-dev and libindicator3-dev
      * debian/rules
        - build for both gtk2 and gtk3
    
    indicator-messages (0.4.0-1) unstable; urgency=low
    
      * Merge new upstream from Ubuntu.
      * Standards-Version: 3.9.2
    
    indicator-messages (0.4.0-0ubuntu1) natty; urgency=low
    
      * New upstream release.
        ∘ Set the type before other variables to get default handling more
          reliable (LP: #723873)
        ∘ Add support for overriding the default icon with a specific one
          for the messaging menu (LP: #741068)
    
    indicator-messages (0.3.92-1) unstable; urgency=low
    
      * Merge new upstream from Ubuntu.
      * Fix 0.3.11-0ubuntu3 changelog entry (missed a space), so that
        bzr builddeb won't go crazy (see Debian Bug #620242)
      * Fix debian/copyright, was refering to libdbusmenu by mistake.
    
    indicator-messages (0.3.92-0ubuntu3) natty; urgency=low
    
      * debian/patches/lp_690668.patch
        - Memory leak fixes (LP: #690668)
      * debian/control
        - Bump standards version to 3.9.1
      * debian/source/format
        - Use source format 3.0 (quilt)
    
    indicator-messages (0.3.92-0ubuntu2) natty; urgency=low
    
      * src/launcher-menu-item.c
        - Make sure menu entries are displayed for launchers that aren't running (LP: #723873)
    
    indicator-messages (0.3.92-0ubuntu1) natty; urgency=low
    
      * New upstream release.
        * Adding in accessible description support
      * debian/control: libindicator version 0.3.19
    
    indicator-messages (0.3.91-0ubuntu1) natty; urgency=low
    
      * New upstream release.
        * Fixing the service file
        * Adding a log domain
        * Fixing type handler for dbusmenu 0.3.94
      * debian/control: dbusmenu to 0.3.94
    
    indicator-messages (0.3.90-0ubuntu1) natty; urgency=low
    
      [ Ted Gould ]
      * New upstream release.
        * GDBus Port
        * New libindicate and dbusmenu
    
      [ Ken VanDine ]
      * debian/control
        - Build depends on libindicate-dev to 0.4.91
        - Build depends on dbusmenu to 0.3.91
        - Set Vcs to ~ubuntu-desktop
      * data/indicator-messages.service.in
        - Fixed dbus interface name
    
    indicator-messages (0.3.11-0ubuntu4) natty; urgency=low
    
      * debian/control
        - Bump build depends for libdbusmenu-* to >= 0.3.90
    
    indicator-messages (0.3.11-0ubuntu3) UNRELEASED; urgency=low
    
      * debian/control: package description spelling (LP: #658096)
    
    indicator-messages (0.3.11-0ubuntu2) maverick; urgency=low
    
      * Rebuild for libindicator ABI change (LP: #637692)
      * debian/control: depends on latest libindicator-dev
    
    indicator-messages (0.3.11-0ubuntu1) maverick; urgency=low
    
      * New upstream release.
        * Fixing triangles by passing data to callback (LP: #623453)
    
    indicator-messages (0.3.10-0ubuntu1) maverick; urgency=low
    
      * New upstream release.
        * Shifting icons into the gutter and adjusting the arrow
          padding.
    
    indicator-messages (0.3.9-0ubuntu1) maverick; urgency=low
    
      * New upstream release.
        * Remove parens from counts
    
    indicator-messages (0.3.8-0ubuntu1) maverick; urgency=low
    
      * New upstream release.
        - running apps triangle indicator overlay
        - message counters are now rendered with a nice rounded background
    
    indicator-messages (0.3.7-1) unstable; urgency=low
    
      * Merge from Ubuntu.
        Closes: #586132
      * debian/control:
        - Homepage is at LP/indicator-messages, not -applet.
        - Update package description.
        - Update Vcs-* fields.
        - Standards-Version: 3.8.4.
      * debian/copyright:
        - Convert to DEP5 format.
        - Add missing copyright holders of debian/.
    
    indicator-messages (0.3.7-0ubuntu1~ppa1) lucid; urgency=low
    
      * New upstream release.
        * When loading desktop files check to see if they've
          already been eclipsed by an app. (LP: #549096)
        * Track better application shortcuts and ensure that they
          get removed when the application is. (LP: #539167)
        * Track blacklisted apps to ensure that the messaging menu
          hides when there is no app.  (LP: #533021)
    
    indicator-messages (0.3.6-0ubuntu2) lucid; urgency=low
    
      * Upstream Merge
        * When loading desktop files check to see if they've
          already been eclipsed by an app. (LP: #549096)
        * Track better application shortcuts and ensure that they
          get removed when the application is. (LP: #539167)
    
    indicator-messages (0.3.6-0ubuntu1) lucid; urgency=low
    
      * New upstream release.
        * Fixing several bugs with regards to visibility and placement
          if items and separators in the menu.  (LP: #446914)
        * Changing the service management over to using libindicator
          services and service manager for robustness.
    
    indicator-messages (0.3.5-0ubuntu2) lucid; urgency=low
    
      * debian/control:
        - change the indicator-applet depends to a recommends to let other
          desktops use other options rather than having to trigger GNOME
    
    indicator-messages (0.3.5-0ubuntu1) lucid; urgency=low
    
      * Upstream release 0.3.5
        * Show which applications are running with a small icon
          next to their entry. (LP: #438526)
        * Shift command items to line up with application names.
          (LP: #537312)
        * Track applications we've seen so that we can show "Set Up"
          text if we've not seen the app before.
        * Fix avatar spacing to match other menu items
        * Use standard libindicator icon handling in panel
        * Fix translation of non-running applications (LP: #540148)
        * Handling bools for requesting attention from apps
        * Changing microblogging to broadcast to match Me Menu (LP: #534952)
      * debian/control:
        - Updating requirement to libindicator 0.3.5
        - Increasing dbusmenu-glib dep to 0.2.8
    
    indicator-messages (0.3.4-0ubuntu1~ppa1) lucid; urgency=low
    
      * Upstream release 0.3.4
        * Fix avatar spacing to match other menu items
        * Use standard libindicator icon handling in panel
        * Fix translation of non-running applications (LP: #540148)
        * Handling bools for requesting attention from apps
        * Changing microblogging to broadcast to match Me Menu (LP: #534952)
      * debian/control: Updating requirement to libindicator 0.3.5
    
    indicator-messages (0.3.3-0ubuntu2) lucid; urgency=low
    
      * src/default-applications.c
        - string change for consistency (LP: #534952)
    
    indicator-messages (0.3.3-0ubuntu1) lucid; urgency=low
    
      * Upstream release 0.3.3
        * Changing names of default applications to generic names
        * Making icons of default applications match panel theme
    
    indicator-messages (0.3.2-0ubuntu1) lucid; urgency=low
    
      * Upstream release 0.3.2
        * Removing extra ref
        * Moving locally defined variable to use the one defined in
          the function to fix a NULL pointer. (lp: #518547)
        * Disconnect the count changed signal property
        * Adding static desktop shortcuts to application items
        * Adding dynamic application menuitems
        * Switching application menu items to remove descriptions
          and add in application icons
      * debian/control:
        * libindicator build dependency to 0.3.3
        * dbusmenu build dependency to 0.2.5
    
    indicator-messages (0.3.1-0ubuntu2) lucid; urgency=low
    
      * Upstream Merge
        * Removing extra ref
        * Moving locally defined variable to use the one defined in
          the function to fix a NULL pointer. (lp: #518547)
    
    indicator-messages (0.3.1-0ubuntu1) lucid; urgency=low
    
      * Upstream release 0.3.1
        * Updates for dbusmenu 0.2.2
        * Updates for libindicate 0.3.0
      * debian/control:
        * dbusmenu* depends to 0.2.2
        * libindicate* depends to 0.3.0
    
    indicator-messages (0.3.0-0ubuntu1) lucid; urgency=low
    
      * Upstream release 0.3.0
        - Disabling static builds.
        - Porting to libindicator 0.3.0
        - Adding translator comments from hours and minutes strings.
          (LP: #456437)
        - Upgrading to dbusmenu 0.2.0
      * debian/control: Updating dbusmenu dependency to 0.2.0
      * debian/control: Increasing libindicator-dev dependency to
        0.3.0
    
    indicator-messages (0.2.6+r156-0ubuntu2) lucid; urgency=low
    
      * debian/control
        - add a Breaks for indicator-applet (<< 0.3.0)
    
    indicator-messages (0.2.6+r156-0ubuntu1) lucid; urgency=low
    
      * New snapshot for libindicator 0.3.0
      * debian/control
        - Build-Depends on libindicator >= 0.3.0
    
    indicator-messages (0.2.6-0ubuntu1) karmic; urgency=low
    
      * Upstream release 0.2.6 (LP: #446629)
        * Building the menu after checking the blacklist so that the
          separators are all correct.
        * Small fix for a perspective memory leak.
    
    indicator-messages (0.2.5-0ubuntu1) karmic; urgency=low
    
      * Upstream release 0.2.5 (LP: #440217)
        * Adding a check on addition of launchers to ensure icon is correctly
          visible. (LP: #433274)
        * Making it so that if applications don't set the time on an indicator
          the time isn't shown in the menu. (LP: #438237)
        * Putting icons in the right places. (LP: #436460)
    
    indicator-messages (0.2.4-0ubuntu1) karmic; urgency=low
    
      * Upstream release 0.2.4 (LP: #436093)
        - Merging in the min menu width feature (LP: #428292)
        - Merging in icon scaling branch from trunk. Now better icons (LP: #433143)
        - Merging in updated trunk (LP: #434097 and LP: #435184)
        - add i18n support
        - Prevent null entries (LP: #435184)
        - add a path for indicators in /usr/share (LP: #434097)
    
    indicator-messages (0.2.2-0ubuntu2) karmic; urgency=low
    
      * src/messages-service.c: initialise the translations
    
    indicator-messages (0.2.2-0ubuntu1) karmic; urgency=low
    
      * New release (LP: #427357)
        * Adds in separators between application groups
        * Merging in v2-api stuff which will become 0.2.1
      * debian/control:
        - Requiring > 0.2.0 of libindicate-*
        - bump dbusmenu dependencies.
    
    indicator-messages (0.2.0-0ubuntu2) karmic; urgency=low
    
      * debian/control
        - Bump build depends on dbusmenu to 0.1.0
    
    indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low
    
      [ Ted Gould ]
      * Upstream version 0.2.0
      * debian/control: Adding dependency information for libdbusmenu
        to say >= 0.0.2 to match upstream build system.
      * debian/watch: Changing to use indicator-messages project.
    
      [ Martin Pitt ]
      * debian/control: Update Vcs-Bzr: for new branch location.
    
    indicator-messages (0.2.0~bzr124-0ubuntu1) karmic; urgency=low
    
      * Update to fix build issue
    
    indicator-messages (0.2.0~bzr121-0ubuntu3) karmic; urgency=low
    
      * Fix to dereference the application menu items correctly so that
        the signal handlers are dropped as well. (lp: #410251)
    
    indicator-messages (0.2.0~bzr121-0ubuntu2) karmic; urgency=low
    
      * Run autogen.sh before upload
    
    indicator-messages (0.2.0~bzr121-0ubuntu1) karmic; urgency=low
    
      [ Ted Gould ]
      * debian/control: Adding in a build dep on libindicate-gtk-dev
      * Changes for the changing libindicate stuff.
      * Merge in the dbusmenu changes from the dbusmenu branch
      * debian/control: Adding in a build dependency on libdbusmenu-glib and
        libdbusmenu-gtk to catch up with the merge.
    
    indicator-messages (0.2.0~bzr120-0ubuntu1) jaunty; urgency=low
    
      * Fix to track the timer. (LP: #365187)
    
    indicator-messages (0.2.0~bzr119-0ubuntu1) jaunty; urgency=low
    
      * Upstream update
    
    indicator-messages (0.2.0~bzr116-0ubuntu3) jaunty; urgency=low
    
      * debian/rules: Adding a rule to remove the .la/.a clutter
    
    indicator-messages (0.2.0~bzr116-0ubuntu2) jaunty; urgency=low
    
      * debian/control: libindicator-dev to ~bzr301
    
    indicator-messages (0.2.0~bzr116-0ubuntu1) jaunty; urgency=low
    
      * Upstream release
        * Bug fixes
        * Update API to new libindicator
      * debian/control: Adding new dependency on libindicator-dev
    
    indicator-messages (0.1.6-0ubuntu1) jaunty; urgency=low
    
      * New upstream version
        * Patch from Cody Russell to fix LP: #359018 by correctly implementing
          the finalize functions.
    
    indicator-messages (0.1.5-0ubuntu1) jaunty; urgency=low
    
      * New upstream version
        * Fixes the lifecycle of the various structures tracking the messages
          and applications.  Fixing bugs like (LP: #355616) (LP: #352881)
        * Fixes the visual appearance by setting the widget name to grab the
          style settings from the main applet.  (LP: #351979)
      * debian/control: Upgrading dependency on libindicate-dev to 0.1.5 or
        higher as the new version requires that.
    
    indicator-messages (0.1.4-0ubuntu1) jaunty; urgency=low
    
      * New upstream version
        * Adding the display of indicators that are login messages coming from
          other applications.  (LP: #345494)
        * Making all times displayed for IM messages relative instead of
          absolute.  (LP: #346345)
        * Cleaning up the server removal code.  May fix (LP: #345599), I can't
          recreate it anymore afterwards.
    
    indicator-messages (0.1.3-0ubuntu1) jaunty; urgency=low
    
      [ Ted Gould ]
      * New upstream version.
        - Now changes the icon based on non-IM indicators so that Evolution
          works much better.  (LP: #342480)
        - Now the menu items are in a predictable order, alphabetical.
        - The Messages for a particular client (i.e. Pidgin) are grouped with
          the client they're associated with.
        - Adjusting the icon size to match the new one in the Human theme.
        - Adjusting the build so that all the different libraries are not
          built in a versioned manner.  Now it's just one .so, which is
          what it should have been originally.
    
      [ Martin Pitt ]
      * Add debian/watch.
      * Add bzr-builddeb configuration.
      * debian/copyright: Fix download location.
    
    indicator-messages (0.1-0ubuntu1) jaunty; urgency=low
    
      * Initial release, based on DX team's PPA packaging branch.
        (lp:~indicator-applet-developers/indicator-applet/messages-packaging)
      * debian/control: Add Homepage:, Vcs-Bzr:, and fix package
        description.
      * debian/copyright: Properly describe license.
    
     -- CI Train Bot <email address hidden>  Tue, 05 May 2015 16:59:14 +0000
  • indicator-messages (13.10.1+15.04.20150403-0ubuntu1) vivid; urgency=medium
    
      [ Ted Gould ]
      * Verify state type before parsing
     -- CI Train Bot <email address hidden>   Fri, 03 Apr 2015 14:51:54 +0000