Compare commits

..

1 Commits

Author SHA1 Message Date
Bryan Petty
50c46e10bb This commit was manufactured by cvs2svn to create tag 'WX_2_8_4'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_8_4@46016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-14 08:18:10 +00:00
2 changed files with 6 additions and 15 deletions

View File

@@ -91,14 +91,9 @@ def getTasks(config_env):
# Job("co-mdk2006.24","distrib/all/build-rpm", ["beast", "co-mdk2006", "mdk2006", "2.4"], env=config_env),
])
cyclopsTask1 = Task([
Job("cyclops.d", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper", "dapper"], env=config_env),
Job("cyclops.d64", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper64", "dapper64"], env=config_env),
])
cyclopsTask2 = Task([
Job("cyclops.f", "distrib/all/build-deb", ["cyclops", "/work/chroot/feisty", "feisty"], env=config_env),
Job("cyclops.f64", "distrib/all/build-deb", ["cyclops", "/work/chroot/feisty64", "feisty64"], env=config_env),
xavierTask = Task([
Job("xavier.d", "distrib/all/build-deb", ["xavier", "/work/chroot/dapper", "dapper"], env=config_env),
Job("xavier.f", "distrib/all/build-deb", ["xavier", "/work/chroot/feisty", "feisty"], env=config_env),
])
buildTasks = [ #jaguarTask,
@@ -106,8 +101,7 @@ def getTasks(config_env):
tigerTask,
beastTask1,
beastTask2,
cyclopsTask1,
cyclopsTask2,
xavierTask,
]
# Finalization. This is for things that must wait until all the

View File

@@ -13,10 +13,10 @@
<div class="section">
<h1><a id="id1" name="id1">2.8.4.0</a></h1>
<ul class="simple">
<li>14-May-2007</li>
<li></li>
</ul>
<p>wxGTK: Make wx.NO_BORDER style work with wx.RadioBox (patch 1525406)</p>
<p>Update to 1.0 of TreeMixin.</p>
<p>Update to 0.9.1 of TreeMixin.</p>
<p>wx.lib.customtreectrl: Patch from Andrea that fixes the following
problems/issues:</p>
<blockquote>
@@ -80,9 +80,6 @@ control, added in wxPython 2.7.1.1.</dd>
</dl>
</blockquote>
<p>Update to latest FloatCanvas from Chris Barker.</p>
<p>The pywxrc tool now properly supports generating classes for menus and
menubars, and also creating attributes for menus, menubars and menu
items.</p>
</div>
<div class="section">
<h1><a id="id2" name="id2">2.8.3.0</a></h1>