= Release Cycle 2022-09-06
Tagged-as: e61068b418e008fe567527274221e102a88072db
Long time, no see.
Development has slowed down on radicle-link and more development from
this current team will be focused on two other repositories in the
future as we switch tact slightly:
* https://github.com/radicle-dev/radicle-git
* Soon to be created `radicle` repository
We will still accept changes for fixes and improvments here :)
== Breaking Changes
* lnk-identities clone takes an optional initial branch. If this is
provided, then the set up of the working copy will only create this
branch locally -- as opposed to all references.
== New Features
Nada
== Improvements
* Licensing was fixed for our `cargo deny` check
* Fix to writing of `Tree` data to use correct file mode
* Fix to the clean up of sockets in linkd
* Fix to pushing to seeds via gitd
* Better testing for binaries flow
* Fix to git versioning check for namespacing
== Shortlog (Excluding Merge Commits)
Alex Good (1):
Add license exception for unicode-idents
Fintan Halpenny (6):
lnk-identities: person/project delegates
lnk-identities: remove placeholder review function
git-ext: fix to write
nix: run niv update for rust-1.63.0
clippy: run cargo update and switch to FuturesOrdered::push_back
link-identities: fix clippy issues
Han Xu (5):
unlink unix socket before bind
disable gitoxide signle handlers in linkd
fix post_receive to send updated refs in request_pull
Add integration test for bins
fix Git version check for ls-refs
Slack Coder (1):
lnk-identities: allow initial branch on git clone
------- Original Message -------
On Tuesday, September 6th, 2022 at 22:33, Fintan Halpenny <fintan.halpenny@gmail.com> wrote:
> = Release Cycle 2022-09-06
>
> Tagged-as: e61068b418e008fe567527274221e102a88072db
>
> Long time, no see.
Always good to see you!
>
> Development has slowed down on radicle-link and more development from
> this current team will be focused on two other repositories in the
> future as we switch tact slightly
I'd be interested to learn more about this change and what the future plans (or approximation of such) look like. Any particular place I could find that?
> * https://github.com/radicle-dev/radicle-git
> * Soon to be created `radicle` repository
>
> We will still accept changes for fixes and improvments here :)
>
> == Breaking Changes
>
> * lnk-identities clone takes an optional initial branch. If this is
> provided, then the set up of the working copy will only create this
> branch locally -- as opposed to all references.
>
> == New Features
>
> Nada
>
> == Improvements
>
> * Licensing was fixed for our `cargo deny` check
> * Fix to writing of `Tree` data to use correct file mode
> * Fix to the clean up of sockets in linkd
> * Fix to pushing to seeds via gitd
> * Better testing for binaries flow
> * Fix to git versioning check for namespacing
>
> == Shortlog (Excluding Merge Commits)
>
> Alex Good (1):
> Add license exception for unicode-idents
>
> Fintan Halpenny (6):
> lnk-identities: person/project delegates
> lnk-identities: remove placeholder review function
> git-ext: fix to write
> nix: run niv update for rust-1.63.0
> clippy: run cargo update and switch to FuturesOrdered::push_back
> link-identities: fix clippy issues
>
> Han Xu (5):
> unlink unix socket before bind
> disable gitoxide signle handlers in linkd
> fix post_receive to send updated refs in request_pull
> Add integration test for bins
> fix Git version check for ls-refs
>
> Slack Coder (1):
> lnk-identities: allow initial branch on git clone