~ubuntu-branches/ubuntu/precise/ubuntuone-client/precise-security

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-04-04 10:42:09 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120404104209-wjce2ny9yyqxesyh
Tags: 2.99.92-0ubuntu1
* New upstream release.
  - Use set_int32 for transient hint. (LP: #961342)
  - Notify clients when volumes info form server is ready. (LP: #851810)
  - Fix an error on u1sdtool --info. (LP: #917222)
  - Exit proxy tunnel process with u1sdtool -q. (LP: #963485)
  - Unbreak and test the validate_path call. (LP: #968637)
* debian/patches:
  - Remove patches included in upstream release.
* debian/watch:
  - Update watch file for new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.53)
3
3
 
4
 
AC_INIT([ubuntuone-client], [2.99.91])
 
4
AC_INIT([ubuntuone-client], [2.99.92])
5
5
AC_CONFIG_SRCDIR([config.h.in])
6
6
 
7
7
AM_INIT_AUTOMAKE([1.10 foreign])