~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Dustin Kirkland
  • Date: 2009-01-26 19:43:43 UTC
  • Revision ID: git-v1:e3bea7994f62a7103fac676a4b22653f26e2b349
Release ecryptfs-utils-69

ecryptfs-utils-69
 * Released 2008-01-26
 * Support for filename encryption
 * Silence some less valuable error messages
 * Fix the mount counter
 * Prune keys from the keyring when using the unmount helper

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
 
12
12
AC_PREREQ(2.59)
13
 
AC_INIT([ecryptfs-utils],[68])
 
13
AC_INIT([ecryptfs-utils],[69])
14
14
AC_CANONICAL_HOST
15
15
AC_CANONICAL_TARGET
16
16
AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])