Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-12-12 15:02:00 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-12-12 15:02:00 (GMT)
commit18b344f0f5207937ec6be0369b9275a8406b7f8e (patch)
tree2c6c5d41f7a84a3e143d116658651c4a577ba02d /NEWS
parent4313748c016e8a9fe815a1c8a6460237ead0f8fe (diff)
Release version 12.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1e11830..10b2afa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+12
+
+* Factor out a pippy library, which programs can use with 'import pippy'.
+
+* The pygame portion of the library uses 'best practices' to avoid eating
+ up CPU, and pauses & suspends after 20 seconds of inactivity.
+
+(From C. Scott Ananian.)
+
11
* New pygame examples by Henry Holtzman! "bounce", "camera", "lines", "pong".