[FFmpeg-cvslog] r14470 - trunk/doc/general.texi
pross
subversion
Tue Jul 29 23:45:24 CEST 2008
Author: pross
Date: Tue Jul 29 23:45:23 2008
New Revision: 14470
Log:
give additional use case for version bumping; remove no longer true statement about version strings
Modified:
trunk/doc/general.texi
Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi (original)
+++ trunk/doc/general.texi Tue Jul 29 23:45:23 2008
@@ -898,11 +898,12 @@ should also be avoided if they don't mak
@item
Remember to check if you need to bump versions for the specific libav
parts (libavutil, libavcodec, libavformat) you are changing. You need
- to change the version integer and the version string.
+ to change the version integer.
Incrementing the first component means no backward compatibility to
previous versions (e.g. removal of a function from the public API).
Incrementing the second component means backward compatible change
- (e.g. addition of a function to the public API).
+ (e.g. addition of a function to the public API or extension of an
+ existing data structure).
Incrementing the third component means a noteworthy binary compatible
change (e.g. encoder bug fix that matters for the decoder).
@item
More information about the ffmpeg-cvslog
mailing list