~ubuntu-branches/ubuntu/raring/ecryptfs-utils/raring

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2011-11-08 10:47:03 UTC
  • Revision ID: package-import@ubuntu.com-20111108104703-1wb4mc465jtebtek
Tags: 93-0ubuntu2
fix infinite loop on arm: fgetc returns an int, and -1 at end of
options.  Arm makes char unsigned. (LP: #884407)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ecryptfs-utils (93-0ubuntu2) precise; urgency=low
 
2
 
 
3
  * fix infinite loop on arm: fgetc returns an int, and -1 at end of
 
4
    options.  Arm makes char unsigned. (LP: #884407)
 
5
 
 
6
 -- Serge Hallyn <serge.hallyn@ubuntu.com>  Tue, 08 Nov 2011 10:47:03 -0600
 
7
 
1
8
ecryptfs-utils (93-0ubuntu1) precise; urgency=low
2
9
 
3
10
  * src/utils/ecryptfs-verify, src/utils/Makefile.am: