Changes between Initial Version and Version 1 of VersionDiff


Ignore:
Timestamp:
Apr 25, 2007, 9:15:34 PM (17 years ago)
Author:
Nicolas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VersionDiff

    v1 v1  
     1I don't know if people are aware of it.  If not, here is a simple trick to
     2see 'what has changed' between two versions of an executable:
     3{{
     4ident first_executable_version second_executable_version | sort | uniq -u
     5}}
     6For example:
     7{{
     8ident db_purge /root/ballen/boinc/sched/db_purge  | sort | uniq -u
     9     $Id: version_diff.txt,v 1.2 2005/01/18 23:35:50 davea Exp $
     10     $Id: version_diff.txt,v 1.2 2005/01/18 23:35:50 davea Exp $
     11}}
     12I find this very helpful in reviewing what has been modified in the various
     13BOINC daemons, when updating versions.