X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=packaging%2FRPM%2Flibnfs.spec.in;h=16e407a457b2f1669286d1930af5b4434d83d540;hb=8afcdc959f1fe3d4b62566cab0f97135453e3d2c;hp=6938047cf32e2e01f5f9f167abdca5b96193d1d7;hpb=e803ae576042a8c9d6f61e1e1ec58f26bf56aaa2;p=deb_libnfs.git diff --git a/packaging/RPM/libnfs.spec.in b/packaging/RPM/libnfs.spec.in index 6938047..16e407a 100644 --- a/packaging/RPM/libnfs.spec.in +++ b/packaging/RPM/libnfs.spec.in @@ -95,6 +95,11 @@ development libraries for LibNFS %{_libdir}/pkgconfig/libnfs.pc %changelog +* Mon Dec 3 2012 : Version 1.5 + - Switch to using our own RPC/XDR replacement ZDR instead of relying on the + system RPC/TIRPC libraries. This allows using libnfs on platforms that lack + RPC libraries completely. + - Add support for Android. * Sun Nov 25 2012 : Version 1.4 - Add trackig of freed context and assert on using a context after it has been freed.