Reelase notes update; Makefile.tmpl fixes to make debugging version link against...
authorMiro Jurisic <meeroh@mit.edu>
Tue, 26 Jan 1999 20:56:14 +0000 (20:56 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Tue, 26 Jan 1999 20:56:14 +0000 (20:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11125 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/Makefile.tmpl
src/mac/Release notes

index c24a406e7e1a14827b55fb9148a49895f3cc4895..cbdaca5b254daed3cd009dfee7570fc336d3cf91 100644 (file)
@@ -241,6 +241,34 @@ libraries-krb5-ppc = \
        "{SharedLibraries}InterfaceLib" \
        "{SharedLibraries}MathLib"
 
+libraries-gss-cfm68k-debug = \
+       "/bin/MIT CLib.68K.debug" \
+       "/bin/MIT RuntimeLib.68K.debug" \
+       "{MW68KLibraries}MSL ShLibRuntimeCFM68K.Lib" \
+       "{SharedLibraries}InterfaceLib" \
+       "{MW68KLibraries}MathLibCFM68K (4i_8d).Lib"
+
+libraries-gss-ppc-debug = \
+       "/bin/MIT CLib.PPC.debug" \
+       "/bin/MIT RuntimeLib.PPC.debug" \
+       "{MWPPCLibraries}MSL ShLibRuntime.Lib" \
+       "{SharedLibraries}InterfaceLib" \
+       "{SharedLibraries}MathLib"
+
+libraries-krb5-cfm68k-debug = \
+       "/bin/MIT CLib.68K.debug" \
+       "/bin/MIT RuntimeLib.68K.debug" \
+       "{MW68KLibraries}MSL ShLibRuntimeCFM68K.Lib" \
+       "{SharedLibraries}InterfaceLib" \
+       "{MW68KLibraries}MathLibCFM68K (4i_8d).Lib"
+       
+libraries-krb5-ppc-debug = \
+       "/bin/MIT CLib.PPC.debug" \
+       "/bin/MIT RuntimeLib.PPC.debug" \
+       "{MWPPCLibraries}MSL ShLibRuntime.Lib" \
+       "{SharedLibraries}InterfaceLib" \
+       "{SharedLibraries}MathLib"
+
 ################################################################################
 ##
 ## Common compiler and linker options
@@ -385,7 +413,7 @@ Kerberos5Lib.68K.debug Kerberos5Lib.68K.debug.MAP :: {autogenerated-files} /mac/
                -init "__initializeK5" -term "__terminateK5" \
                -weakimport /mac/TestTrack/MITAthenaLib -initbefore "MIT_*TestTrackLib" \
                -cv 1 -uv 1 \
-               {libraries-krb5-cfm68k} {krb5-obj-cfm68k} {cfm-krb5-obj-cfm68k} {testtrack-obj-cfm68k} {ccache-cfm68k-debug}
+               {libraries-krb5-cfm68k-debug} {krb5-obj-cfm68k} {cfm-krb5-obj-cfm68k} {testtrack-obj-cfm68k} {ccache-cfm68k-debug}
 Kerberos5Lib.68K.debug :: /mac/version.r
        Rez "/mac/version.r" -a -o Kerberos5Lib.68K.debug
 
@@ -409,7 +437,7 @@ GSSLib.68K.debug GSSLib.68K.debug.MAP :: {autogenerated-files}  Kerberos5Lib.68K
                -map GSSLib.68K.MAP -o GSSLib.68K.debug \
                -init "__initializeGSS" -term "__terminateGSS" \
                -cv 1 -uv 1 \
-               {libraries-gss-cfm68k} {gss-obj-cfm68k} {cfm-gss-obj-cfm68k} Kerberos5Lib.68K
+               {libraries-gss-cfm68k-debug} {gss-obj-cfm68k} {cfm-gss-obj-cfm68k} Kerberos5Lib.68K
 GSSLib.68K :: /mac/version.r
        Rez "/mac/version.r" -a -o GSSLib.68K.debug
 
@@ -445,7 +473,7 @@ Kerberos5Lib.PPC.debug Kerberos5Lib.PPC.debug.MAP :: {autogenerated-files}  /mac
                -weakimport /mac/TestTrack/MITAthenaLib -initbefore "MIT_*TestTrackLib" \
                -map K5LibraryPPC.debug.MAP -o Kerberos5Lib.PPC.debug \
                -cv 1 -uv 1 \
-               {libraries-krb5-ppc} {krb5-obj-ppc} {cfm-krb5-obj-ppc} {testtrack-obj-ppc} {ccache-ppc-debug}
+               {libraries-krb5-ppc-debug} {krb5-obj-ppc} {cfm-krb5-obj-ppc} {testtrack-obj-ppc} {ccache-ppc-debug}
 Kerberos5Lib.PPC.debug :: /mac/version.r
        Rez "/mac/version.r" -a -o Kerberos5Lib.PPC.debug
 
@@ -467,7 +495,7 @@ GSSLib.PPC.debug GSSLib.PPC.debug.MAP :: {autogenerated-files} Kerberos5Lib.PPC.
                -@export "/mac/GSSLibrary.exp" -sym on -init "__initializeGSS" \
                -term "__terminateGSS" -map GSSLib.PPC.debug.MAP -o GSSLib.PPC.debug \
                -cv 1 -uv 1 \
-               {libraries-gss-ppc} {gss-obj-ppc} {cfm-gss-obj-ppc} Kerberos5Lib.PPC.debug
+               {libraries-gss-ppc-debug} {gss-obj-ppc} {cfm-gss-obj-ppc} Kerberos5Lib.PPC.debug
 GSSLib.PPC.debug :: /mac/version.r
        Rez "/mac/version.r" -a -o GSSLib.PPC.debug
 
index 775eee0d6c988d596285f6466f1feb372266e28b..1f3a5a3f6e1807deb8a1eab3648d1d28d0732c6a 100644 (file)
@@ -5,4 +5,19 @@ Changes in 1.1a3:
  fragment aliases
  debugging and non-debugging versions of shared libraries
  
-Yes, the release notes will be better written in next revision.
\ No newline at end of file
+1.1b1
+ building with 3des and realms iterator code
+ config file changes to turn off 3des
+
+1.1b2
+ upped cfm version numbers to prevent new apps from working with old libs
+
+1.1b3
+ renamed prebuild "all" target to prebuild
+ fixed resource chain mangling in Mac networking layer
+
+1.1b4
+ realms iterator fixes
+ additional tweaks to config file (reordering realms)
+ fix debug targets to link against debug C and runtime libs