Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-08-26 19:23:36 +0300
committerGitHub <noreply@github.com>2022-08-26 19:23:36 +0300
commitcef05dff71a4d68256dc511b158d64fcc9bdc3a9 (patch)
tree2de45b7ecd2f36bda63c0789fd05b191af3eed83
parent759cd54715fd7a8e838b0add4f6b0ce535dcd040 (diff)
parentf09d2e97c85c3b825905957a5050a2f6417b2b97 (diff)
Merge pull request #405 from nextcloud/release/1.1.3
1.1.3
-rw-r--r--CHANGELOG.md10
-rw-r--r--Makefile4
-rwxr-xr-xappinfo/info.xml2
3 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99775b4..ddad6b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,22 +1,25 @@
# Changelog
+### 1.1.3
+
+- fix a bunch of small issues/glitchs when uploading backups
+- fix an issue with reading the stream from sqldump zipfile
+- tell fulltextsearch to not index backups
+
### 1.0.5
- new file's content is now empty instead of null.
- general improvement of the user experience.
-
### 1.0.4
- fixing an issue with some types of external storage,
- ignoring default apps/ folder when parsing custom_apps
-
### 1.0.3
- fixing a loop in DI
-
### 1.0.1
- ignore exception during the uninstall process if external appdata is not found
@@ -25,7 +28,6 @@
or upload process is initiated from cronjob
- lock cronjob jobs when running to avoid parallels process on big instance
-
### 1.0.0
First release for NC23
diff --git a/Makefile b/Makefile
index 1d9715d..7364441 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=master
-version=1.1.2
-since_tag=
+version=1.1.3
+since_tag=1.1.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 01ddfdf..88be4cf 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
- Restore single file or the entire instance.
]]>
</description>
- <version>1.1.2</version>
+ <version>1.1.3</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<namespace>Backup</namespace>