/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
1
########################
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
2
bzr-upload Release Notes
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
3
########################
4
5
.. contents:: List of Releases
6
   :depth: 1
7
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
8
bzr-upload 1.0.1
9
#########
10
11
:1.0.1: NOT RELEASED YET
12
13
External Compatibility Breaks
14
*****************************
15
16
.. These may require users to change the way they use Bazaar.
17
18
New Features
19
************
20
21
.. New commands, options, etc that users may wish to try out.
22
23
Improvements
24
************
25
26
.. Improvements to existing commands, especially improved performance 
27
   or memory usage, or better results.
28
29
Bug Fixes
30
*********
31
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
   or undesirable results.
34
35
Documentation
36
*************
37
38
.. Improved or updated documentation.
39
40
API Changes
41
***********
42
43
.. Changes that may require updates in plugins or other code that uses
44
   bzrlib.
45
46
Internals
47
*********
48
49
.. Major internal changes, unlikely to be visible to users or plugin 
50
   developers, but interesting for bzr developers.
51
52
Testing
53
*******
54
55
.. Fixes and changes that are only relevant to bzr's test framework and 
56
   suite.  This can include new facilities for writing tests, fixes to 
57
   spurious test failures and changes to the way things should be tested.
58
59
0.152.78 by Vincent Ladeuil
Prepare 1.0.0 release by being a better packager and bzr citizen.
60
61
bzr-upload 1.0.0
62
################
63
64
:1.0.0: 2010-12-10
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
65
66
New Features
67
************
68
0.161.4 by Vincent Ladeuil
Handle regexps in .bzrignore-upload and take parents into account.
69
* ``.bzrignore-upload`` can be used to avoid uploading some files or
70
  directories. It uses the same syntax as ``.bzrignore`` including regular
71
  expressions.
72
  (Martin Albisetti, Vincent Ladeuil, #499525, #499941)
73
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
74
* Remote branches can be used to upload from.
75
  (Gary van der Merwe, Vincent Ladeuil)
76
77
* The auto hook verbosity is now controlled by the 'upload_auto_quiet'
78
  config variable. If defaults to False if not set.
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
79
  (Vincent Ladeuil, #312686)
80
81
* The file where the revision id is stored on the remote server is now
82
  controlled by the 'upload_revid_location' configuration variable. It
83
  defaults to '.bzr-upload.revid'.
84
  (Vincent Ladeuil, #423331)
85
0.159.4 by Gary van der Merwe
Check that the revision we are uploading is a descendent from the revision that was uploaded.
86
* Upload now checks that the revision we are uploading is a descendent
87
  from the revision that was uploaded, and hence that the branchs that
88
  they were uploaded from have not diverged. This can be ignored by passing
89
  the --overwrite option. (Gary van der Merwe)
90
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
91
92
Bug Fixes
93
*********
94
95
* Fix auto hook trying to display an url without using the right encoding.
96
  (Vincent Ladeuil, #312686)
97
0.152.64 by Vincent Ladeuil
Fix compatibility with bzr.
98
* Fix compatibility with bzr versions that don't provide
99
  get_user_option_as_bool().
100
  (Vincent Ladeuil, #423791)
101
0.162.1 by Vincent Ladeuil
Emit warnings instead of crashing when symlinks are encountered
102
* Emit warnings instead of backtrace when symlinks are encountered.
103
 (Vincent Ladeuil, #477224)
104
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
105
Documentation
106
*************
107
108
* Clarify 'changes' definition in online help.
109
  (Vincent Ladeuil, #275538)
110
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
111
* Move the README file into the module doc string so that it
112
  becomes available through the 'bzr help plugins/upload'
113
  command.  (Vincent Ladeuil, #424193)
114
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
115
Testing
116
*******
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
117
0.163.1 by Vincent Ladeuil
Make tests requiring a unicode file system skip where applicable
118
* Make tests requiring a unicode file system skip where applicable.
119
  (Vincent Ladeuil, #671964)