Issues.00107 - lordmundi/wikidoctest GitHub Wiki

00107: feature to check for modified files since release

« 00106 | Issues | 00108 »

Summary: feature to check for modified files since release

Created: 2008–09–23 15:40

Status: Released

Category: Request

From: frankie

Version: 2.0

Released_In: 2.1

Description:

It would be nice to have a way to detect any changed files from the original release.


Comments

frankie September 23, 2008, at 03:43 PM: Implemented this. Future releases will have a md5sums.txt file which can verify the files in the release by running:

md5sum -c md5sums.txt

or, a quieter version:

md5sum -c md5sums.txt | grep -v OK


« 00106 | Issues | 00108 »

Associated Commits