From mboxrd@z Thu Jan 1 00:00:00 1970 From: larsh-K3XMUd79hPisTnJN9+BGXg@public.gmane.org Subject: [ANNOUNCE] CGIT 0.9.0.1 Date: Mon, 13 Jun 2011 12:49:54 +0000 Message-ID: <20110613124954.GA737@hjemli.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: git-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: cgit-K3XMUd79hPisTnJN9+BGXg@public.gmane.org X-From: cgit-bounces-K3XMUd79hPisTnJN9+BGXg@public.gmane.org Mon Jun 13 14:46:54 2011 Return-path: Envelope-to: gcvc-cgit@m.gmane.org Received: from li195-143.members.linode.com ([178.79.139.143] helo=hjemli.net) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QW6Xd-0000eZ-L9 for gcvc-cgit@m.gmane.org; Mon, 13 Jun 2011 14:46:53 +0200 Received: from localhost ([127.0.0.1] helo=node.hjemli.net) by hjemli.net with esmtp (Exim 4.74) (envelope-from ) id 1QW6aa-0000CF-Oa; Mon, 13 Jun 2011 12:49:56 +0000 Received: from larsh by hjemli.net with local (Exim 4.74) (envelope-from ) id 1QW6aY-0000C9-Lb; Mon, 13 Jun 2011 12:49:54 +0000 Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-BeenThere: cgit-K3XMUd79hPisTnJN9+BGXg@public.gmane.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: list for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces-K3XMUd79hPisTnJN9+BGXg@public.gmane.org Archived-At: A bugfix release of cgit (a web interface to git repositories) is now available from http://hjemli.net/git/cgit. Shortlog since v0.9 =================== Ferry Huberts (2): source_filter: fix a memory leak new_filter: correctly initialise all arguments for a new filter Jamie Couture (1): scan-tree.c: avoid memory leak Jonathon Mah (1): Fix escaping of paths with spaces Julius Plenz (2): fix two encoding bugs Add advice about scan-path in cgitrc.5.txt Lars Hjemli (9): cgitrc.5: tar.xz is a supported snapshot format tests/setup.sh: add support for known bugs tests: add tests for links with space in path and/or args shared.c: do not modify const memory ui-repolist.c: do not return random/stale data from read_agefile ui-snapshot.c: remove debug cruft ui-log.c: do not link from age column ui-plain.c: fix html and links generated by print_dir() and print_dir_entry() CGIT 0.9.0.1 Lukas Fleischer (5): Remove unused variable from cgit_diff_tree(). Fix memory leak in http_parse_querystring(). Avoid null pointer dereference in reencode(). Avoid null pointer dereference in cgit_print_diff(). Properly escape ampersands inside HTML attributes Mark Lodato (1): fix virtual-root if script-name is "" Stefan Gehn (1): Fix crash when projectsfile cannot be opened