~ubuntu-branches/ubuntu/quantal/gwibber/quantal-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-04-03 17:03:45 UTC
  • mfrom: (1.1.75)
  • Revision ID: package-import@ubuntu.com-20120403170345-0pdne56s246lr91x
Tags: 3.4.0-0ubuntu1
* New upstream release
  - Check shorten-urls setting in the dispatcher before attempting to
    shorten, patch thanks to Martin T. (LP: #896639)
  - Removing unnecessary 'Image' link from entries with images obtained
    through imgpreview() (Mark Tully) (LP: #966285)
  - Replace all instances of a hashtag's occurance in a tweet at once
    rather than one at a time (Mark Tully) (LP: #966467)
  - Replace all instances of a nick's occurance in a tweet at once rather
    than one at a time (Mark Tully) (LP: #966467)
  - Catch errors from creating the pixbuf separately from sending the
    notification (LP: #940182)
  - Encode URLs to UTF8 before using them. (LP: #954374)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
m4_define([gwibber_major], [3])
2
 
m4_define([gwibber_minor], [3])
3
 
m4_define([gwibber_micro], [93])
 
2
m4_define([gwibber_minor], [4])
 
3
m4_define([gwibber_micro], [0])
4
4
m4_define([gwibber_version],
5
5
          [gwibber_major.gwibber_minor.gwibber_micro])
6
6