commit 0604cb36393129bd292caf1fab3e267fb2030fc8
parent f168af55719d3b6078d2b6afe864dcf4fca09100
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 25 Jun 2021 16:10:38 +0200
fix bootstrap
Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/bootstrap b/bootstrap
@@ -34,6 +34,7 @@ autoreconf -if
echo "Importing single-page app (from external Git repository)"
cd contrib/merchant-backoffice
+git checkout prebuilt
cp spa.html ..
cd ../..
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+taler-merchant (0.9.0-6) unstable; urgency=low
+
+ * Update to latest merchant backoffice SPA logic.
+
+ -- Christian Grothoff <grothoff@gnu.org> Thu, 17 Jun 2021 14:02:10 +0100
+
taler-merchant (0.9.0-5) unstable; urgency=low
* Update to latest upstream code.