/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.92 by Vincent Ladeuil
Opening 1.2.0
8
bzr-upload 1.2.0
9
################
10
11
:1.2.0: NOT RELEASED YET
12
13
New Features
14
************
15
16
.. New commands, options, etc that users may wish to try out.
17
18
Improvements
19
************
20
0.152.93 by Vincent Ladeuil
Migrate to config stacks
21
* Use bzr config stacks, bzr >= 2.5 is now required. (Vincent Ladeuil)
0.152.92 by Vincent Ladeuil
Opening 1.2.0
22
23
Bug Fixes
24
*********
25
26
.. Fixes for situations where bzr would previously crash or give incorrect
27
   or undesirable results.
28
29
Documentation
30
*************
31
32
.. Improved or updated documentation.
33
34
Testing
35
*******
36
37
.. Fixes and changes that are only relevant to bzr's test framework and 
38
   suite.  This can include new facilities for writing tests, fixes to 
39
   spurious test failures and changes to the way things should be tested.
40
41
0.169.1 by Vincent Ladeuil
Merge 1.0 branch resolving conflicts
42
bzr-upload 1.1.0
0.152.85 by Vincent Ladeuil
Fix typo in NEWS
43
################
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
44
0.169.3 by Vincent Ladeuil
Release 1.1.0
45
:1.1.0: 2012-03-15
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
46
47
New Features
48
************
49
50
.. New commands, options, etc that users may wish to try out.
51
52
Improvements
53
************
54
55
.. Improvements to existing commands, especially improved performance 
56
   or memory usage, or better results.
57
58
Bug Fixes
59
*********
60
61
.. Fixes for situations where bzr would previously crash or give incorrect
62
   or undesirable results.
63
64
Documentation
65
*************
66
67
.. Improved or updated documentation.
68
69
Testing
70
*******
71
0.152.90 by Vincent Ladeuil
Updates NEWS.
72
* Now requires bzr >= 2.5 for testing. The plugin itself should still work
73
  with previous versions. (Vincent Ladeuil)
74
0.169.2 by Vincent Ladeuil
Fix deprecation warning about tree.inventory usage
75
* Avoid deprecation warning with bzr-2.5 by using tree.iter_entries_by_dir
76
  avoiding direct inventory access, this should still be compatible with
77
  older bzr versions. (Vincent Ladeuil)
78
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
79
bzr-upload 1.0.1
0.152.85 by Vincent Ladeuil
Fix typo in NEWS
80
################
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
81
0.168.1 by Vincent Ladeuil
Release 1.0.1
82
:1.0.1: 2012-03-15
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
83
84
Bug Fixes
85
*********
86
0.152.84 by Vincent Ladeuil
Really ignore symlinks during full uploads
87
* Fix a typo to avoid crashing when encountering symlinks during
0.169.1 by Vincent Ladeuil
Merge 1.0 branch resolving conflicts
88
  a full upload. (Jonathan Paugh)
0.152.84 by Vincent Ladeuil
Really ignore symlinks during full uploads
89
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
90
Testing
91
*******
92
0.152.86 by Vincent Ladeuil
Get rid of the deprecation warnings while running the test suite
93
* Use assertPathDoesNotExist and assertPathExist instead of failIfExists and
94
  failUnlessExists in the test suite. This requires bzr-2.4 to run the tests
95
  but doesn't affect the plugin compatibility itself with previous verions
96
  of bzr. (Vincent Ladeuil)
0.152.79 by Vincent Ladeuil
Open trunk again as 1.0.1 for bug fixes.
97
0.152.78 by Vincent Ladeuil
Prepare 1.0.0 release by being a better packager and bzr citizen.
98
99
bzr-upload 1.0.0
100
################
101
102
:1.0.0: 2010-12-10
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
103
104
New Features
105
************
106
0.161.4 by Vincent Ladeuil
Handle regexps in .bzrignore-upload and take parents into account.
107
* ``.bzrignore-upload`` can be used to avoid uploading some files or
108
  directories. It uses the same syntax as ``.bzrignore`` including regular
109
  expressions.
110
  (Martin Albisetti, Vincent Ladeuil, #499525, #499941)
111
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
112
* Remote branches can be used to upload from.
113
  (Gary van der Merwe, Vincent Ladeuil)
114
115
* The auto hook verbosity is now controlled by the 'upload_auto_quiet'
116
  config variable. If defaults to False if not set.
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
117
  (Vincent Ladeuil, #312686)
118
119
* The file where the revision id is stored on the remote server is now
120
  controlled by the 'upload_revid_location' configuration variable. It
121
  defaults to '.bzr-upload.revid'.
122
  (Vincent Ladeuil, #423331)
123
0.159.4 by Gary van der Merwe
Check that the revision we are uploading is a descendent from the revision that was uploaded.
124
* Upload now checks that the revision we are uploading is a descendent
125
  from the revision that was uploaded, and hence that the branchs that
126
  they were uploaded from have not diverged. This can be ignored by passing
127
  the --overwrite option. (Gary van der Merwe)
128
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
129
130
Bug Fixes
131
*********
132
133
* Fix auto hook trying to display an url without using the right encoding.
134
  (Vincent Ladeuil, #312686)
135
0.152.64 by Vincent Ladeuil
Fix compatibility with bzr.
136
* Fix compatibility with bzr versions that don't provide
137
  get_user_option_as_bool().
138
  (Vincent Ladeuil, #423791)
139
0.162.1 by Vincent Ladeuil
Emit warnings instead of crashing when symlinks are encountered
140
* Emit warnings instead of backtrace when symlinks are encountered.
141
 (Vincent Ladeuil, #477224)
142
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
143
Documentation
144
*************
145
146
* Clarify 'changes' definition in online help.
147
  (Vincent Ladeuil, #275538)
148
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
149
* Move the README file into the module doc string so that it
150
  becomes available through the 'bzr help plugins/upload'
151
  command.  (Vincent Ladeuil, #424193)
152
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
153
Testing
154
*******
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
155
0.163.1 by Vincent Ladeuil
Make tests requiring a unicode file system skip where applicable
156
* Make tests requiring a unicode file system skip where applicable.
157
  (Vincent Ladeuil, #671964)