Merge branch 'myfixes' of git://github.com/cpeyer/buildbot
[buildbot.git] / ChangeLog-0.7.9
blob3f03d32d826a685df6ac408f83dad417235ed0bb
1 Tue Sep 16 08:44:22 PDT 2008  warner@lothar.com
2   * release buildbot-0.7.9
4         * buildbot/__init__.py: release buildbot-0.7.9
5         * docs/buildbot.texinfo: same
7 Mon Sep 15 22:55:47 PDT 2008  warner@lothar.com
8   * remove leftover .rej files
10 Mon Sep 15 22:50:40 PDT 2008  warner@lothar.com
11   * MANIFEST.in, Makefile: remove references to ChangeLog
13 Mon Sep 15 22:39:28 PDT 2008  warner@lothar.com
14   * NEWS: update for upcoming release
16 Thu Sep 11 20:39:15 PDT 2008  warner@lothar.com
17   * NEWS: add updates for all changes since the last release. Still needs some work.
19 Sat Sep  6 19:20:09 PDT 2008  warner@lothar.com
20   * test_slavecommand.py: undo breakage triggered by the elapsedTime patch.
21   Make test more flexible, by not assuming the rc will be in the last update.
23 Fri Sep  5 18:04:04 PDT 2008  dustin@zmanda.com
24   * add build access modes
26 Fri Sep  5 18:03:44 PDT 2008  dustin@zmanda.com
27   * docstrings, name changes, optimizations, new BaseLockId parent class
29 Fri Sep  5 18:03:23 PDT 2008  dustin@zmanda.com
30   * build the default git branch if none is specified to startVC
32 Fri Sep  5 18:03:05 PDT 2008  dustin@zmanda.com
33   * make FileDownload create directories too; docs
35 Fri Sep  5 18:02:43 PDT 2008  dustin@zmanda.com
36   * make FileUpload destination absolute before trying to make intervening directories
38 Fri Sep  5 18:02:27 PDT 2008  dustin@zmanda.com
39   * have the build report and the step report include the time started, finished and elapsed time
41 Fri Sep  5 18:01:58 PDT 2008  dustin@zmanda.com
42   * get FileUpload to create directories recursively if the path leading up to the file does not exist on the master
44 Fri Sep  5 18:01:32 PDT 2008  dustin@zmanda.com
45   * fix sendchange when HEAD is specified
47 Fri Sep  5 18:01:18 PDT 2008  dustin@zmanda.com
48   * docs for 'buildbot restart'
50 Fri Sep  5 18:01:00 PDT 2008  dustin@zmanda.com
51   * make 'buildbot restart' work when buildbot is not running
53 Fri Sep  5 18:00:02 PDT 2008  dustin@zmanda.com
54   * Change 'git-foo' to 'git foo', as the former is not supported in >=git-1.6 (patch by Ben)
56 Fri Sep  5 17:59:45 PDT 2008  dustin@zmanda.com
57   * (closes #328) use read(n) instead of the (now-removed) extract method (patch from xyld)
59 Fri Sep  5 17:59:09 PDT 2008  dustin@zmanda.com
60   * (closes #332) append the test summary to the description rather than replacing it
62 Thu Apr 24 11:38:02 PDT 2008  zooko@zooko.com
63   * remove trailing whitespace
65 Thu Apr 24 11:38:10 PDT 2008  zooko@zooko.com
66   * editing improvement to docstring
68 Tue Apr 22 19:03:02 PDT 2008  zooko@zooko.com
69   * don't retire a missing-notification-timer until you finish accepting a slave
70   Previously, we retired the timer when we began accepting the slave.  However, if we then detected duplicate connection and rejected one of the connections, then the resulting detach would start a new missing-notification-timer.  With this patch, the missing-notification-timer that is started by detaching a connection is soon retired by the other connection leading to acceptance of the buildslave.  So this probably fixes the other way that issue #211 was happening (after the previous patch that was intended to fix #211).
72 Thu Apr 17 07:00:45 PDT 2008  zooko@zooko.com
73   * send header showing elapsed time after slave/commands.py ShellCommand completes
75 Wed Apr 16 13:26:42 PDT 2008  zooko@zooko.com
76   * log the version of buildbot at startup of slave
78 Wed Apr 16 13:26:36 PDT 2008  zooko@zooko.com
79   * log the version of buildbot source code in creation of master
81 Tue Apr 15 13:20:22 PDT 2008  zooko@zooko.com
82   * don't create a new missing-timer task if there is already one there
83   Doing that would mean that the one that is already there will not be cleaned up if the buildslave reattaches before the timer goes off, so this patch probably fixed #211.
85 Fri Sep  5 08:35:21 PDT 2008  dustin@zmanda.com
86   * #162:fix-default-value.patch
87   fix the default value for public_html
89 Fri Sep  5 08:34:33 PDT 2008  dustin@zmanda.com
90   * #162:pubhtml.patch
91   add a configurable public_html to WebStatus
93 Wed Sep  3 14:57:01 PDT 2008  warner@lothar.com
94   * docs fix: patches are applied with 'patch', not with 'diff'
96         * docs/buildbot.texinfo (BuildSet): fix typo, closes #343.
99 Thu Jul 31 19:05:14 PDT 2008  warner@lothar.com
100   * compress old changelog
102         * ChangeLog-0.7.8.bz2: compress old changelog
104 Thu Jul 31 19:03:45 PDT 2008  warner@lothar.com
105   * bump version to 0.7.8+ while between releases
107         * buildbot/__init__.py (version): bump version to 0.7.8+ while
108         between releases
109         * docs/buildbot.texinfo: same
111 Thu Jul 31 19:02:19 PDT 2008  warner@lothar.com
112   * move old ChangeLog to ChangeLog-0.7.8
114         * ChangeLog-0.7.8: rename old ChangeLog. We're going to try a new
115         scheme: use GNU-style ChangeLog entries, stored in the darcs
116         commit comments (i.e. in the extended patch name). The first few
117         lines of the comment can be the usual descriptive thing, but the
118         trailing part of the comments should be the ChangeLog entry. At
119         release time, we'll dump all of these into a new ChangeLog-NNN for
120         the new release. There will be no "ChangeLog" file in the source
121         tree. I'm not sure how well this will work, but we'll give it a
122         try.
125 Thu Jul 24 16:30:40 PDT 2008  warner@lothar.com
126   tagged buildbot-0.7.8