The GPIO connector diagram has been updated too and accurately reflects the circuit diagram. Pin numbers remain the same.
The "gpio" program now has an extra flag -g to use GPIO pin numbering mode too.
Working on some photos for examples - soon!
https://projects.drogon.net/raspberry-pi/wiringpi/
Things on the board for the next release: Using the gpio program to export the right devices in /sys/class/gpio, and using the /sys/class/gpio devices rather than the direct memory access mechanism.
This:

is a Raspberry Pi using the wiringPi libraries to bit-bang access to the SHT-15 temperature & humidity sensor, displaying the current temperature (in binary!) on 8 LEDs...
Feedback welcome.
-Gordon