~jelmer/bzr-svn/svn-1.5

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2008-07-07 11:29:11 UTC
  • mfrom: (1196.1.245 0.4)
  • Revision ID: jelmer@samba.org-20080707112911-fca6wpxr457n690x
MergeĀ 0.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
     * Username and password prompting will now always work.
20
20
 
21
 
   * Now uses absolute imports and no longer adds plugin directory to the system path.
 
21
   * The "svn+https://..." syntax has been deprecated. It still works in the 
 
22
     current release but will be removed in the future. If you are unable to 
 
23
         get a repository to work without the svn+ prefix, please file a bug.
 
24
 
 
25
  FEATURES
 
26
  
 
27
   * Add new "dpush" command that works similar to git-svn's dcommit.
 
28
 
 
29
   * Support proper Bazaar tags. (#81102)
 
30
 
 
31
   * Set mergeinfo properties when pushing merges. (write part of #131323)
22
32
 
23
33
   * Basic support for stacked branches.
24
34
 
25
35
   * Avoid reopening connections to branch and repository when finding branches. (#243749)
26
36
 
27
 
  FEATURES
28
 
  
29
 
   * Add new "dpush" command that works similar to git-svn's dcommit.
30
 
 
31
37
  BUG FIXES
32
38
 
 
39
   * Now uses absolute imports and no longer adds plugin directory to the system path.
 
40
 
33
41
   * More efficient use of mutter.
34
42
 
35
43
   * Remember parent branch correctly during sprout. (#237174)
71
79
   * Fix inconsistent revision iteration when branches' parents were moved but 
72
80
     not changed. (#237901)
73
81
 
 
82
   * Avoid assumption that a revision can only occur in one branch. (#208566)
 
83
 
 
84
   * Several fixes for dealing with non-acii characters. (#128496)
 
85
 
 
86
   * Re-use RA connections as much as possible. bzr-svn should in general now have 
 
87
     no more than 2 TCP/IP connections to the same Subversion repository open
 
88
         at the same time. (#183824)
 
89
 
74
90
bzr-svn 0.4.10  2008-05-12
75
91
 
76
92
  CHANGES