[Home]

Summary:ASTERISK-00816: [patch] CVSID Macro to support embedding CVS Version information in source files
Reporter:ww (ww)Labels:
Date Opened:2004-01-12 18:48:02.000-0600Date Closed:2008-01-15 14:41:37.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cvsid.h
( 1) cvsid.h.txt
Description:This file should go in include/asterisk/cvsid.h

From the comment in the file:

/* To use, in the source file put the lines:
*
* #include <asterisk/cvsid.h>
* #ifndef lint
* CVSID("$Id: $");
* #endif /* lint */
*
* You will then be able to run strings(1) on the resulting
* binary and find out what revisions of each source file were
* used to build it.
*
*/
Comments:By: ww (ww) 2004-01-13 20:39:42.000-0600

new version uploaded with licensing text that
should be more acceptable.

By: Brian West (bkw918) 2004-01-14 00:50:55.000-0600

New verison added to CVS include/asterisk/

By: Digium Subversion (svnbot) 2008-01-15 14:41:36.000-0600

Repository: asterisk
Revision: 2032

A   trunk/include/asterisk/cvsid.h

------------------------------------------------------------------------
r2032 | jeremy | 2008-01-15 14:41:36 -0600 (Tue, 15 Jan 2008) | 2 lines

Add CVSID Macro for embedding revision info into the compiled binary. Bug ASTERISK-816

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2032

By: Digium Subversion (svnbot) 2008-01-15 14:41:37.000-0600

Repository: asterisk
Revision: 2033

D   trunk/cvsid.h

------------------------------------------------------------------------
r2033 | jeremy | 2008-01-15 14:41:36 -0600 (Tue, 15 Jan 2008) | 2 lines

move cvsid.h into include/asterisk dir. Bug ASTERISK-816

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2033