Received: from pch.mit.edu (PCH.MIT.EDU [18.7.21.90]) by krbdev.mit.edu (8.9.3p2) with ESMTP id KAA24945; Wed, 31 May 2006 10:51:30 -0400 (EDT) Received: from pch.mit.edu (pch.mit.edu [127.0.0.1]) by pch.mit.edu (8.13.6/8.12.8) with ESMTP id k4VEosOv007101 for ; Wed, 31 May 2006 10:50:54 -0400 Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by pch.mit.edu (8.13.6/8.12.8) with ESMTP id k4VEoqax007095 for ; Wed, 31 May 2006 10:50:52 -0400 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id k4VEovoZ002016 for ; Wed, 31 May 2006 10:50:57 -0400 (EDT) Received: from contents-vnder-pressvre.mit.edu (CONTENTS-VNDER-PRESSVRE.MIT.EDU [18.7.16.67]) (authenticated bits=56) (User authenticated as epeisach@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id k4VEotHu009993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 31 May 2006 10:50:56 -0400 (EDT) Received: (from epeisach@localhost) by contents-vnder-pressvre.mit.edu (8.12.9.20060308) id k4VEotLn010242; Wed, 31 May 2006 10:50:55 -0400 (EDT) Date: Wed, 31 May 2006 10:50:55 -0400 (EDT) Message-Id: <200605311450.k4VEotLn010242@contents-vnder-pressvre.mit.edu> From: Ezra Peisach To: krb5-bugs@MIT.EDU Subject: krb5-1.5 alpha - should library version numbers be bumped? X-Spam-Score: -2.599 X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 X-Beenthere: krb5-bugs-incoming@mailman.mit.edu X-Mailman-Version: 2.1.6 Precedence: list Sender: krb5-bugs-incoming-bounces@PCH.mit.edu Errors-To: krb5-bugs-incoming-bounces@PCH.mit.edu X-RT-Original-Encoding: iso-8859-1 Content-Length: 820 Should the library versions be bimped on the shared libraries? With the plugin architecture - I suspect that we will have compatibility problems on at least libkdb5... The export lists between the old and current library versions are very different.... The gssrpc library has changed - functions have gssrpc_.... prepended - so the libraries are definitly incompatible... The krb5 library no longer has gmt_mktime, krb5_free_ets, krb5_free_uio, krb5_init_ets, krb5_setenv, krb5_unsetenv.... The krb5_init_ets might break really old code... The k5crypto has lost krb5_random2key libcomerr has lost add_to_error_table, free_error_table, init_error_table, initialize_error_table_r... - but I think we are ok... So - at least - we need a bump on libkdb5, libgssrpc... Maybe on k5crypto and libcommerr.... Ezra