Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 78E0C63BB83 for ; Wed, 4 Aug 2010 07:52:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2874C63B101; Wed, 4 Aug 2010 07:52:39 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D2FB363B100 for ; Wed, 4 Aug 2010 07:52:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B7C12175DD; Wed, 4 Aug 2010 07:52:37 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 4 Aug 2010 07:52:37 +0000 From: Daniel Horecki Subject: CVS commit: pkgsrc/www/wordpress To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20100804075237.B7C12175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: morr Date: Wed Aug 4 07:52:37 UTC 2010 Modified Files: pkgsrc/www/wordpress: Makefile PLIST distinfo Log Message: Update to 3.0.1. 3.0.1: * Fixed 54 tickets total. A break down of ticket status by component can be found in Trac (http://core.trac.wordpress.org/milestone/3.0.1). * Added unregister_nav_menu(), for child themes. 3.0: * WordPress and WordPress MU have merged, allowing the management of multiple sites (called Multisite) from one WordPress installation. * New default theme "Twenty Ten" takes full advantage of the current features of WordPress. * New Custom Menu Management feature, allows creation of custom menus combining posts, pages, categories, tags, and links for use in theme menus or widgets. * Custom Header and Custom Background APIs. * Contextual help text accessed under the Help tab of every screen in the WordPress administration. * Ability to set the admin username and password during installation. * Bulk updating of themes with an automatic maintenance mode during the process. * Support for Shortlinks. * Improved Custom Post Types and Custom Taxonomies including hierarchical (category-style) support. (Try the Custom Post Type UI or GD Custom Posts And Taxonomies Tools plugins to see the possibilities.) * A lighter admin color scheme to increase accessibility and put the focus more squarely on your content. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/wordpress/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/wordpress/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/wordpress/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.