chiark / gitweb /
ad20088095602ea2a2841b279d6fe40d3375e674
[dgit.git] / debian / changelog
1 dgit (0.17~experimental4) experimental; urgency=low
2
3   * dgit build, by default, uses the archive to find out what the correct
4     -v<version> option is to pass to dpkg-genchanges.
5   * When using sbuild, pass the arguments to mergechanges in the right
6     order so that we use the correct Description (the _source one,
7     not the one from sbuild which didn't get e.g. -v<version>).
8   * Clarify the manpage's comments about orig tarballs.  Closes: #723605.
9
10  --
11
12 dgit (0.17~experimental3) experimental; urgency=low
13
14   Minor fix to remote functionality:
15   * Improve debug output at completion.
16
17  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 24 Oct 2013 14:00:19 +0100
18
19 dgit (0.17~experimental2) experimental; urgency=low
20
21   * When generating git tags, quote the (uncanonicalised) changelog's
22     Distribution field as the suite.
23
24   Changes to remote functionality:
25   * More bugfixes.
26
27  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 23 Oct 2013 12:56:34 +0100
28
29 dgit (0.17~experimental1) experimental; urgency=low
30
31   WIP DO NOT USE
32
33   Bugfixes:
34   * Fix dgit --damp-run sbuild to actually work.
35   * Improvements to implementation of --dry-run and --damp-run.
36   * Report chdir actions in debugging output.
37
38   Changes to remote functionality:
39   * Many bugfixes.
40   * New --initiator-tempdir option.
41
42  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 22 Oct 2013 15:11:19 +0100
43
44 dgit (0.16) unstable; urgency=high
45
46   * Format `(3.0) quilt' fixup does not mind extraneous other files
47     in the build tree (e.g., build products and logs).  Closes: #727053.
48   * Set autoflush on stdout, to get better ordering of debugging
49     etc. output when stdout is redirected.
50   * New --damp-run mode, for more convenient and fuller testing etc.
51
52  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 22 Oct 2013 13:06:54 +0100
53
54 dgit (0.16~experimental3) experimental; urgency=low
55
56   * Minor fixes arising from changes since 0.15.
57
58  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 21 Oct 2013 15:31:59 +0100
59
60 dgit (0.16~experimental2) experimental; urgency=low
61
62   * WIP remote functionality.  Untested, do not use.
63   * Some code motion and cleanups.
64   * push actually takes an optional suite, like it says in the synopsis.
65   * Command execution reports from --dry-run go to stderr.
66   * Support --gpg=... to provide a replacement command for gpg.
67   * Support --ssh=... and --ssh:... to affect how we run ssh.
68
69  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 21 Oct 2013 14:29:56 +0100
70
71 dgit (0.16~experimental1) experimental; urgency=low
72
73   * WIP remote functionality.  Untested, do not use.
74
75  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 24 Sep 2013 23:08:27 +0100
76
77 dgit (0.15) unstable; urgency=low
78
79   * Better handling of packages pushed using dgit and stuck in NEW.
80     (And, use of `--new' is not needed with fetch.)  Closes: #722199.
81   * More comprehensive warnings in many cases of archive skew.
82   * Implement `dgit help' as well as `--help'.  Closes: #721661.
83   * Provide `dgit version' and `--version'.  Closes: #721654.
84
85  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Sep 2013 00:14:05 +0100
86
87 dgit (0.14) unstable; urgency=low
88
89   * Include package name in tag message.
90   * Create directory .git/dgit when needed during build.  Closes: #721428.
91   * Add Vcs-Git and Vcs-Browser [Richard Hartmann].  Closes: #721404.
92     These fields refer to the development branch, "master", on alioth,
93     not to the dgit suite refs (which are not accessible to git clone).
94
95  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 18:30:44 +0100
96
97 dgit (0.13) unstable; urgency=low
98
99   * Reuse already-downloaded .orig files after checking their hashes.
100     Closes: #720526.  (This introduces a dependency on Digest::SHA.)
101   * Do not always pointlessly fetch the .dsc twice.  (That code was
102     erroneously duplicated during editing, apparently.)
103   * Remove DGET_UNPACK from the environment in case the user has set it.
104   * Remove scary warning from Description.
105   * When uploading to Debian, tell dput to upload to "ftp-master".  This
106     avoids problems with derivatives whose dput has a different default.
107     Closes: #720958.
108   * Fix some bugs in dgit fetch --dry-run which made dgit push
109     --dry-run often not work at all.
110   * Update the local tracking branch for the dgit remote, when pushing.
111     Closes: #720956.
112   * Fix references in manpage to old Vcs-Dgit-Master field name.
113   * Reorganise manpage sections to be in a more conventional order.
114   * New manpage section on FILES IN THE SOURCE PACKAGE BUT NOT IN GIT.
115     Closes: #721186.
116
117  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 29 Aug 2013 00:27:23 +0100
118
119 dgit (0.12) unstable; urgency=low
120
121   * Cope with packages with epoch.  Closes: #720897.
122   * Improve error message for non-fast-forward push.  Closes: #720896.
123   * New --ignore-dirty option to skip noncritical check.  Closes: #720895.
124   * New --no-quilt-fixup option to suppress quilt fixup.  RTFM.
125   * Add Closes line for #720595 to changelog entry for 0.11.
126
127  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 26 Aug 2013 16:50:39 +0100
128
129 dgit (0.11) unstable; urgency=low
130
131   * Location of dgit-repos is now git.debian.org:/git/dgit-repos/repos.
132     Closes: #720525.  The rename on the server side will break older
133     versions of dgit.
134   * Fix bug which would make quilt patch fixup fail if git status
135     produced "M" lines.
136   * Autogenerated quilt patch fixup patch Description contains several
137     recent git commits, rather than implying that the patch corresponds
138     exactly to the top git commit.
139   * Use "ftp.debian.org" not "http.debian.net" as the default Debian
140     archive.  (http.debian.net tends to defeat certain kinds of cacheing,
141     and can also have more skew.)
142   * dgit build uses dpkg-buildpackage; there is a dgit git-build
143     for using git-buildpackage.  Closes: #720595.
144   * Better error message for use of UNRELEASED suite.  Closes: #720523.
145   * Do not canonicalise suite more than once.  Related to: #720526.
146   * Fix a badly open-coded copy of check_not_dirty.  Closes: #720524.
147   * Fix some bugs in building (eg build-source would fail to do the quilt
148     fixup; the --clean check in build was wrong).
149   * Add missing dependency on realpath.
150   * git-build (git-buildpackage wrapper) does not bother canonicalising
151     the suite if --git-ignore-branch is used.
152
153  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 17:00:43 +0100
154
155 dgit (0.10) unstable; urgency=low
156
157   * Create .pc/applied-patches - do not empty it (!)
158
159  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 00:51:50 +0100
160
161 dgit (0.9) unstable; urgency=low
162
163   * New cleaning arrangements.
164   * More comprehensive workaround for `3.0 (quilt)'.
165   * In push, double-check the .changes against the changelog.
166   * Better error when source package contains .git.  Closes: #720555.
167   * Change our .dsc field name to `Dgit'.  Relevant to #720201.
168   * Fix bug handling our synthetic merges when we see them in
169     the remote suite branch.
170   * `3.0 (quilt)' fixup creates .pc/applied-patches since modern
171     dpkg-source creates it even though old ones didn't always.
172
173  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 24 Aug 2013 18:49:02 +0100
174
175 dgit (0.8) unstable; urgency=low
176
177   * Fix comparison of archive's .dsc's hash and git branch head
178     to DTRT.
179   * When creating repos in dgit-repos (using the ssh-cmd method),
180     copy _template rather than using mkdir and git init.
181     Closes: #720522.
182   * In push, do git fetch as well as archive fetch, or archive
183     fetch can fail.
184
185  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 23 Aug 2013 12:24:09 +0100
186
187 dgit (0.7) unstable; urgency=low
188
189   * If dak ls, or rmadison, reports multiple versions, look for them
190     all, and pick the newest .dsc that doesn't give 404.
191   * Manpage formatting fix.
192   * Name the local remote tracking branch remotes/dgit/dgit/<suite>
193     so that we avoid a warning from git about ambiguous branch names.
194
195  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 18:29:10 +0100
196
197 dgit (0.6) unstable; urgency=low
198
199   * Allow fetching when archive has out-of-date git hash in .dsc.
200     Closes: #720490.
201
202  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 16:02:10 +0100
203
204 dgit (0.5) unstable; urgency=low
205
206   * Upload to unstable, as this version mostly works.  (All the RC
207     bugs of which I'm aware are now properly represented in the BTS.)
208
209  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:38:00 +0100
210
211 dgit (0.4~pre2) experimental; urgency=low
212
213   * Mangle debian/<version> tags the way git-buildpackage does
214     (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da).
215   * Support dgit-distro.<distro>.keyid config option.
216   * Revert change to ssh to alioth CNAME, as the recommended CNAME
217     is to something with no write access to the fs and the new CNAME
218     has not yet been set up.  This reintroduces #720172 :-/.
219
220  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:31:17 +0100
221
222 dgit (0.4~pre1) experimental; urgency=low
223
224   * Use dgit.debian.net vhost on alioth.  Closes:#720172.
225   * Usage message.  Closes:#720085.
226   * Provide "dgit sbuild".
227   * Assorted manpage fixes and improvements.
228   * Fail if a required config item is missing.
229   * Much better error messages.
230   * Better error checking when parsing RFC822-style control data.
231   * Better checking that the supplied .dsc and debian/changes correspond.
232   * Ordering improvement in push: don't add dsc field until git push done.
233   * New --distro option (helps with unknown suites).
234   * Bugfixes.
235
236  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 13:36:44 +0100
237
238 dgit (0.3) experimental; urgency=low
239
240   * New version which appears to be able to sort of work at least
241     some of the time.
242
243  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 17 Aug 2013 09:18:04 +0100
244
245 dgit (0.2) experimental; urgency=low
246
247   * New version which might actually work but probably won't.
248
249  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 16 Aug 2013 16:52:17 +0100
250
251 dgit (0.1) experimental; urgency=low
252
253   * Initial experimental (partial) version.
254
255  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 Aug 2013 12:09:01 +0100
256