Compare commits
1 Commits
wxPy_2_8_4
...
v2.8.4
Author | SHA1 | Date | |
---|---|---|---|
|
50c46e10bb |
@@ -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),
|
# Job("co-mdk2006.24","distrib/all/build-rpm", ["beast", "co-mdk2006", "mdk2006", "2.4"], env=config_env),
|
||||||
])
|
])
|
||||||
|
|
||||||
cyclopsTask1 = Task([
|
xavierTask = Task([
|
||||||
Job("cyclops.d", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper", "dapper"], env=config_env),
|
Job("xavier.d", "distrib/all/build-deb", ["xavier", "/work/chroot/dapper", "dapper"], env=config_env),
|
||||||
Job("cyclops.d64", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper64", "dapper64"], env=config_env),
|
Job("xavier.f", "distrib/all/build-deb", ["xavier", "/work/chroot/feisty", "feisty"], 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),
|
|
||||||
])
|
])
|
||||||
|
|
||||||
buildTasks = [ #jaguarTask,
|
buildTasks = [ #jaguarTask,
|
||||||
@@ -106,8 +101,7 @@ def getTasks(config_env):
|
|||||||
tigerTask,
|
tigerTask,
|
||||||
beastTask1,
|
beastTask1,
|
||||||
beastTask2,
|
beastTask2,
|
||||||
cyclopsTask1,
|
xavierTask,
|
||||||
cyclopsTask2,
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Finalization. This is for things that must wait until all the
|
# Finalization. This is for things that must wait until all the
|
||||||
|
@@ -13,10 +13,10 @@
|
|||||||
<div class="section">
|
<div class="section">
|
||||||
<h1><a id="id1" name="id1">2.8.4.0</a></h1>
|
<h1><a id="id1" name="id1">2.8.4.0</a></h1>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>14-May-2007</li>
|
<li></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>wxGTK: Make wx.NO_BORDER style work with wx.RadioBox (patch 1525406)</p>
|
<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
|
<p>wx.lib.customtreectrl: Patch from Andrea that fixes the following
|
||||||
problems/issues:</p>
|
problems/issues:</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
@@ -80,9 +80,6 @@ control, added in wxPython 2.7.1.1.</dd>
|
|||||||
</dl>
|
</dl>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>Update to latest FloatCanvas from Chris Barker.</p>
|
<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>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h1><a id="id2" name="id2">2.8.3.0</a></h1>
|
<h1><a id="id2" name="id2">2.8.3.0</a></h1>
|
||||||
|
Reference in New Issue
Block a user