~ubuntu-branches/ubuntu/lucid/empathy/lucid-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-03-29 16:38:54 UTC
  • mfrom: (1.1.51 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329163854-af9wwlzew6s54j40
Tags: 2.30.0-0ubuntu1
* New upstream release:
  - Fixed #613596, Account Assistant translations are not loaded (Guillaume
    Desmottes) (LP: #544208)
  - Fixed #601693, Shouldn't cycle tab if gtk-keynav-wrap-around is 0 (Aaron
    Brown)
  - Fixed #612557, empathy_sidebar_menu_position_under: assertion
    `gtk_widget_get_has_window (user_data)' failed (Guillaume Desmottes)
  - Fixed #613117, Please fix escaping of UTF-chars in ui file (Gabor Kelemen)
  - Fixed #613272, im settings capplet goes offscreen when advanced is expanded
    (Travis Reitter)
  - Fixed #613437, Empathy fails to build (Guillaume Desmottes)
  - Fixed #613793, remove non-standard notification capabilities (Nicolò Chieffo)
  - Fixed #613892, Should start hidden when activated (Guillaume Desmottes)
  - Fixed #614155, Move Tab Left/Right should have accelerator (Aaron Brown)
  - Fixed #613772, Minor typo in Empathy documentation (Marios Zindilis)
* debian/patches/99_autoreconf.patch: renamed and refreshed 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
m4_define(empathy_released, 1)
3
3
 
4
4
m4_define([empathy_major_version], [2])
5
 
m4_define([empathy_minor_version], [29])
6
 
m4_define([empathy_micro_version], [93])
 
5
m4_define([empathy_minor_version], [30])
 
6
m4_define([empathy_micro_version], [0])
7
7
m4_define([empathy_nano_version], [0])
8
8
 
9
9
dnl Display the nano_version only if it's not '0'