Update to 0.8.6. Changes:
- fixed a bug in ezxml_add_child() that can occur when adding tags out of order - for consistency, ezxml_set_attr() now returns the tag given - added ezxml_move() and supporting functions ezxml_cut() and ezxml_insert() - fixed a bug where parsing an empty file could cause a segfault
This commit is contained in:
parent
37a55de9a6
commit
9aa72335e1
4 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2013,v 1.600 2013/02/15 15:43:19 taca Exp $
|
||||
$NetBSD: CHANGES-2013,v 1.601 2013/02/15 19:17:20 shattered Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2013:
|
||||
|
||||
|
@ -881,3 +881,4 @@ Changes to the packages collection and infrastructure in 2013:
|
|||
Updated security/knc to 1.7.1 [schmonz 2013-02-14]
|
||||
Updated www/contao30 to 3.0.4 [taca 2013-02-15]
|
||||
Updated www/contao30-example to 3.0.4 [taca 2013-02-15]
|
||||
Updated textproc/ezxml to 0.8.6 [shattered 2013-02-15]
|
||||
|
|
3
doc/TODO
3
doc/TODO
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: TODO,v 1.11941 2013/02/13 21:02:45 adam Exp $
|
||||
$NetBSD: TODO,v 1.11942 2013/02/15 19:17:20 shattered Exp $
|
||||
|
||||
Suggested new packages
|
||||
======================
|
||||
|
@ -563,7 +563,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html.
|
|||
o evolution-mapi-0.32.2 [GNOME 2.32]
|
||||
o ex-20050325
|
||||
o ezmlm-idx-5.1.2 [schmonz]
|
||||
o ezxml-0.8.6
|
||||
o f-spot-0.8.2
|
||||
o faces-1.7.7
|
||||
o fakeroot-1.6.5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/10/25 06:55:50 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2013/02/15 19:17:21 shattered Exp $
|
||||
|
||||
DISTNAME= ezxml-0.8.5
|
||||
DISTNAME= ezxml-0.8.6
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ezxml/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/10/01 18:19:58 recht Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/02/15 19:17:21 shattered Exp $
|
||||
|
||||
SHA1 (ezxml-0.8.5.tar.gz) = b4f4e1a6469fbe8e3a7ddb983547d7a1db605241
|
||||
RMD160 (ezxml-0.8.5.tar.gz) = 737a61f6239db28eac04a4537979c9cca654c017
|
||||
Size (ezxml-0.8.5.tar.gz) = 16606 bytes
|
||||
SHA1 (ezxml-0.8.6.tar.gz) = 50eb51d7a0f87ce39aa9a7661955a0c89cbd3e7f
|
||||
RMD160 (ezxml-0.8.6.tar.gz) = 6fa98f9a4bfabeb53d3f5ffc717a3e915271b124
|
||||
Size (ezxml-0.8.6.tar.gz) = 16479 bytes
|
||||
SHA1 (patch-aa) = a33e3e815eb433e9f00468774bea73e23493740e
|
||||
|
|
Loading…
Reference in a new issue