Skip to content

Commit

Permalink
Release libxmldiff-0.2.6 (See Changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeyron committed Sep 29, 2008
1 parent f20407d commit 1baeb6e
Show file tree
Hide file tree
Showing 45 changed files with 15,204 additions and 10,273 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-09-29 20:37 [0.2.6] remi
* Added "ret" keyword (usefull for scripting)
* Accept empty separator (with -s no)
* Modified merge behaviour (do not add separator when removed)

2006-03-18 23:37 [0.2.5] remi
* BUGFIX : infinte loop when executing a script that does not exists
* BUGFIX : may crash with XSLT elements
Expand Down
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ dox:
doxygen doc/libxmldiff.dox

tests-exp:
cd tests/ && sh tests.sh exp
cd tests/ && bash tests.sh exp

tests-run:
cd tests/ && sh tests.sh diff dev
cd tests/ && bash tests.sh diff dev

tests-prev:
cd tests/ && sh tests.sh diff prev
cd tests/ && bash tests.sh diff prev

changelog:
mv -f ChangeLog ChangeLog.bak
Expand Down
Loading

0 comments on commit 1baeb6e

Please sign in to comment.