Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/distrib/sets/lists/base



Module Name:    src
Committed By:   lukem
Date:           Fri Mar 28 01:22:44 UTC 2008

Modified Files:
        src/distrib/sets/lists/base: mi shl.elf shl.mi

Log Message:
Do not mark "old" major and major.minor shared libraries as
"obsolete"; just remove the entry, as third-party applications
may be linked against the old major shared library, and
that is a symlink to the old major.minor shared library.
E.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>"
Exceptions to this rule may include shared libraries that
are dlopen()ed at run-time, such as extra locales, etc.


To generate a diff of this commit:
cvs rdiff -r1.741 -r1.742 src/distrib/sets/lists/base/mi
cvs rdiff -r1.138 -r1.139 src/distrib/sets/lists/base/shl.elf
cvs rdiff -r1.423 -r1.424 src/distrib/sets/lists/base/shl.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index