at-spi2-atk (2.2.0-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Really fix BGO#658013: Attach the timeout for a key listener to the
      appropriate main loop context.
    - Updated translations

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 27 Sep 2011 13:12:08 +1000

at-spi2-atk (2.1.92-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix for BGO#658013: Add timeout to check for disconnect on a key
      listener.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 23 Sep 2011 11:43:50 +1000

at-spi2-atk (2.1.91-0ubuntu3) oneiric; urgency=low

  * debian/control: Remove all breaks, as update manager will remove
    the at-spi v1 packages if there are no other rdepends, (should really
    really fix LP: #836798)

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 19 Sep 2011 16:12:28 +1000

at-spi2-atk (2.1.91-0ubuntu2) oneiric; urgency=low

  * debian/control: Change conflicts to breaks against at-spi (LP: #836798)

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 15 Sep 2011 14:38:45 +1000

at-spi2-atk (2.1.91-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix for BGO#645321: Use an array of bytes rather than a string for the
      atk-bridge location in the schema.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 06 Sep 2011 10:01:24 +1000

at-spi2-atk (2.1.90-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Try to use the new AtkWindow interface to register for window events.

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 02 Sep 2011 07:44:43 +1000

at-spi2-atk (2.1.5-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Use libatspi constants rather than keeping duplicate copies of the
      constants in at-spi2-atk.
    - Fixed some problems when shutting down and restarting the module.
  * Update copyright
  * Bump libatspi2.0-dev build dependency

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 16 Aug 2011 11:32:55 +1000

at-spi2-atk (2.1.4-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Ensure the detail integers are initialized before sending events.
    - Map some new atk roles.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 26 Jul 2011 10:27:36 +1000

at-spi2-atk (2.1.3-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix for BGO#652797: Remove unused AtkMisc instance.
    - Only register events when something is listening.  In theory, this should
      mitigate performance loss that might show up when no ATs are running.
    - BGO#652596: Allow setting value via the DBus property again.
    - BGO#652858: Deregister objects on state-changed:defunct.
    - Add AT-SPI mapping for ATK_RELATION_NODE_PARENT_OF.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 05 Jul 2011 09:44:22 +1000

at-spi2-atk (2.0.1-0ubuntu3) oneiric; urgency=low

  * Remove unreleased debian changelog entry, it will be re-added once the
    package is in debian
  * Remove duplicate email address in maintainer field
  * Remove gconf from build-depends
  * Make debian/copyright follow DEP5

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 30 May 2011 15:48:57 +1000

at-spi2-atk (2.0.1-0ubuntu2) oneiric; urgency=low

  * debian/rules: Remove all .la files from the libatk-adaptor apckage
  * Set debian-branch to ubuntu-oneiric in gbp.conf

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 25 May 2011 16:23:39 +1000

at-spi2-atk (2.0.1-0ubuntu1) oneiric; urgency=low

  [ Luke Yelavich ]
  * New upstream release
    - Fix a memory leak in impl_GetText

  [ Samuel Thibault ]
  * Bump Standards-Version to 3.9.2 (no change needed

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 03 May 2011 13:07:26 +1000

at-spi2-atk (2.0.0-0ubuntu1) natty; urgency=low

  * New upstream release
    - Updated translations

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 06 Apr 2011 13:35:51 +1000

at-spi2-atk (1.91.93-0ubuntu1) natty; urgency=low

  * New upstream release
    - Removed dbus-glib-related includes, as they are no longer required.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 29 Mar 2011 16:25:36 +1100

at-spi2-atk (1.91.92-0ubuntu1) natty; urgency=low

  * New upstream release
    - Handle text-insert and text-removed signals from ATK (BGO#638377).
    - Use the new dbus errors when compiled against a version of libdbus that
      defines them.
    - Use libatspi to get the accessibility bus and handle main loop
      integration. This fixes a crash with some builds of Firefox (FDO#35115).
      Note that this adds a dependency on libatspi.
    - Fix accessibility of applications running as root on Linux.
  * debian/control: Add libatspi2.0-dev >= 1.91.92 to build depends

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 24 Mar 2011 15:43:22 +1100

at-spi2-atk (1.91.91-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fix some missing prototypes.
    - Do not exit if the accessibility bus disconnects.

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 10 Mar 2011 11:42:38 +1100

at-spi2-atk (1.91.90-0ubuntu1) natty; urgency=low

  [ Mario Lang ]
  * Add libglib2.0-bin to Build-Depends.

  [ Luke Yelavich ]
  * New upstream release
    - Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
    - Set /tmp/at-spi2 to be world-writable.
    - Fix for BGO#641869: Remove --enable-relocate option.
    - Changed accessibility key name as was done in gsettings-desktop-schemas.
    - Fixed several memory leaks.
    - Fixed some build errors.
  * debian/rules: Remove override for dh_configure, --enable-relocate has been
    removed
  * debian/control:
    - Add conflicts/replaces against at-spi
    - Remove gconf2 build dependency

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 22 Feb 2011 18:31:21 +1100

at-spi2-atk (1.91.6-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fixed the path in org.a11y.atspi.gschema.xml for lib64.
    - Implemented SetPosition, SetExtents, and SetSize for components.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 01 Feb 2011 13:58:50 +1100

at-spi2-atk (1.91.5-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fixed some memory leaks.
    - Fixed a crash if peer-to-peer connections are disabled.
    - Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
    - Support direct dbus connections to improve performance if dbus-glib
      0.90 or greater is available.
    - Added a GSettings key to specify the location of libatk-bridge.so.
    - Added a desktop file to load gail and atk-bridge with the new
      gnome-settings-daemon.
    - Attributes in a collection match rule are now expected to be sent as a
      dictionary.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 11 Jan 2011 17:42:06 -0600

at-spi2-atk (1.91.2-0ubuntu2) natty; urgency=low

  * debian/rules: Enable relocate to co-exist with the bonobo at-spi stack

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 16 Nov 2010 09:25:30 +1100

at-spi2-atk (1.91.2-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fixed BGO#563546: Removed the g_atexit hook.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 09 Nov 2010 13:00:31 +1100

at-spi2-atk (1.91.1-0ubuntu1) natty; urgency=low

  * Initial Ubuntu packaging, based on Debian (LP: #662453)

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 19 Oct 2010 11:44:57 +1100
