Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -24,11 +24,11 @@ * -framework works with objfw-compile now. + Support for QNX. * Various small fixes. ObjFW 0.5.2 -> ObjFW 0.5.3, 01.07.2011 - * Lots of bugfixes, see Mercurial log for details. (hg log -b 0.5) + * Lots of bugfixes, see Git log for details. ObjFW 0.5.1 -> ObjFW 0.5.2, 25.04.2011 * Fix double-retain in OFList. * Don't ignore the timeout in OFStreamObserver when using select(). * Do -[OFURL copy] in a try block to prevent a leak when an exception occurs. Index: README.md ================================================================== --- README.md +++ README.md @@ -14,11 +14,11 @@ $ ./configure $ make $ make install - In case you checked out ObjFW from the Mercurial repository, you need + In case you checked out ObjFW from the Git repository, you need to run the following command first: $ ./autogen.sh