Commit graph

337 commits

Author SHA1 Message Date
Joey Hess
a83ff189d9
add news item for git-annex 6.20171003 2017-10-03 13:19:25 -04:00
Joey Hess
839c56469d
add news item for git-annex 6.20170925 2017-09-25 11:35:25 -04:00
Joey Hess
c76ba5a15e
CVE-2017-12976 2017-08-20 16:50:53 -04:00
Joey Hess
c24d0f0e89
add bug for security hole, with exploit details 2017-08-18 11:36:34 -04:00
Joey Hess
ef8b1d86bf
cleanup 2017-08-18 11:21:34 -04:00
Joey Hess
0fce5ac3ad
add note about security fix 2017-08-18 11:21:11 -04:00
Joey Hess
33153ca919
add news item for git-annex 6.20170818 2017-08-18 11:19:53 -04:00
Joey Hess
26137ef9fb
add news item for git-annex 6.20170520 2017-06-12 13:55:27 -04:00
Joey Hess
ac097114a6
add news item for git-annex 6.20170519 2017-05-19 10:58:11 -04:00
Joey Hess
d101bc7d03
add news item for git-annex 6.20170510 2017-05-10 15:37:40 -04:00
Joey Hess
89d47f0cd0
add news item for git-annex 6.20170321 2017-03-21 13:47:26 -04:00
Joey Hess
463dda3879
add news item for git-annex 6.20170301.1 2017-03-01 12:51:18 -04:00
Joey Hess
bd5b277c11
add news item for git-annex 6.20170301 2017-03-01 12:10:20 -04:00
Joey Hess
739aa3a38e
add news item for git-annex 6.20170228 2017-02-28 14:42:28 -04:00
Joey Hess
248f48f754
add news item for git-annex 6.20170214 2017-02-14 14:56:57 -04:00
http://svario.it/gioele
61cfc77c47 Added a comment: The version command reports 6.20161231-gc8eeb17da 2017-01-03 11:13:32 +00:00
Joey Hess
fe653b65f1
add news item for git-annex 6.20170101 2017-01-01 00:00:44 -04:00
Joey Hess
bb66e098b1
linux standalone builds should have "unable to decommit memory" bug fixed 2016-12-11 15:37:52 -04:00
Joey Hess
474caa1885
add news item for git-annex 6.20161210 2016-12-10 12:23:34 -04:00
Joey Hess
c45ec7b819
add news item for git-annex 6.20161118 2016-11-18 12:00:20 -04:00
Joey Hess
62cd2f10aa
add news item for git-annex 6.20161111 2016-11-11 14:47:46 -04:00
Joey Hess
0a58e9408e
add news item for git-annex 6.20161031 2016-10-31 18:56:57 -04:00
Joey Hess
628d1e6845
add news item for git-annex 6.20161027 2016-10-27 15:45:37 -04:00
https://anarc.at/openid/
6958b8a3fb Added a comment: real happy about optimisations! 2016-10-12 15:38:14 +00:00
Joey Hess
e9e05bfc2d
add news item for git-annex 6.20161012 2016-10-12 09:38:41 -04:00
Joey Hess
a59148c3a7
cleanup 2016-09-23 09:47:48 -04:00
Joey Hess
d1dabb3327
add news item for git-annex 6.20160923 2016-09-23 09:46:19 -04:00
Joey Hess
a7a301fd7d
add news item for git-annex 6.20160907 2016-09-07 11:33:55 -04:00
Joey Hess
07d4fdba78
comment 2016-09-05 15:39:41 -04:00
http://svario.it/gioele
0aba0737a5 Added a comment 2016-08-24 17:13:05 +00:00
Joey Hess
cac63c4113
add news item for git-annex 6.20160808 2016-08-08 11:57:29 -04:00
Joey Hess
ddc44e22a0
add news item for git-annex 6.20160619 2016-07-19 14:44:42 -04:00
Joey Hess
604565ae66
comment 2016-07-12 15:59:11 -04:00
CandyAngel
a546c6e6ff Added a comment 2016-06-21 08:46:50 +00:00
Joey Hess
35dbe35007
add news item for git-annex 6.20160613 2016-06-13 16:18:47 -04:00
Joey Hess
be4e2027e8
add news item for git-annex 6.20160527 2016-05-27 12:36:46 -04:00
CandyAngel
789b6c062a Added a comment 2016-05-16 11:41:09 +00:00
Joey Hess
2c1f223226
add news item for git-annex 6.20160511 2016-05-11 13:00:32 -04:00
Joey Hess
0116464e3d
comment 2016-05-04 13:21:28 -04:00
zfnupbos@a80a4f4cf5dde7ac4988ef0d077052c95fe1e058
a29c955684 Added a comment: version clarification 2016-05-04 01:05:52 +00:00
Joey Hess
1f253e84f2
add news item for git-annex 6.20160419 2016-04-28 09:48:45 -04:00
Joey Hess
b949e85045
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were last edited or commented before Q3 2015.

Command line used:

for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
2016-04-19 13:55:29 -04:00
Joey Hess
eff8673a35
add news item for git-annex 6.20160418 2016-04-18 18:48:36 -04:00
Joey Hess
dcf8d3b73f
add news item for git-annex 6.20160412 2016-04-12 16:40:26 -04:00
Joey Hess
ff9f3508d9
add news item for git-annex 6.20160318 2016-03-18 11:35:40 -04:00
Joey Hess
4763004632
add news item for git-annex 6.20160229 2016-02-29 12:56:56 -04:00
Joey Hess
fcc8a60aaf
add news item for git-annex 6.20160217 2016-02-17 15:12:13 -04:00
Joey Hess
479a094f2a
add news item for git-annex 6.20160211 2016-02-11 12:03:11 -04:00
Joey Hess
20d240cd0e
add news item for git-annex 6.20160126 2016-01-26 15:46:02 -04:00
db48x
c7b6158d6a Added a comment: hexapodia! 2016-01-14 21:38:57 +00:00