~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-15 17:00:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1929.
  • Revision ID: john@arbash-meinel.com-20060815170002-7227aa90900601b9
This also fixes bug #56290

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  BUG FIXES:
16
16
 
17
17
    * Handle TZ=UTC properly when reading/writing revisions.
18
 
      (John Arbash Meinel, #55783)
 
18
      (John Arbash Meinel, #55783, #56290)
19
19
 
20
20
    * Use GPG_TTY to allow gpg --cl to work with gpg-agent in a pipeline,
21
21
      (passing text to sign in on stdin). (John Arbash Meinel, #54468)