]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/changelog
Merge tag 'upstream/0.6.5.10'
[mirror_zfs-debian.git] / debian / changelog
1 zfs-linux (0.6.5.9-5) unstable; urgency=medium
2
3 * Add zfs initramfs conf for root pool setup
4 (Closes: #848157, LP: #1673197)
5
6 -- Aron Xu <aron@debian.org> Sun, 19 Mar 2017 18:14:57 +0800
7
8 zfs-linux (0.6.5.9-4) unstable; urgency=medium
9
10 * autopkgtest: load zfs module before running tests
11
12 -- Aron Xu <aron@debian.org> Tue, 14 Mar 2017 11:38:08 +0800
13
14 zfs-linux (0.6.5.9-3) unstable; urgency=medium
15
16 [ Petter Reinholdtsen ]
17 * Updated German debconf translation by Helge Kreutzmann. (Closes: #857528)
18 * Updated metadata on a few patches.
19
20 [ Aron Xu ]
21 * Cherry-pick upstream fix for merged /usr/lib and /lib
22 * Manually maintain adt test Depends
23
24 -- Aron Xu <aron@debian.org> Mon, 13 Mar 2017 12:23:32 +0800
25
26 zfs-linux (0.6.5.9-2) unstable; urgency=medium
27
28 [ Fabian Grünbichler ]
29 * fix zed-service-bindir patch
30
31 -- Aron Xu <aron@debian.org> Tue, 07 Feb 2017 17:22:02 +0800
32
33 zfs-linux (0.6.5.9-1) unstable; urgency=medium
34
35 [ Aron Xu ]
36 * Imported Upstream version 0.6.5.9 (Closes: #851513)
37
38 [ Lukas Wunner ]
39 * Cherry picks for root zpool with dracut (Closes: #849969)
40 * Fix installation path of systemd files
41 * Fix build breakage caused by nonstandard umask
42
43 [ Fabian Grünbichler ]
44 * fix python script install path (Closes: #842237)
45
46 -- Aron Xu <aron@debian.org> Mon, 06 Feb 2017 15:57:50 +0800
47
48 zfs-linux (0.6.5.8-3) unstable; urgency=medium
49
50 * Fix the path on the zfs-zed unit file (Closes: #849813)
51
52 -- Carlos Alberto Lopez Perez <clopez@igalia.com> Thu, 05 Jan 2017 16:23:16 +0100
53
54 zfs-linux (0.6.5.8-2) unstable; urgency=medium
55
56 [ Richard Laager ]
57 * Remove .py extension from utilities in /usr/sbin as per policy
58 10.4 Scripts (LP: #1628279)
59
60 [ Colin Ian King ]
61 * Use python3 for arcstat.py, arc_summary.py & dbufstat.py (LP: #1627909)
62
63 [ Richard Laager ]
64 * Set PATH in cron.d job to fix monthly scrubs. (LP: #1548009)
65
66 [ Aron Xu ]
67 * Install zed into /usr/sbin
68 * Rename zfsutils path to follow the package name
69 * Add missing part in python3 move
70 * Install zed to /usr/sbin
71
72 [ Petter Reinholdtsen ]
73 * Updated Italian debconf translation by Beatrice Torracca.
74 (Closes: #846928)
75 * Added patch 1003-linux-4.9-compat.patch from upstream to build with
76 Linux kernel 4.9. (Closes: #847018)
77
78 -- Aron Xu <aron@debian.org> Sat, 17 Dec 2016 17:42:21 +0800
79
80 zfs-linux (0.6.5.8-1) unstable; urgency=medium
81
82 [ Carlos Alberto Lopez Perez ]
83 * Reflow changelog from last upload to avoid lintian warning.
84
85 [ Aron Xu ]
86 * Imported Upstream version 0.6.5.8 (Closes: #838192)
87 * Conflicts with zutils (Closes: #836853)
88
89 [ Zhou Mo ]
90 * Patch: remove merged patches.
91 * Upstream renamed zed.service to zfs-zed.service .
92 * Avoid installing zfs-zed.service twice.
93
94 -- Aron Xu <aron@debian.org> Tue, 20 Sep 2016 15:20:21 +0800
95
96 zfs-linux (0.6.5.7-2) unstable; urgency=medium
97
98 [ Aron Xu ]
99 * Add busybox to zfs-initramfs list of dependencies. (Closes: #824976)
100
101 [ Petter Reinholdtsen ]
102 * Updated Danish debconf translation by Joe Hansen. (Closes: #830652)
103 * Added Dutch (nl) debconf translation by Frans Spiesschaert.
104 (Closes: #832280)
105 * Norwegian Bokmål (nb) debconf template translation by Petter Reinholdtsen.
106
107 [ Eric Desrochers ]
108 * Change utilities path (bindir) to /usr/sbin. (Closes: #832938)
109
110 [ Carlos Alberto Lopez Perez]
111 * Add tunable to ignore hole_birth, and enable it by default.
112 (Closes: #830824)
113
114 -- Carlos Alberto Lopez Perez <clopez@igalia.com> Tue, 16 Aug 2016 17:43:48 +0200
115
116 zfs-linux (0.6.5.7-1) unstable; urgency=medium
117
118 [ YunQiang Su ]
119 * 1002-fix-mips-build.patch: fix builds on mips* archs
120
121 [ Aron Xu ]
122 * New upstream release.
123 * 1001-Fix-aarch64-compilation.patch: dropped, not needed anymore
124 * Merge patches from Ubuntu:
125 - 0002-Check-for-META-and-DCH-consistency-in-autoconf.patch
126 - 0003-Add-libuutil-to-LIBADD-for-libzfs-and-libzfs_core.patch
127 - enable-zed.patch
128
129 -- Aron Xu <aron@debian.org> Tue, 31 May 2016 14:10:49 +0800
130
131 zfs-linux (0.6.5.6-2) unstable; urgency=medium
132
133 [ Aron Xu ]
134 * Adding smoke testing scripts from Ubuntu
135 * Fix binary module builds
136 * Add libblkid-dev, libattr1-dev to build-dep
137 * Re-sync source tree
138 * Add dh-python to b-d
139 * Remove .gitignore files and clean build tree
140 * Scrub all healthy pools monthly from Richard Laager
141
142 [ Petter Reinholdtsen ]
143 * Copied 1000-ppc64el-endian-support.patch from Ubuntu to fix endian
144 build problem on ppc64el
145 * Copied 1001-Fix-aarch64-compilation.patch from Ubuntu to fix build
146 problem on arm64.
147 * Copied 0001-Prevent-manual-builds-in-the-DKMS-source.patch from
148 Ubuntu to block manual building in the DKMS source tree.
149 * Updated Standards-Version from 3.9.7 to 3.9.8.
150 * Bring some files back to the upstream tarball content to get gbp
151 buildpackage working.
152
153 -- Petter Reinholdtsen <pere@debian.org> Thu, 12 May 2016 12:19:55 +0200
154
155 zfs-linux (0.6.5.6-1) unstable; urgency=medium
156
157 [ Aron Xu ]
158 * New upstream version 0.6.5.6.
159
160 [ Petter Reinholdtsen ]
161 * Generated new copyright.cme file based on version 0.6.5.6.
162 * Updated d/copyright file, add missing BSD licensed init.d scripts, and
163 new copyright holders in the new upstream version.
164 * Updated Standards-Version from 3.9.6 to 3.9.7.
165 * Added myself as uploader.
166 * Updated debconf po files based on newest pot file.
167 * Correct URL to git repo in d/control.
168
169 -- Petter Reinholdtsen <pere@debian.org> Sat, 26 Mar 2016 07:08:11 +0000
170
171 zfs-linux (0.6.5.5-1) unstable; urgency=medium
172
173 * Initial Release (Closes: #686447)
174
175 -- Aron Xu <aron@debian.org> Sun, 20 Mar 2016 22:57:06 +0800