From: Petr S. <pe...@us...> - 2001-07-02 17:05:27
|
Update of /cvsroot/cscope/cscope/packages In directory usw-pr-cvs1:/tmp/cvs-serv20569/packages Modified Files: cscope.spec Log Message: 15.3 releas version number updates in various files. Preparation for release. Index: cscope.spec =================================================================== RCS file: /cvsroot/cscope/cscope/packages/cscope.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** cscope.spec 2001/02/09 19:59:59 1.8 --- cscope.spec 2001/07/02 16:06:43 1.9 *************** *** 1,9 **** Summary: cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. Name: cscope ! Version: 15.2b Release: 1 Copyright: BSD Group: Development/Tools ! Source: cscope-15.2b.tar.gz Buildroot: /tmp/%{name}-%{version} --- 1,9 ---- Summary: cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. Name: cscope ! Version: 15.3 Release: 1 Copyright: BSD Group: Development/Tools ! Source: cscope-15.3.tar.gz Buildroot: /tmp/%{name}-%{version} *************** *** 37,40 **** --- 37,49 ---- %changelog + * Mon Jul 2 2001 Cscope development team + - Version 15.3 release + - New flex scanner + - XEmacs support improvements + - Vim support improvements + - 64 bit fixes + - MSDOS support + - More editing keys + - Webcscope added to contrib * Wed Nov 20 2000 Cscope development team - Version 15.1 release |