~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-08 19:52:03 UTC
  • mfrom: (2685.1.1 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070808195203-8j0f3kmhde2akrhx
Fix ignore caching across unlocks (#129694, Daniel Watkins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
 
124
124
    * HTML documentation now use files extension *.html (Alexander Belchenko)
125
125
 
 
126
    * The cache of ignore definitions is now cleared in WorkingTree.unlock()
 
127
      so that changes to .bzrignore aren't missed. (#129694, Daniel Watkins)
 
128
 
126
129
  LIBRARY API BREAKS:
127
130
 
128
131
    * Deprecated dictionary ``bzrlib.option.SHORT_OPTIONS`` removed.