1
0

2015.5.5.rst 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. ===========================
  2. Salt 2015.5.5 Release Notes
  3. ===========================
  4. :release: 2015-08-20
  5. Version 2015.5.5 is a bugfix release for :ref:`2015.5.0 <release-2015-5-0>`.
  6. Statistics
  7. ==========
  8. - Total Merges: **33**
  9. - Total Issue References: **28**
  10. - Total PR References: **39**
  11. - Contributors: **20** (`TheBigBear`_, `arthurlogilab`_, `basepi`_, `bastiaanb`_, `cachedout`_, `driskell`_, `garethgreenaway`_, `jacobhammons`_, `jahamn`_, `jfindlay`_, `rallytime`_, `s0undt3ch`_, `scottjpack`_, `silenius`_, `sixninetynine`_, `stanislavb`_, `terminalmage`_, `thusoy`_, `twangboy`_, `vr-jack`_)
  12. Changelog for v2015.5.4..v2015.5.5
  13. ==================================
  14. *Generated at: 2018-05-27 22:04:18 UTC*
  15. * **ISSUE** `#26484`_: (`thusoy`_) Git state leaks HTTPS user/pw to log (refs: `#26486`_)
  16. * **ISSUE** `#26482`_: (`thusoy`_) Git states doesn't allow user-only auth (refs: `#26483`_)
  17. * **PR** `#26486`_: (`thusoy`_) Git: Don't leak https user/pw to log
  18. @ *2015-08-20 16:04:52 UTC*
  19. * **PR** `#26483`_: (`thusoy`_) Handle user-only http auth in git module (refs: `#26486`_)
  20. * 28aa9b1058 Merge pull request `#26486`_ from thusoy/git-confidential-auth
  21. * 5289165487 Git: Don't leak https user/pw to log
  22. * **ISSUE** `#26432`_: (`centromere`_) Documentation incorrectly references salt-key on the minion (refs: `#26476`_)
  23. * **ISSUE** `#26403`_: (`adelcast`_) Grains documentation incorrectly states they are static (refs: `#26476`_)
  24. * **ISSUE** `#26329`_: (`cro`_) Add note to eauth docs indicating default PAM service. (refs: `#26476`_)
  25. * **ISSUE** `#26264`_: (`grep4linux`_) state trees cannot have 'dots' in the name (refs: `#26476`_)
  26. * **ISSUE** `#26233`_: (`dove-young`_) pip install salt, then start master failed on Fedora 22 (refs: `#26476`_)
  27. * **PR** `#26476`_: (`jacobhammons`_) Minor doc bug fixes
  28. @ *2015-08-19 22:52:35 UTC*
  29. * 679ba5ee0a Merge pull request `#26476`_ from jacobhammons/doc-bugs
  30. * 499bd66378 Minor doc bug fixes Refs `#26403`_ Refs `#26432`_ Refs `#26233`_ Refs `#26264`_ Refs `#26329`_
  31. * **ISSUE** `#26366`_: (`GreatSnoopy`_) The development tree produces hanging, 100%cpu salt-master processes (refs: `#26443`_)
  32. * **ISSUE** `#26301`_: (`waynew`_) CPU pegged out running salt-master (after running command) (refs: `#26443`_)
  33. * **ISSUE** `#25998`_: (`driskell`_) Event subsystem discarding required events during --batch breaking it for slow running commands (refs: `#26000`_)
  34. * **PR** `#26443`_: (`cachedout`_) Fix connect issue in event init
  35. @ *2015-08-19 22:50:22 UTC*
  36. * **PR** `#26000`_: (`driskell`_) Implement full event caching for subscribed tags (refs: `#26443`_)
  37. * 42b8c1b3f4 Merge pull request `#26443`_ from cachedout/fix_event_sub
  38. * 560977bc7e Fix connect issue in event init
  39. * **ISSUE** `#26343`_: (`jfindlay`_) batch error when no minions match target (refs: `#26445`_)
  40. * **PR** `#26445`_: (`cachedout`_) Raise clean error when no minions targeted in batch mode
  41. @ *2015-08-19 22:50:07 UTC*
  42. * d2df1a86ad Merge pull request `#26445`_ from cachedout/issue_26343
  43. * 1600f3eccd Raise clean error when no minions targeted in batch mode
  44. * **ISSUE** `#26482`_: (`thusoy`_) Git states doesn't allow user-only auth (refs: `#26483`_)
  45. * **PR** `#26483`_: (`thusoy`_) Handle user-only http auth in git module (refs: `#26486`_)
  46. @ *2015-08-19 22:47:41 UTC*
  47. * a9b28e9577 Merge pull request `#26483`_ from thusoy/git-user-only-auth
  48. * 09fc934acc Handle user-only http auth in git module
  49. * **PR** `#26496`_: (`jfindlay`_) add dateutil dependency reporting
  50. @ *2015-08-19 22:46:31 UTC*
  51. * edc04930ae Merge pull request `#26496`_ from jfindlay/dateutil
  52. * cbe330e78b add dateutil dependency reporting
  53. * **PR** `#26494`_: (`cachedout`_) Remove unecessary debug statements
  54. @ *2015-08-19 20:46:00 UTC*
  55. * 4fff53b842 Merge pull request `#26494`_ from cachedout/remove_debug_statements
  56. * d717a43dcc Remove unecessary debug statements
  57. * **PR** `#26465`_: (`rallytime`_) Back-port `#26457`_ to 2015.5
  58. @ *2015-08-19 16:08:16 UTC*
  59. * **PR** `#26457`_: (`arthurlogilab`_) docstring improvement for network.ping module execution (refs: `#26465`_)
  60. * f46a0dab5d Merge pull request `#26465`_ from rallytime/bp-26457
  61. * b3f638ff0f docstring improvement for network.ping module execution
  62. * **PR** `#26434`_: (`s0undt3ch`_) Fix missed typo
  63. @ *2015-08-18 18:14:29 UTC*
  64. * c1458980f3 Merge pull request `#26434`_ from s0undt3ch/2015.5
  65. * 06dcaefcaa Fix missed typo
  66. * **ISSUE** `#26426`_: (`alxbse`_) Private/public IPs are interchanged when listing nova driver cloud nodes (refs: `#26430`_)
  67. * **PR** `#26430`_: (`rallytime`_) List public and private ips under the correct label
  68. @ *2015-08-18 16:20:32 UTC*
  69. * 0f64be710f Merge pull request `#26430`_ from rallytime/fix-26426
  70. * 2ba97316c9 List public and private ips under the correct label
  71. * **PR** `#26431`_: (`rallytime`_) Back-port `#26417`_ to 2015.5
  72. @ *2015-08-18 15:41:58 UTC*
  73. * **PR** `#26417`_: (`scottjpack`_) Changed t1 -> t2 micro (refs: `#26431`_)
  74. * 913451a414 Merge pull request `#26431`_ from rallytime/bp-26417
  75. * 0254a2e90e Changed t1 -> t2 micro
  76. * **PR** `#26378`_: (`stanislavb`_) Fix EC2 credentials from IAM roles for s3fs and s3 ext_pillar in 2015.5
  77. @ *2015-08-18 14:01:53 UTC*
  78. * 952da7abaf Merge pull request `#26378`_ from stanislavb/2015.5
  79. * 39ce3127cd Let utils.aws query instance metadata
  80. * **ISSUE** `#26245`_: (`bradthurber`_) salt v2015.5.3 gitfs.py using newer pygit2 feature than required minimum (refs: `#26420`_)
  81. * **PR** `#26420`_: (`terminalmage`_) Only use pygit2.errors if it exists (2015.5 branch)
  82. @ *2015-08-18 14:00:01 UTC*
  83. * 09e96dce39 Merge pull request `#26420`_ from terminalmage/issue26245-2015.5
  84. * 19a1149067 Only use pygit2.errors if it exists (2015.5 branch)
  85. * **PR** `#26409`_: (`basepi`_) [2015.5] Merge forward from 2014.7 to 2015.5
  86. @ *2015-08-17 23:19:56 UTC*
  87. * c5eb6bbd3e Merge pull request `#26409`_ from basepi/merge-forward-2015.5
  88. * dafed10a9e Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5
  89. * da8bca09aa Merge pull request `#26242`_ from cro/anonldap4
  90. * a0d2ab1eed Remove dead code
  91. * 1ecf23773e Merge pull request `#26216`_ from cro/anonldap3
  92. * af132d7b89 Documentation update for anonymous bind issue.
  93. * 2ef54b6b13 Documentation update for anonymous bind issue.
  94. * 5b1836bb00 Fix issue with LDAP anonymous binds.
  95. * **ISSUE** `#26404`_: (`ssgward`_) Syntax error in lvm.vg_absent state causing failure (refs: `#26406`_)
  96. * **PR** `#26406`_: (`jfindlay`_) fix syntax error in lvm exec module
  97. @ *2015-08-17 21:18:25 UTC*
  98. * 741ca6b4db Merge pull request `#26406`_ from jfindlay/lvm
  99. * 81d351ff8f fix syntax error in lvm exec module
  100. * **PR** `#26405`_: (`TheBigBear`_) dependency zip files moved to new site
  101. @ *2015-08-17 21:17:24 UTC*
  102. * a7e2d30e2a Merge pull request `#26405`_ from TheBigBear/patch-8
  103. * 8898d64918 dependency zip files moved to new site
  104. * **PR** `#26298`_: (`vr-jack`_) Keep $HOME from being interpretted by Master shell
  105. @ *2015-08-17 21:15:11 UTC*
  106. * cf0523a12e Merge pull request `#26298`_ from vr-jack/2015.5
  107. * 1fd6fc6ce3 Keep $HOME from being interpretted by Master shell
  108. * **PR** `#26324`_: (`s0undt3ch`_) Salt is now pip install'able in windows
  109. @ *2015-08-17 20:41:34 UTC*
  110. * c0811d3302 Merge pull request `#26324`_ from s0undt3ch/2015.5
  111. * e7cb3be2a0 Document the added options
  112. * 92af1c9572 Fix argument name
  113. * 72d2fdb512 Add `pypiwin32 >= 219` as a windows install requires.
  114. * b1105fc706 Allow mimicking the install setup command for develop/editable installations.
  115. * 26246a72ee Allow writing Salt's _version.py when installing in develop mode.
  116. * 71928f2194 Prefer HTTPS, fix url argument
  117. * 7b25430cc7 Download the necessary DLLs for windows
  118. * 86692a92cd Install PyCrypto from a wheel in repo.saltstack.com under Windows
  119. * 915da594c2 Skip M2Crypto in Windows.
  120. * 1ea426e299 Move code to properly handle default requirements.
  121. * 8fda8c0db3 M2CryptoWin{32,64} should only be installed on Salt < 2015.8.0
  122. * 0ff2f19aee Override the develop command in cmdclass
  123. * a5aa752a85 Override the develop command when WITH_SETUPTOOLS is set
  124. * 4d6841c761 Install M2CryptoWin{32,64} while installing Salt
  125. * **ISSUE** `#26161`_: (`bastiaanb`_) salt initscripts do not set lock file in /var/lock/subsys as required on RedHat family OSes (refs: `#26371`_)
  126. * **PR** `#26371`_: (`bastiaanb`_) fix issue `#26161`_: on RedHat family systems touch /var/lock/subsys/$SE…
  127. @ *2015-08-17 20:39:28 UTC*
  128. * 87151736c5 Merge pull request `#26371`_ from bastiaanb/fix/issue-26161-salt-initscripts-dont-set-lockfile
  129. * ec8d4b0470 test wether RETVAL is 0 with -eq rather than =.
  130. * a83a5de41e fix issue `#26161`_: on RedHat family systems touch /var/lock/subsys/$SERVICE to ensure the daemon will be stopped on shutdown.
  131. * **ISSUE** `#25801`_: (`themalkolm`_) Update docs that salt.states.winrepo requires `roles:salt-master` in grains. (refs: `#26328`_)
  132. * **ISSUE** `#25562`_: (`jefftucker`_) winrepo state does not run on masterless minion (refs: `#26328`_)
  133. * **PR** `#26402`_: (`twangboy`_) Removed documentation no longer required
  134. @ *2015-08-17 20:35:37 UTC*
  135. * **PR** `#26328`_: (`twangboy`_) Removed salt-master role requirement (refs: `#26402`_)
  136. * 89602f56ad Merge pull request `#26402`_ from twangboy/fix_26328
  137. * ad5fa03b76 Removed documentation no longer required
  138. * **PR** `#26392`_: (`rallytime`_) Back-port `#26376`_ to 2015.5
  139. @ *2015-08-17 19:39:51 UTC*
  140. * **PR** `#26376`_: (`TheBigBear`_) minor edit spelling (refs: `#26392`_)
  141. * eb373e5904 Merge pull request `#26392`_ from rallytime/bp-26376
  142. * a013bb5b3d minor edit
  143. * **ISSUE** `#16049`_: (`ryan-lane`_) boto_elb.present state requires attributes argument (refs: `#26342`_)
  144. * **PR** `#26342`_: (`rallytime`_) Don't call boto_elb._attributes_present if no attributes were provided
  145. @ *2015-08-17 19:19:08 UTC*
  146. * 8bb57d1631 Merge pull request `#26342`_ from rallytime/fix-16049
  147. * 211f6feaf5 Fix test failures - get_attributes shouldn't be called if none are provided
  148. * d8ad023e88 Don't call boto_elb._attributes_present if no attributes were provided
  149. * **ISSUE** `#26155`_: (`silenius`_) pip availability in states/pip_state (refs: `#26160`_)
  150. * **PR** `#26389`_: (`rallytime`_) Back-port `#26160`_ to 2015.5
  151. @ *2015-08-17 19:09:16 UTC*
  152. * **PR** `#26160`_: (`silenius`_) proposed fix for `#26155`_ (refs: `#26389`_)
  153. * 2fd1e06343 Merge pull request `#26389`_ from rallytime/bp-26160
  154. * f0bc3765d9 No logging should happen on __virtual__
  155. * ca406eaf3c proposed fix for `#26155`_
  156. * **ISSUE** `#26266`_: (`o-sleep`_) limit pw_user.getent() from returning entire corporate list (refs: `#26300`_)
  157. * **PR** `#26300`_: (`jfindlay`_) mock pwd function calls in pw_user exec module
  158. @ *2015-08-17 18:56:41 UTC*
  159. * 0046c6cfed Merge pull request `#26300`_ from jfindlay/pw_test
  160. * 7e94989403 mock pwd calls in pw_user exec mod test
  161. * 26f5b466f5 check for pwd on linux and BSD user exec mods
  162. * **ISSUE** `#24334`_: (`afletch`_) autosign_timeout not honoured (refs: `#26386`_)
  163. * **PR** `#26386`_: (`jahamn`_) Fixes autosign_timeout usage in check_autosign_dir
  164. @ *2015-08-17 18:34:40 UTC*
  165. * 709499438b Merge pull request `#26386`_ from jahamn/fix-autosign_timeout
  166. * b2fa2ac9d3 Fixes autosign_timeout usage in check_autosign_dir
  167. * **ISSUE** `#25801`_: (`themalkolm`_) Update docs that salt.states.winrepo requires `roles:salt-master` in grains. (refs: `#26328`_)
  168. * **ISSUE** `#25562`_: (`jefftucker`_) winrepo state does not run on masterless minion (refs: `#26328`_)
  169. * **PR** `#26328`_: (`twangboy`_) Removed salt-master role requirement (refs: `#26402`_)
  170. @ *2015-08-17 18:30:17 UTC*
  171. * 8d901d7b15 Merge pull request `#26328`_ from twangboy/fix_25562
  172. * d4ca1dccbf Removed salt-master role requirement
  173. * **ISSUE** `#26327`_: (`bradthurber`_) mount.mounted opts incorrect "forced unmount and mount because options (tcp) changed" (refs: `#26362`_)
  174. * **PR** `#26362`_: (`garethgreenaway`_) Fixes to mount state.
  175. @ *2015-08-17 17:44:55 UTC*
  176. * 74558f5743 Merge pull request `#26362`_ from garethgreenaway/2015_5_26327_more_invisible_mount_options
  177. * cf532d46dd Some mount options are translated to different options once a share has been mounted, eg. when specifying a protocol for NFS as either tcp or udp this option is translated into either proto=tcp or proto=udp. Change adds a lookup dictionary for these options so that a re-mount isn't forced each time.
  178. * **PR** `#26379`_: (`s0undt3ch`_) [2015.5] Backport `#26353`_
  179. @ *2015-08-17 17:19:29 UTC*
  180. * **PR** `#26353`_: (`sixninetynine`_) fixed a typo in setup.py (refs: `#26379`_)
  181. * 7dbbd90c98 Merge pull request `#26379`_ from s0undt3ch/issues/backport-26353
  182. * 33ed315c85 fixed Packaing -> Packaging typo and added a couple comments on the setuptools/distutils abstract methods
  183. * **ISSUE** `#26240`_: (`0xf10e`_) keystone.user_get raises exception when user is not found (refs: `#26277`_)
  184. * **PR** `#26277`_: (`rallytime`_) Handle exception when user is not found in keystone.user_get
  185. @ *2015-08-14 19:41:59 UTC*
  186. * bcca1b4c5a Merge pull request `#26277`_ from rallytime/fix-26240
  187. * 0b6977335e Clean it up
  188. * 5edabfd271 It's a dict - git problems...
  189. * 39d3eb66f0 Log error and return error - make returns consistent.
  190. * 496474d862 Handle exception when user is not found in keystone.get_user
  191. * **ISSUE** `#24484`_: (`bailsman`_) clouds/ec2.py: create_snapshot throws exception (refs: `#26326`_)
  192. * **PR** `#26326`_: (`rallytime`_) Make ec2.create_snapshot return less unweildly and more relevant
  193. @ *2015-08-14 19:40:47 UTC*
  194. * 78be3a826f Merge pull request `#26326`_ from rallytime/create_snapshot_return
  195. * c5395db851 Make ec2.create_snapshot return less unweildly and more relevant
  196. * **ISSUE** `#16179`_: (`UtahDave`_) Salt Cloud -l debug includes the entire bootstrap script twice in its output (refs: `#26306`_)
  197. * **PR** `#26306`_: (`rallytime`_) Move VM creation details dict to log.trace
  198. @ *2015-08-14 17:39:52 UTC*
  199. * 44c9d3063b Merge pull request `#26306`_ from rallytime/fix-16179
  200. * 670464258f Move VM creation details dict to log.trace
  201. .. _`#16049`: https://github.com/saltstack/salt/issues/16049
  202. .. _`#16179`: https://github.com/saltstack/salt/issues/16179
  203. .. _`#24334`: https://github.com/saltstack/salt/issues/24334
  204. .. _`#24484`: https://github.com/saltstack/salt/issues/24484
  205. .. _`#25562`: https://github.com/saltstack/salt/issues/25562
  206. .. _`#25801`: https://github.com/saltstack/salt/issues/25801
  207. .. _`#25998`: https://github.com/saltstack/salt/issues/25998
  208. .. _`#26000`: https://github.com/saltstack/salt/pull/26000
  209. .. _`#26155`: https://github.com/saltstack/salt/issues/26155
  210. .. _`#26160`: https://github.com/saltstack/salt/pull/26160
  211. .. _`#26161`: https://github.com/saltstack/salt/issues/26161
  212. .. _`#26216`: https://github.com/saltstack/salt/pull/26216
  213. .. _`#26233`: https://github.com/saltstack/salt/issues/26233
  214. .. _`#26240`: https://github.com/saltstack/salt/issues/26240
  215. .. _`#26242`: https://github.com/saltstack/salt/pull/26242
  216. .. _`#26245`: https://github.com/saltstack/salt/issues/26245
  217. .. _`#26264`: https://github.com/saltstack/salt/issues/26264
  218. .. _`#26266`: https://github.com/saltstack/salt/issues/26266
  219. .. _`#26277`: https://github.com/saltstack/salt/pull/26277
  220. .. _`#26298`: https://github.com/saltstack/salt/pull/26298
  221. .. _`#26300`: https://github.com/saltstack/salt/pull/26300
  222. .. _`#26301`: https://github.com/saltstack/salt/issues/26301
  223. .. _`#26306`: https://github.com/saltstack/salt/pull/26306
  224. .. _`#26324`: https://github.com/saltstack/salt/pull/26324
  225. .. _`#26326`: https://github.com/saltstack/salt/pull/26326
  226. .. _`#26327`: https://github.com/saltstack/salt/issues/26327
  227. .. _`#26328`: https://github.com/saltstack/salt/pull/26328
  228. .. _`#26329`: https://github.com/saltstack/salt/issues/26329
  229. .. _`#26342`: https://github.com/saltstack/salt/pull/26342
  230. .. _`#26343`: https://github.com/saltstack/salt/issues/26343
  231. .. _`#26353`: https://github.com/saltstack/salt/pull/26353
  232. .. _`#26362`: https://github.com/saltstack/salt/pull/26362
  233. .. _`#26366`: https://github.com/saltstack/salt/issues/26366
  234. .. _`#26371`: https://github.com/saltstack/salt/pull/26371
  235. .. _`#26376`: https://github.com/saltstack/salt/pull/26376
  236. .. _`#26378`: https://github.com/saltstack/salt/pull/26378
  237. .. _`#26379`: https://github.com/saltstack/salt/pull/26379
  238. .. _`#26386`: https://github.com/saltstack/salt/pull/26386
  239. .. _`#26389`: https://github.com/saltstack/salt/pull/26389
  240. .. _`#26392`: https://github.com/saltstack/salt/pull/26392
  241. .. _`#26402`: https://github.com/saltstack/salt/pull/26402
  242. .. _`#26403`: https://github.com/saltstack/salt/issues/26403
  243. .. _`#26404`: https://github.com/saltstack/salt/issues/26404
  244. .. _`#26405`: https://github.com/saltstack/salt/pull/26405
  245. .. _`#26406`: https://github.com/saltstack/salt/pull/26406
  246. .. _`#26409`: https://github.com/saltstack/salt/pull/26409
  247. .. _`#26417`: https://github.com/saltstack/salt/pull/26417
  248. .. _`#26420`: https://github.com/saltstack/salt/pull/26420
  249. .. _`#26426`: https://github.com/saltstack/salt/issues/26426
  250. .. _`#26430`: https://github.com/saltstack/salt/pull/26430
  251. .. _`#26431`: https://github.com/saltstack/salt/pull/26431
  252. .. _`#26432`: https://github.com/saltstack/salt/issues/26432
  253. .. _`#26434`: https://github.com/saltstack/salt/pull/26434
  254. .. _`#26443`: https://github.com/saltstack/salt/pull/26443
  255. .. _`#26445`: https://github.com/saltstack/salt/pull/26445
  256. .. _`#26457`: https://github.com/saltstack/salt/pull/26457
  257. .. _`#26465`: https://github.com/saltstack/salt/pull/26465
  258. .. _`#26476`: https://github.com/saltstack/salt/pull/26476
  259. .. _`#26482`: https://github.com/saltstack/salt/issues/26482
  260. .. _`#26483`: https://github.com/saltstack/salt/pull/26483
  261. .. _`#26484`: https://github.com/saltstack/salt/issues/26484
  262. .. _`#26486`: https://github.com/saltstack/salt/pull/26486
  263. .. _`#26494`: https://github.com/saltstack/salt/pull/26494
  264. .. _`#26496`: https://github.com/saltstack/salt/pull/26496
  265. .. _`0xf10e`: https://github.com/0xf10e
  266. .. _`GreatSnoopy`: https://github.com/GreatSnoopy
  267. .. _`TheBigBear`: https://github.com/TheBigBear
  268. .. _`UtahDave`: https://github.com/UtahDave
  269. .. _`adelcast`: https://github.com/adelcast
  270. .. _`afletch`: https://github.com/afletch
  271. .. _`alxbse`: https://github.com/alxbse
  272. .. _`arthurlogilab`: https://github.com/arthurlogilab
  273. .. _`bailsman`: https://github.com/bailsman
  274. .. _`basepi`: https://github.com/basepi
  275. .. _`bastiaanb`: https://github.com/bastiaanb
  276. .. _`bradthurber`: https://github.com/bradthurber
  277. .. _`cachedout`: https://github.com/cachedout
  278. .. _`centromere`: https://github.com/centromere
  279. .. _`cro`: https://github.com/cro
  280. .. _`dove-young`: https://github.com/dove-young
  281. .. _`driskell`: https://github.com/driskell
  282. .. _`garethgreenaway`: https://github.com/garethgreenaway
  283. .. _`grep4linux`: https://github.com/grep4linux
  284. .. _`jacobhammons`: https://github.com/jacobhammons
  285. .. _`jahamn`: https://github.com/jahamn
  286. .. _`jefftucker`: https://github.com/jefftucker
  287. .. _`jfindlay`: https://github.com/jfindlay
  288. .. _`o-sleep`: https://github.com/o-sleep
  289. .. _`rallytime`: https://github.com/rallytime
  290. .. _`ryan-lane`: https://github.com/ryan-lane
  291. .. _`s0undt3ch`: https://github.com/s0undt3ch
  292. .. _`scottjpack`: https://github.com/scottjpack
  293. .. _`silenius`: https://github.com/silenius
  294. .. _`sixninetynine`: https://github.com/sixninetynine
  295. .. _`ssgward`: https://github.com/ssgward
  296. .. _`stanislavb`: https://github.com/stanislavb
  297. .. _`terminalmage`: https://github.com/terminalmage
  298. .. _`themalkolm`: https://github.com/themalkolm
  299. .. _`thusoy`: https://github.com/thusoy
  300. .. _`twangboy`: https://github.com/twangboy
  301. .. _`vr-jack`: https://github.com/vr-jack
  302. .. _`waynew`: https://github.com/waynew