Skip to content

Commit 6271c0f

Browse files
committed
Version 1.10
Version bump and changelogs
1 parent 700a43d commit 6271c0f

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
**Beta** releases are not listed. Changes for beta releases are included in the next full release. Current changes are listed in the top **Unreleased** section.
44

5+
## Version 1.10
6+
7+
### Changes
8+
- When adding files to the annex, a new message is displayed at the end of the add step: "Writing filename metadata". This step was performed before but did not produce any output.
9+
- Warns when a repository is using an old format version and offers instructions to upgrade.
10+
- Files involved in a merge conflict are no longer listed in the error message. This is a limitation with the underlying Git-annex messages.
11+
12+
### Bug fixes
13+
- Fixes client hanging after adding a large number of files.
14+
15+
### Relevant PRs
16+
- #268: Fix for add command seemingly hanging at the end
17+
- #279: [annex] Print progress of metadata writing
18+
- #271: Annex upgrade notice
19+
- #275: Error message update for new annex
20+
521
## Version 1.9
622

723
### Changes

debdock/debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
gin-cli (1.10); urgency=low
2+
3+
* Release 1.10
4+
* When adding files to the annex, a new message is displayed at the end of the add step: "Writing filename metadata". This step was performed before but did not produce any output.
5+
* Warns when a repository is using an old format version and offers instructions to upgrade.
6+
* Files involved in a merge conflict are no longer listed in the error message. This is a limitation with the underlying Git-annex messages.
7+
* Fixes client hanging after adding a large number of files.
8+
19
gin-cli (1.9); urgency=low
210

11+
* Release 1.9
312
* Default address for GIN server is now `gin.g-node.org`. The old web address, `web.gin.g-node.org` still works but will be unavailable in the future.
413

514
gin-cli (1.8); urgency=low

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.10dev
1+
version=1.10

0 commit comments

Comments
 (0)