Commit graph

387 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
Joey Hess
196d39a813
fix format 2016-01-14 16:15:02 -04:00
Joey Hess
3e7f419b16
add news item for git-annex 6.20160114 2016-01-14 15:30:10 -04:00
Joey Hess
9d19a60349
add news item for git-annex 5.20151218 2015-12-18 14:48:04 -04:00
Joey Hess
e1961bf806
add news item for git-annex 5.20151208 2015-12-08 11:28:19 -04:00
Joey Hess
9ca38f4eda
reply 2015-11-24 10:21:53 -04:00
jtgeibel@4ad445b2ef940dedb1b6d9b19e3888e56b33541b
9fc340a8c5 Added a comment: Git tag 2015-11-21 00:38:14 +00:00
Joey Hess
50572947a4
remove old news comments 2015-11-16 16:03:00 -04:00
Joey Hess
76139a93ff
add news item for git-annex 5.20151116 2015-11-16 16:01:27 -04:00
Joey Hess
2d5209d6f9
add news item for git-annex 5.20151102 2015-11-02 13:05:57 -04:00
Henrik Ahlgren
87a00e3608
Changelog typo: remove, not remote 2015-10-21 10:10:55 -04:00
Joey Hess
849c0a1c67
add link to new survey 2015-10-19 16:05:07 -04:00
http://joeyh.name/
b058fc7e15 Added a comment 2015-10-19 19:58:36 +00:00
anarcat
bb72a4a907 Added a comment 2015-10-19 19:44:32 +00:00
Joey Hess
e4996fc7a7
add news item for git-annex 5.20151019 2015-10-19 14:54:42 -04:00
jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3
0a7fc08134 Added a comment 2015-10-05 05:48:38 +00:00
Joey Hess
eb6e94a655 response 2015-10-04 15:32:54 -04:00
jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3
1c08d3bf7f Added a comment 2015-10-03 09:11:02 +00:00
http://joeyh.name/
d11fd1dd80 Added a comment 2015-10-01 20:14:48 +00:00
jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3
7bab829105 Added a comment: it does not work with debian squeeze lts 2015-10-01 12:13:11 +00:00
jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3
fdb0455dfb Added a comment: thanks 2015-10-01 04:25:03 +00:00
Joey Hess
de1bd0d6b8 add news item for git-annex 5.20150930 2015-09-30 14:41:29 -04:00
jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3
513e8f73c8 Added a comment: it does not work with debian squeeze lts 2015-09-26 08:03:05 +00:00
Joey Hess
a20095c3b3 add news item for git-annex 5.20150916 2015-09-16 10:56:37 -04:00
Joey Hess
4605109beb ssh problem workaround in place 2015-08-25 08:57:58 -07:00
Joey Hess
260d866f23 document ssh problem 2015-08-25 08:16:03 -07:00
Joey Hess
12de032ee8 add news item for git-annex 5.20150824 2015-08-24 14:20:43 -07:00
Joey Hess
626d273240 add news item for git-annex 5.20150812 2015-08-12 11:25:18 -04:00
Joey Hess
83008496c7 add news item for git-annex 5.20150731 2015-07-31 12:08:27 -04:00
anarcat
0948abd661 Added a comment: bugfix? 2015-07-28 14:01:47 +00:00
Joey Hess
06082d8850 add news item for git-annex 5.20150727 2015-07-27 12:25:18 -04:00
Joey Hess
8fd7052e5f add news item for git-annex 5.20150710 2015-07-10 17:02:37 -04:00
Joey Hess
4170eb4156 add news item for git-annex 5.20150617 2015-06-17 14:17:39 -04:00
Joey Hess
6bc4b4730c comment 2015-06-02 14:56:16 -04:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
31f9ce9bfd Added a comment: Using stackage and installing 2015-05-30 18:06:01 +00:00
Joey Hess
fac6a81afb response 2015-05-30 02:14:29 -04:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
7d94a6eb3a Added a comment: Cannot install with cabal 2015-05-28 18:38:00 +00:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
f25b27011a removed 2015-05-28 18:35:24 +00:00
https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1
8f1b9e566f Added a comment: Cannot install with cabal 2015-05-28 18:35:01 +00:00
Joey Hess
4c0d6437ca add news item for git-annex 5.20150528 2015-05-28 12:59:37 -04:00
Joey Hess
7267af5c50 add news item for git-annex 5.20150522 2015-05-22 16:17:42 -04:00
Joey Hess
883d57fa2e add news item for git-annex 5.20150508 2015-05-08 15:09:08 -04:00
Joey Hess
015b2ed83b add news item for git-annex 5.20150420 2015-04-20 16:06:42 -04:00
Joey Hess
0bff7e7596 add news item for git-annex 5.20150409 2015-04-09 16:40:50 -04:00
Joey Hess
72db78b92d add news item for git-annex 5.20150406.1 2015-04-06 17:21:45 -04:00
Joey Hess
88458211a2 add news item for git-annex 5.20150406 2015-04-06 14:37:59 -04:00
Joey Hess
06a2b6d162 add news item for git-annex 5.20150327 2015-03-27 14:28:48 -04:00
Joey Hess
101302f7fc OSX builds updated; were missing webapp 2015-03-19 16:23:32 -04:00
Joey Hess
8ad1fd79a5 add news item for git-annex 5.20150317 2015-03-17 13:13:33 -04:00
Joey Hess
d24cfd315e add news item for git-annex 5.20150219 2015-02-19 14:55:05 -04:00
Joey Hess
0f63eb075a add news item for git-annex 5.20150205 2015-02-05 14:34:16 -04:00