diff --git a/ChangeLog b/ChangeLog index c5c7530..d82d123 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2017-01-20 08:30 + + * [r91] COPYING, INSTALL, README, configure.ac, src/commands.hxx, + src/networkaccessmanager.hxx, src/testgui.hxx, src/webrunner.cxx: + new option for timeout, longer timeout in shell, new untested + command auth to set basic authentication credentials + +2017-01-07 12:09 + + * [r90] ChangeLog, bootstrap.sh, build-in-docker.sh, + doc/footer.html.in[ADD], doc/header.html.in[ADD], + doc/plantuml.jar[ADD], doc/style.css[ADD], + makefile_test.inc.am[ADD]: + build fixed + 2017-01-06 15:53 * [r89] COPYING, ChangeLog, INSTALL, ax_cxx_compile_stdcxx_11.m4, diff --git a/bootstrap.sh b/bootstrap.sh index e78eccd..1a9fb58 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1465,7 +1465,7 @@ if testtag AX_USE_DEBIAN_PACKAGING; then -- @PACKAGER@ @BUILD_DATE@ EOF - BUILD_DEPENDS="debhelper, fakeroot, ${VCSDEPENDS_DEB} pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release $(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen, default-jre-headless|default-jre"; fi; if testtag AX_USE_PERLDOC; then echo -n ", libpod-tree-perl"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" + BUILD_DEPENDS="debhelper, fakeroot, ${VCSDEPENDS_DEB} pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release$(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen, default-jre-headless|default-jre"; fi; if testtag AX_USE_PERLDOC; then echo -n ", libpod-tree-perl"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" to debian/control.in < - - - - diff --git a/doc/header.html.in b/doc/header.html.in deleted file mode 100644 index 311876f..0000000 --- a/doc/header.html.in +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - -$projectname: $title -$title - - - -$treeview -$search -$mathjax - -$extrastylesheet - - -
- -
-
- -
$projectname $projectnumber
-
$projectbrief
-
- -
diff --git a/doc/plantuml.jar b/doc/plantuml.jar deleted file mode 100644 index 9502c23..0000000 Binary files a/doc/plantuml.jar and /dev/null differ diff --git a/doc/style.css b/doc/style.css deleted file mode 100644 index 303c151..0000000 --- a/doc/style.css +++ /dev/null @@ -1,38 +0,0 @@ -#titlearea { - display: flex; - justify-content: space-between; - align-items: flex-begin; -} -#titlearea nav { - padding: 0; - margin: 0; -} -#titlearea nav a { - background-color: lightgray; - border: 1px solid gray; - color: black; - padding: 1ex; - margin: 0; -} -img, object { - max-width: 100% !important; -} -@media (max-width: 50em) { - #navrow1, #navrow2 { - display: block - } - #side-nav, #splitbar, .ui-resizable-handle ui-resizable-e, .ui-resizable-handle ui-resizable-s { - display: none; - } - #doc-content { - margin-left: 0 !important; - } -} -@media (min-width: 50em) { - #navrow1, #navrow2 { - display: none; - } - #side-nav, #splitbar, .ui-resizable-handle ui-resizable-e, .ui-resizable-handle ui-resizable-s { - display: block - } -} diff --git a/makefile_test.inc.am b/makefile_test.inc.am deleted file mode 100644 index baf81c4..0000000 --- a/makefile_test.inc.am +++ /dev/null @@ -1,9 +0,0 @@ -## @id $Id$ - -## 1 2 3 4 5 6 7 8 -## 45678901234567890123456789012345678901234567890123456789012345678901234567890 - -%.gcda: % - gcov $< - -CLEANFILES += ${CLEANFILES} ${TEST:%=%.gcno} ${TEST:%=%.gcda} *.gcov