summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING15
-rw-r--r--gnu/lib/libreadline/Makefile.inc2
-rw-r--r--lib/libopie/Makefile2
-rw-r--r--lib/libpcap/Makefile2
-rw-r--r--lib/msun/Makefile1
5 files changed, 19 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index c42ae04..2f21c09 100644
--- a/UPDATING
+++ b/UPDATING
@@ -23,6 +23,21 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20041001:
+ The following libraries had their version number bumped up:
+ /lib/libm.so.2 -> libm.so.3
+ /lib/libreadline.so.4 -> libreadline.so.5
+ /usr/lib/libhistory.so.4 -> libhistory.so.5
+ /usr/lib/libopie.so.2 -> libopie.so.3
+ /usr/lib/libpcap.so.2 -> libpcap.so.3
+ FreeBSD 4.10 versions of these libraries will be added to the
+ compat4x collection. If you expect to be able to run old 4.X
+ executables you will need to remove the old versions of these
+ libraries. However note that any 5.X executables you have built
+ will stop working once you remove those old libraries. You should
+ have all your ports/packages rebuilt before removing the old
+ libraries.
+
20040929:
The pfil API has gained an additional argument to pass an inpcb.
You should rebuild all pfil consuming modules: ipfw, ipfilter
diff --git a/gnu/lib/libreadline/Makefile.inc b/gnu/lib/libreadline/Makefile.inc
index b1571dc..84b31d8 100644
--- a/gnu/lib/libreadline/Makefile.inc
+++ b/gnu/lib/libreadline/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-SHLIB_MAJOR=4
+SHLIB_MAJOR=5
RL_LIBRARY_VERSION=4.3
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile
index 2a8cabe..8f95c40 100644
--- a/lib/libopie/Makefile
+++ b/lib/libopie/Makefile
@@ -4,7 +4,7 @@
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
-SHLIB_MAJOR= 2
+SHLIB_MAJOR= 3
KEYFILE?= \"/etc/opiekeys\"
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 969184e..57651c3 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -19,7 +19,7 @@ CFLAGS+=-DHAVE_SNPRINTF -DHAVE_VSNPRINTF
CFLAGS+=-DINET6
.endif
-SHLIB_MAJOR=2
+SHLIB_MAJOR=3
#
# Magic to grab sources out of src/contrib
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index efb75c9..496e740 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -68,6 +68,7 @@ CFLAGS+= -D_IEEE_LIBM
LIB= m
SHLIBDIR?= /lib
+SHLIB_MAJOR= 3
COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
OpenPOWER on IntegriCloud