ANNOUNCE: cifs-utils-4.0rc1 released
Jeff Layton <[email protected]>
| Newsgroups | gmane.network.samba.internals,gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
Changes since 4.0alpha1 are mostly bugfixes and mostly in autotools configuration. Unless anyone speaks up, I'll plan to do the initial 4.0 release early next week. I'd prefer to have the webpage and FTP repository in a more permanent location before release, but I'm not planning to hold things up if that doesn't happen. webpage: http://www.samba.org/~jlayton/cifs-utils/ tarball: ftp://ftp.samba.org/pub/samba/cifs-utils/ git: git://git.samba.org/cifs-utils.git gitweb: http://git.samba.org/?p=cifs-utils.git;a=summary Changelog: commit 440f2f9bdcc95c6ccb4074c0ecfeef10aa598350 Author: Jeff Layton <[email protected]> Date: Sat Feb 20 07:56:19 2010 -0800 autotools: remove autogenerated files from git repo Signed-off-by: Jeff Layton <[email protected]> commit 09adc944c379bb9f683d883a14fd8f5b642a40e4 Author: Jeff Layton <[email protected]> Date: Sat Feb 20 07:48:04 2010 -0800 autoconf: make sure C files include config.h Signed-off-by: Jeff Layton <[email protected]> commit 168459ca930dd7f34d31daec72d565e3192b0cb1 Author: Igor Mammedov <[email protected]> Date: Fri Feb 19 08:34:20 2010 -0800 autoconf: now it works with autoconf 2.59 (RHEL5) suggest to install libtalloc-devel if talloc.h is missing commit 6874d2379d3fe00dce826d0993f6c1ef02cce714 Author: Jeff Layton <[email protected]> Date: Tue Feb 16 15:33:40 2010 -0500 spnego.c: make sure to free talloc contexts We're using talloc_init to get a context in these functions but they aren't freeing them. Signed-off-by: Jeff Layton <[email protected]> commit 7168d774362b10e8b2b339a635dc293965e2ab9b Author: Jeff Layton <[email protected]> Date: Sun Feb 14 10:52:54 2010 -0500 automake: make sure to link cifs.upcall to keyutils Signed-off-by: Jeff Layton <[email protected]> commit aa69066151753bebe82ec9b9bfa4a6d1db3a916d Author: Jeff Layton <[email protected]> Date: Sun Feb 14 10:50:52 2010 -0500 Don't make "configure" part of the repo commit 032cee45ecb3933913509d584ce98017db4f00e0 Author: Jeff Layton <[email protected]> Date: Tue Feb 9 15:22:30 2010 -0500 autoconf: reshuffle header and function checking Make sure we bail out if necessary functions and headers aren't present. Signed-off-by: Jeff Layton <[email protected]> commit e2388fa0ecb6fad2b833d72075062855200e3cda Author: Jeff Layton <[email protected]> Date: Tue Feb 9 15:08:04 2010 -0500 cifs-utils: make sure -Wall is always set for builds Signed-off-by: Jeff Layton <[email protected]> commit 840de8a0d34dd791f249dcb1c1f47c2e7609b36b Author: Jeff Layton <[email protected]> Date: Tue Feb 9 14:40:21 2010 -0500 autoconf: bail out if talloc.h or krb5.h aren't present Signed-off-by: Jeff Layton <[email protected]> commit 4bdb9ec7e9462e8fd242d434d09fdbb67590dd92 Author: Jeff Layton <[email protected]> Date: Tue Feb 9 14:33:13 2010 -0500 autoconf: fix "quoting" around macro args in configure.ac Signed-off-by: Jeff Layton <[email protected]>