diff --git a/AUTHORS b/AUTHORS index 424315d..56b549a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Karol Herbst ko-zu Thomas Kear Jan Palus (avoid shell calculation) +Kriss (https://github.com/Kr1ss-XD) (fix installing the localized manpages) Mattéo Rossillol‑‑Laruelle (https://github.com/beatussum) (XFS support, Makefile, i18n support, Makefile, French translation) Edlund Scott Sebastiaan (https://github.com/SharkWipf) diff --git a/ChangeLog b/ChangeLog index b5cbefd..5f2a8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ # ChangeLog for zram-init: +*zram-init-10.8: + Martin Väth : + - Fix zsh completion https://github.com/vaeth/zram-init/issues/31 + +*zram-init-10.7: + Kriss (https://github.com/Kr1ss-XD): + - Fix installing the localized manpages + *zram-init-10.6: Sebastiaan (https://github.com/SharkWipf): - Fix writeback settings diff --git a/zsh/_zram-init b/zsh/_zram-init index bb66c71..fb581e9 100644 --- a/zsh/_zram-init +++ b/zsh/_zram-init @@ -18,7 +18,7 @@ _arguments -s -S -A '-*' : \ '-a+[use specified compression algorithm]:compression algorithm:(lzo lz4 zstd)' \ '-L+[use specified label]:label:(zram zswap)' \ '-U+[use specified uuid]:uuid:(01234567-89ab-cdef-fedc-ba9876543210 fedcba98-7654-3210-0123-456789abcdef)' \ -'(-B)[use specified block size]:block sizet:(1024 2048 4096)' \ +'-B[use specified block size]:block size:(1024 2048 4096 8192)' \ '(-i)-N+[use specified inodes count]:inode count:(65536 262144 524288 1048576 4194304)' \ '(-N)-i+[use specified bytes/inodes ratio]:inode ratio:(128 2048 4096 8192 32768 65536)' \ '-k[do not remove previously used zram]' \