~ubuntu-branches/ubuntu/oneiric/gwibber/oneiric-proposed

« back to all changes in this revision

Viewing changes to gwibber/microblog/util/const.py

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-08-23 11:49:50 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20110823114950-b4pnf3dlihf3okfk
Tags: 3.1.5.1-0ubuntu1
* New upstream release
  - tile sizing fixes, getting rid of wasted space
  - revert back to python-wnck, we can't mix GIR and static 
    bindings (LP: #829186)
  - use subprocess instead of Gio for handling gsettings.  We can't mix GIR 
    and static bindings (LP: #829186)
  - Fixes escaping of html elements properly (LP: #825204)
  - Fixed data type checks that were causing failures (LP: #830839)
  - Make sure we get time from the right json object
  - Lots of json warnings and criticals cleaned up
  - Don't crash the service if notifications fail (LP: #727568)
* debian/control
  - Depend on python-wnck instead of gir1.2-wnck-1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  "service": "{R} @{nick}: {text}",
64
64
}
65
65
 
66
 
VERSION_NUMBER = "3.1.5+r1143"
 
66
VERSION_NUMBER = "3.1.5.1"
67
67
GCONF_CLIENT_DIR = "/apps/gwibber/client/"
68
68
 
69
69
BUG_URL = "https://bugs.launchpad.net/gwibber/+filebug"