Update debian package to libnfs 1.9.6.
[deb_libnfs.git] / debian / changelog
1 libnfs (1.9.6-1ubuntu1) UNRELEASED; urgency=medium
2
3 * Add O_TRUNC support for nfs_create
4 * Handle OOM during create
5 * Return more stats fields as part of readdir since we get these for "free"
6 when we use READDIRPLUS
7 * Follow symlinks during path resolution
8 * Add lchown, lstat and lutimes
9 * Replace all [u_]quad types with [u]int types in our RPC layer
10 * Solaris build fixes
11
12 -- Jérôme Benoit <jerome.benoit@piment-noir.org> Mon, 01 Dec 2014 19:43:42 +0100
13
14 libnfs (1.9.5-2) unstable; urgency=medium
15
16 * Really fix FTBFS on kFreeBSD/Hurd by back-porting fix (Closes: #754646)
17
18 -- Balint Reczey <balint@balintreczey.hu> Thu, 24 Jul 2014 19:21:59 +0200
19
20 libnfs (1.9.5-1) unstable; urgency=medium
21
22 * [18c94b4] Use sockaddr_in6 instead of sockaddr6_in
23 (Closes: #754646)
24 * [28ee9de] libnfs.c: Fix autoreconnect
25 * [037a106] libnfs.c: add nfs_create
26 * [ea283cd] RPC: include libnfs-zdr.h from all raw libnfs-raw-*.h files
27 (Closes: #753427)
28 * [3429037] Merge pull request #85 from rsahlberg/remove-zhr.h-dependency
29 * [2db42ce] ZDR: remove dependency on zdr.h from the examples and nfs-ls
30 * [af8d37c] RPC: get rid of bool_t
31 * [d663ff2] RPC: get rid of references to SCVXPRT
32 * [ef1f869] RPC: get rid of all references to CLIENT
33
34 [ Balint Reczey ]
35 * Add myself to uploaders
36
37 [ Jonathan McCrohan ]
38 * Update watchfile to fix Github breakage (Closes: #693528)
39
40 -- Balint Reczey <balint@balintreczey.hu> Fri, 18 Jul 2014 17:59:33 +0200
41
42 libnfs (1.9.4-1) unstable; urgency=medium
43
44 * [e1fa3e0] Add Conflicts against libnfs1 (Closes: #752142)
45 * [3236e1a] Add versioned conflict/replace (Closes: #750899)
46 * [f1f22db] Imported Upstream version 1.9.4 (Closes: #753132)
47 * [4f1598e] Update symbols
48 * [0401b13] Add Breaks instead of Conflicts
49 * [e1fa3e0] Add Conflicts against libnfs1
50 * [3236e1a] Add versioned conflict/replace (Closes: #750899)
51 * [f1f22db] Imported Upstream version 1.9.4
52 * [4f1598e] Update symbols
53 * [0401b13] Add Breaks instead of Conflicts
54 * [e200bda] Update debian/copyright with MIT/X11 (BSD Like) license
55 (Closes: #749590)
56 * [56b1efb] Add myself for packaging copyright and some minor tweaks
57
58 -- Ritesh Raj Sarraf <rrs@debian.org> Mon, 30 Jun 2014 14:42:28 +0530
59
60 libnfs (1.9.3-3) unstable; urgency=medium
61
62 * Upload to unstable
63
64 -- Ritesh Raj Sarraf <rrs@debian.org> Wed, 04 Jun 2014 11:02:41 +0530
65
66 libnfs (1.9.3-2) experimental; urgency=medium
67
68 * [448c12b] Honor SO version number and package naming convention
69 * [e03029e] Add version symbols file
70 (Closes: #748600, #734034, #749123)
71
72 -- Ritesh Raj Sarraf <rrs@debian.org> Tue, 27 May 2014 14:06:52 +0530
73
74 libnfs (1.9.3-1) unstable; urgency=medium
75
76 * [ee87260] Imported Upstream version 1.9.3
77 * [10a7a32] Add README.source
78 * [885dbad] Use dh-autoreconf
79 * [db8b33d] Take maintenance for libnfs (Closes: #743510)
80 * [03bc113] Specify copyright format version
81
82 -- Ritesh Raj Sarraf <rrs@debian.org> Tue, 15 Apr 2014 22:22:04 +0530
83
84 libnfs (1.3.0-2) unstable; urgency=low
85
86 * Update watch file to use tags to track new upstream releases.
87
88 -- Andres Mejia <amejia@debian.org> Sat, 05 May 2012 15:34:46 -0400
89
90 libnfs (1.3.0-1) unstable; urgency=low
91
92 * New upstream release.
93
94 -- Andres Mejia <amejia@debian.org> Sat, 05 May 2012 15:25:10 -0400
95
96 libnfs (1.2.0-4) unstable; urgency=low
97
98 * Allow dev package to be multiarch installable.
99 * Bump to Standards-Version 3.9.3.
100
101 -- Andres Mejia <amejia@debian.org> Fri, 16 Mar 2012 18:11:12 -0400
102
103 libnfs (1.2.0-3) unstable; urgency=low
104
105 * Make dpkg-source options default for packaging.
106
107 -- Andres Mejia <amejia@debian.org> Tue, 10 Jan 2012 17:57:45 -0500
108
109 libnfs (1.2.0-2) unstable; urgency=low
110
111 * Include pkgconfig file in dev package.
112
113 -- Andres Mejia <amejia@debian.org> Sun, 08 Jan 2012 22:55:21 -0500
114
115 libnfs (1.2.0-1) unstable; urgency=low
116
117 * Prepare new upstream release. (Closes: #644482)
118 * Rename shared library package for soname bump.
119 * Remove git-buildpackage options which are already set by default.
120 * Convert library to support multi-arch.
121 * Update debian/copyright to follow latest stable DEP5 spec.
122 * Provide options to pass to dpkg-source.
123
124 -- Andres Mejia <amejia@debian.org> Sun, 08 Jan 2012 13:35:22 -0500
125
126 libnfs (0.0~git20110724.48593f5-1) unstable; urgency=low
127
128 * Update to latest upstream snapshot.
129 * New snapshot installs libnfs raw headers.
130
131 -- Andres Mejia <amejia@debian.org> Sun, 24 Jul 2011 14:16:15 -0400
132
133 libnfs (0.0~git20110716.8c27363-1) unstable; urgency=low
134
135 * Initial release. (Closes: #634086)
136
137 -- Andres Mejia <amejia@debian.org> Sat, 16 Jul 2011 20:14:02 -0400