new author url

This commit is contained in:
Marc Wäckerlin
2015-11-01 23:56:14 +00:00
parent 31bb17b635
commit 4b3e045fcc
5 changed files with 368 additions and 115 deletions

View File

@@ -1,3 +1,64 @@
2015-08-17 14:03 marc
* ax_init_standard_project.m4, bootstrap.sh: Debian sid is more
restrictive in time format
2015-07-31 11:47 marc
* libxml-cxx.spec.in: graphviz must not be used in fedora-20,
otherise it never terminates
2015-07-31 10:46 marc
* ax_init_standard_project.m4, bootstrap.sh: fixed version number
2015-07-31 07:05 marc
* bootstrap.sh, libxml-cxx.spec.in: repair rpm build
2015-07-31 07:00 marc
* ax_check_qt.m4, ax_init_standard_project.m4, bootstrap.sh,
libxml-cxx.spec.in, mac-create-app-bundle.sh, makefile.am: repair
rpm build
2015-07-13 13:55 marc
* src/xml.cxx: need another move for squeeze
2015-07-13 13:11 marc
* configure.ac: typo
2015-07-13 12:37 marc
* README, configure.ac: typo
2015-07-13 12:23 marc
* bootstrap.sh, doc/doxyfile.in, doc/makefile.am: fix builds
2015-07-13 12:00 marc
* src/libxml-cxx.pc.in: link-fix
2015-07-13 11:55 marc
* examples/address.cxx, examples/node_macros.cxx,
src/xml-cxx/xml.hxx, src/xml.cxx, test/xml_test.cxx: replaced
std::auto_ptr by new std::unique_ptr
2015-07-13 11:27 marc
* AUTHORS, ChangeLog, ax_check_qt.m4, ax_init_standard_project.m4,
bootstrap.sh, configure.ac, debian, debian/changelog.in,
debian/compat, debian/control.in, debian/docs,
debian/libxml-cxx-dev.install, debian/libxml-cxx.install,
debian/rules, doc/examples, doc/makefile.am, examples,
examples/makefile.am, makefile.am, src/libxml-cxx.pc.in,
src/makefile.am, src/version.cxx, src/version.hxx, src/xml.cxx,
test/makefile.am: update to new build system
2015-05-08 22:00 marc
* ChangeLog, src/xml-cxx/xml.hxx, src/xml.cxx: added Node::first()