This is just a small bugfix release.
Changes:
- PHP 5.3 fixes (avoid assigning object references, switch to perl compatible regular expressions since the posix extended regex functions are deprecated) – patch by Khee Chin
- On the project list, the project description links to the project page like gitweb – patch by Khee Chin
- Packed ref support – based on work by Khee Chin
- Fixed display of non-english UTF-8 characters (they used to appear garbled)
- Disabled smarty’s template compile check in releases for a small performance boost (smarty used to constantly check if a template was modified, something that’s unnecessary in releases put into production and is only useful during development)
Release is on the GitPHP page, and bugs can be reported on Mantis.

GitPHP 0.1.0
This release fixes a major security hole; upgrading is recommended as soon as possible.
Changes:
Release is on the GitPHP page, and bugs can be reported on Mantis.