~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-24 16:54:50 UTC
  • mfrom: (5183.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100424165450-2jfbk8ta0hhznynx
(vila) Only chown() the .bzr.log when creating it (Parth Malwankar)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
Bug Fixes
30
30
*********
31
31
 
 
32
* ``.bazaar``, ``.bazaar/bazaar.conf`` and ``.bzr.log`` inherit user and
 
33
  group ownership from the containing directory. This allow bzr to work
 
34
  better with sudo.
 
35
  (Martin <gzlist@googlemail.com>, Parth Malwankar, #376388)
 
36
 
32
37
* ``bzr selftest --parallel=fork`` wait for its children avoiding zombies.
33
38
  (Vincent Ladeuil, #566670)
34
39
 
369
374
  mainline (i.e. it supports dotted revisions).
370
375
  (Parth Malwankar, #517800)
371
376
 
372
 
* ``.bazaar``, ``.bazaar/bazaar.conf`` and ``.bzr.log`` inherit user and
373
 
  group ownership from the containing directory. This allow bzr to work
374
 
  better with sudo.
375
 
  (Parth Malwankar, #376388)
376
 
 
377
377
* Use first apparent author not committer in GNU Changelog format.
378
378
  (Martin von Gagern, #513322)
379
379