upserver should go away
[openafs-wiki.git] / OpenAFS18Notes.mdwn
1 # Notes related to an OpenAFS 1.8 branch
2
3 The current plan is to make a branch for 1.8 off of master on or about
4 24 September 2014.
5 This will allow all of the improvements and cleanup that have accumulated
6 on master to be in a stable release series, while letting potentially
7 destabilizing changes such as rxgk and pthreaded bos land on master to
8 settle.
9
10 A 1.8 release would also bring the possibility of using shared libraries, 
11 which are now available with the use of libtool.  Currently (on master),
12 all executable binaries are still linked mostly statically, and most of
13 the shared libraries that are produced during the build are not installed
14 to the destination tree.  Exceptions are libafshcrypto.so, libkopenafs.so,
15 and librokenafs.so.  We could consider installing more shared libraries,
16 and using dynamic linking for executables, either before or after the
17 branch point.  Doing so would involve deciding on what sorts of ABI
18 stability guarantees should be provided.
19
20 The remainder of this page has three separate lists, for things to be
21 done before branching, things to be removed from the 1.8 branch after
22 it is created, and things to be removed from master after the 1.8 branch
23 is created.
24
25 Things to be done pre-branching:
26  
27 * Make roken, hcrypto, and kopenafs use libtool to build
28 * Make sure libtool is used properly elsewhere, in particular to install
29   shared versions of libafsrpc and libafsauthent, which we ship in
30   1.6 but do not currently install on master
31 * Relatedly, verify that the libraries we do ship do not depend on things
32   that we don't ship.
33 * (Optional) Look at the feasibility of installing shared liboafs_foo,
34   and using dynamic linkage for the client utilities.
35 * (rxosd is not going to make it unless someone steps up to do the work;
36   we can't block the branch indefinitely on it.)
37 * Do install and run testing on various platforms; check for memory leaks
38   in servers, etc..
39 * Relatedly, check that the kernel module is properly built and loadable
40   on a variety of linuxen.
41 * Draft Debian packaging (which will help with a lot of the libtool
42   validation).
43 * Whitespace cleanup.
44 * Any other tree-wide cleanup that people want to get in.
45 * Adjust the default behavior of configure (pthreaded ubik?  more?)
46 * Beg and plead for documentation updates.
47 * Tie the installation of the pam module to --enable/disable-kauth
48
49 Things to be removed from 1.8 post-branch:
50  
51 * `src/rxgk`; it is not going to be usable in 1.8
52 * `src/mcas`; it is not going to be usable in 1.8
53
54 Things to be removed from master post-branch:
55  
56 * Several `tfoo` can probably be moved to just `foo`; things like
57   `tptserver`, `tvlserver`, `tvolser`, `tsalvaged`.  I'm not sure whether
58   `tbudb` and/or `tbutc` are ready.
59 * push to empty out libutil as much as possible.
60 * rip out LWP support
61 * it is tempting to remove kauth, but probably not possible due to agreements with IBM.
62 * `make dest` support?  Pretty-please?
63 * upserver