From owner-cvs-all@FreeBSD.ORG Fri Oct 1 15:38:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A809316A4CE; Fri, 1 Oct 2004 15:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E2EC43D53; Fri, 1 Oct 2004 15:38:07 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i91Fc7PD020071; Fri, 1 Oct 2004 15:38:07 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i91Fc7rJ020070; Fri, 1 Oct 2004 15:38:07 GMT (envelope-from kensmith) Message-Id: <200410011538.i91Fc7rJ020070@repoman.freebsd.org> From: Ken Smith Date: Fri, 1 Oct 2004 15:38:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/gnu/lib/libreadline Makefile.inc src/lib/libopie Makefile src/lib/libpcap Makefile src/lib/msun Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 15:38:07 -0000 kensmith 2004-10-01 15:38:07 UTC FreeBSD src repository Modified files: . UPDATING gnu/lib/libreadline Makefile.inc lib/libopie Makefile lib/libpcap Makefile lib/msun Makefile Log: Bump the library version numbers for the following libraries: /lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be) Revision Changes Path 1.367 +15 -0 src/UPDATING 1.10 +1 -1 src/gnu/lib/libreadline/Makefile.inc 1.19 +1 -1 src/lib/libopie/Makefile 1.34 +1 -1 src/lib/libpcap/Makefile 1.52 +1 -0 src/lib/msun/Makefile