~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-09-28 05:25:54 UTC
  • mfrom: (1185.1.42)
  • mto: (1092.2.18)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050928052554-beb985505f77ea6a
update symlink branch to integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * Status now accepted a -r argument to give status between chosen
 
6
      revisions. Contributed by Heikki Paajanen.
 
7
 
 
8
    * Revision arguments no longer use +/-/= to control ranges, instead
 
9
      there is a 'before' namespace, which limits the successive namespace.
 
10
      For example '$ bzr log -r date:yesterday..before:date:today' will
 
11
      select everything from yesterday and before today. Contributed by
 
12
      Robey Pointer
 
13
 
 
14
    * There is now a bzr.bat file created by distutils when building on 
 
15
      Windows. Contributed by Alexander Belchenko.
 
16
 
 
17
  BUG FIXES:
 
18
 
 
19
    * Various minor bug in windows support have been fixed, largely in the
 
20
      test suite. Contributed by Alexander Belchenko.
 
21
      
 
22
  INTERNALS:
 
23
 
 
24
    * removed uuid() as it was unused.
 
25
 
 
26
    * Test case failures have the exception printed after the log for your
 
27
      viewing pleasure.
 
28
 
 
29
bzr 0.0.8 2005-09-20
 
30
 
 
31
  IMPROVEMENTS:
 
32
 
5
33
    * Adding a file whose parent directory is not versioned will
6
34
      implicitly add the parent, and so on up to the root. This means
7
35
      you should never need to explictly add a directory, they'll just
8
36
      get added when you add a file in the directory.  Contributed by
9
37
      Michael Ellerman.
10
38
 
 
39
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
 
40
      Nir Soffer.
 
41
 
 
42
    * If you set BZR_EDITOR in the environment, it is checked in
 
43
      preference to EDITOR and the config file for the interactive commit
 
44
      editing program. Related to this is a bugfix where a missing program
 
45
      set in EDITOR would cause editing to fail, now the fallback program
 
46
      for the operating system is still tried.
 
47
 
 
48
    * Files that are not directories/symlinks/regular files will no longer
 
49
      cause bzr to fail, it will just ignore them by default. You cannot add
 
50
      them to the tree though - they are not versionable.
 
51
 
11
52
 
12
53
  INTERNALS:
13
54
 
21
62
    * Fixed strange error when trying to access a nonexistent http
22
63
      branch.
23
64
 
 
65
    * Make sure that the hashcache gets written out if it can't be
 
66
      read.
 
67
 
24
68
 
25
69
  PORTABILITY:
26
70
 
27
71
    * Various Windows fixes from Ollie Rutherfurd.
28
72
 
 
73
    * Quieten warnings about locking; patch from Matt Lavin.
 
74
 
29
75
 
30
76
bzr-0.0.7 2005-09-02
31
77