The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Box2D

0.04    26/07/2011
        Added pendulum example [jtpalmer, zpmorgan]
        Added breakable example [jtpalmer]
        Added b2ContactImpulse [jtpalmer]
        Added b2WeldJoint and tests [jtpalmer]
        Added b2PulleyJoint, tests and example [jtpalmer]
        Added b2PrismaticJoint and test [jtpalmer]
        Added b2MouseJoint, tests and example [jtpalmer]
        Added b2LineJoint and tests [jtpalmer]
        Added b2GearJoint and tests [jtpalmer]
        Added b2FrictionJoint and tests [jtpalmer]
        Added b2RevoluteJoint, tests and example [jtpalmer]
        Added b2DistanceJoint, tests [jtpalmer]
        Added b2Filter, b2FixtureDef::filter and tests [jtpalmer]
        Added b2PolygonShape::SetAsEdge [jtpalmer]
        Fixed b2JointDef::body[AB] [jtpalmer]

0.03    19/06/2011
        weaken tests due to precision  (t/02-b2math.t) [FROGGS]
        added Alien::Box2D to configure_requires  [FROGGS]

0.02    16/06/2011
        using Alien::Box2D 0.103 (no cmake) [FROGGS]
        Added get and set gravity [kthakore]
        Added other copy right ppl [kthakore]
        Fixed b2Body::GetTransform and added tests [jtpalmer]
        Added b2Mat22, b2Transform and tests [jtpalmer]
        Fixed b2Body::GetLinearVelocity and added tests [jtpalmer]
        Added b2FixtureDef::restitution and tests [jtpalmer]
        Can pass subroutines... we have an observer pattern [kthakore]
        Using b2Contact to do a simple userdata carry over of scalar stuff in example [kthakore]
        Replace b2CircleShape::SetRadius with b2Shape::m_radius [jtpalmer]
        Formatting and comment changes [jtpalmer]
        Added b2CircleShape, tests and example [jtpalmer]
        added early_include for solaris to inject sys/vnode.h [FROGGS]

0.01    19/05/2011 
        First version, released on an unsuspecting world.
        Added basic set of classes
        Added perl contact listeners