[hackers] [sbase] mv: Move on to other files if rename fails with something other than EXDEV || Michael Forney

2021-07-30 Thread git
commit 7d60e2cabbe07495ee74f3d5e705f1e3470148eb Author: Michael Forney AuthorDate: Fri Jul 30 12:18:32 2021 -0700 Commit: Michael Forney CommitDate: Fri Jul 30 12:24:32 2021 -0700 mv: Move on to other files if rename fails with something other than EXDEV diff --git a/mv.c b/mv.c

[hackers] [sbase] mv: Only remove source if copy succeeded || Michael Forney

2021-07-30 Thread git
commit df6599ef784ba71420c2e06b0c9b21fb74654ad7 Author: Michael Forney AuthorDate: Fri Jul 30 11:23:03 2021 -0700 Commit: Michael Forney CommitDate: Fri Jul 30 12:09:34 2021 -0700 mv: Only remove source if copy succeeded diff --git a/mv.c b/mv.c index 7cf0e5a..0cda443 100644 ---

[hackers] [sbase] mv: Prevent successful rename from forgetting past failure || Michael Forney

2021-07-30 Thread git
commit 688384568cba9f3e369434bf220b988da2f8357c Author: Michael Forney AuthorDate: Fri Jul 30 11:43:22 2021 -0700 Commit: Michael Forney CommitDate: Fri Jul 30 12:01:09 2021 -0700 mv: Prevent successful rename from forgetting past failure diff --git a/mv.c b/mv.c index

Re: [hackers] [PATCH svkbd] Version bump prior to release

2021-07-30 Thread Maarten van Gompel
Hi Hiltjo, > I made a new 0.4 release and some small fix for printing the version I > noticed. > > Thank you and the other people of sxmo for improving it. Thanks for the quick release! -- Maarten van Gompel proy...@anaproy.nl https://proycon.anaproy.nl https://github.com/proycon GnuPG key:

Re: [hackers] [PATCH svkbd] Version bump prior to release

2021-07-30 Thread Hiltjo Posthuma
On Fri, Jul 30, 2021 at 02:07:19PM +0200, Maarten van Gompel wrote: > This is also a release request, could you tag and release svkbd 0.4? > We're planning packaging and a release of Sxmo 1.5.0 this weekend > that includes it. > > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1

[hackers] [svkbd] bump version to 0.4 || Hiltjo Posthuma

2021-07-30 Thread git
commit 6ffe71a5f6a91ff1129be0817f4a61e49bea549f Author: Hiltjo Posthuma AuthorDate: Fri Jul 30 16:50:14 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Fri Jul 30 16:50:14 2021 +0200 bump version to 0.4 diff --git a/Makefile b/Makefile index 44aa833..3478218 100644 --- a/Makefile

[hackers] [svkbd] config.mk: fix version printing for -v || Hiltjo Posthuma

2021-07-30 Thread git
commit d9dcf0d1134c5dfbba5e346f2ae4cf5e8b4be392 Author: Hiltjo Posthuma AuthorDate: Fri Jul 30 16:49:57 2021 +0200 Commit: Hiltjo Posthuma CommitDate: Fri Jul 30 16:49:57 2021 +0200 config.mk: fix version printing for -v diff --git a/config.mk b/config.mk index c9a25f3..9f1ec7f

[hackers] [PATCH svkbd] Version bump prior to release

2021-07-30 Thread Maarten van Gompel
This is also a release request, could you tag and release svkbd 0.4? We're planning packaging and a release of Sxmo 1.5.0 this weekend that includes it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44aa833..3478218 100644 ---