[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] pygame 1.8.1rc1 released
- To: pygame-users@xxxxxxxx
- Subject: [pygame] pygame 1.8.1rc1 released
- From: "René Dudfield" <renesd@xxxxxxxxx>
- Date: Tue, 8 Jul 2008 17:11:35 +1000
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Tue, 08 Jul 2008 03:11:41 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=flN+dEh5FJGU8FtUVfX1uWTLfB48fIjwjkqm59etNzc=; b=SvE7mSTEDus00sNyzNCjF3ZFzuYEBhXiLud3r6U3uIWz31+Vl2Cl7hBO2W/YWcoQSe 0CDaivp8l+RRp8k3PsjNpINIVembdcN0ObYsBgFybA2ctPMH7UAhiO2phHBKnQOLvWSB QKxlpn6jjYYsSlhEWQXtLUmj+IXcVRAfOp2Ik=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=DiHXeIyUc8PEH/WXLXkpqOmnK2MmKtEuUqMI4mZxIQcS7VlQbZQurEawpSRJoRAtvX 8gfjrSVf2IDIOCkF8ZUVduU4+aZmmqcOogtzvF18EiBXFPZAfy+Kygx4+BkNzm4ybeZX zCKcN86qeWS6V9USADGCthN3mcvYlNA5N1PqQ=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
Hello,
pygame 1.8.1rc1 was marked in subversion.
What's new can be found here: http://pygame.org/whatsnew.shtml
http://rene.f0o.com/~rene/stuff/pygame-1.8.1rc1.zip 1.7MB
md5sum: 3568388ef0195219222e13bf720121bb
http://rene.f0o.com/~rene/stuff/pygame-1.8.1rc1.tar.gz 1.5MB
md5sum: 651c8aede9e58fc955b602e033d64005
You can get automated builds for win/mac from here:
http://thorbrian.com/pygame/builds.php
I think that's it for pygame 1.8.1... with the possible exception of
two things if they can be fixed in about a week:
- patch for file likes/rwops for pygame.mixer.music ... if we can get
checks in the source for the versions of SDL_mixer that support it,
and some tests.
- bug fix for pygame.time.Clock.tick() if the system clock jumps by 8
hours or something. Will need test for this one too.
If there's any changes needed, we can do another rc release...
otherwise we can release pygame 1.8.1 hopefully next week.
cu,