andymeneely / httpd-history

An historical analysis of HTTPD and its vulnerabilities
3 stars 3 forks source link

Determine the major release dates #25

Closed andymeneely closed 11 years ago

andymeneely commented 11 years ago

Then, update GitLog so that each commit was made "in" a major release.

For example, suppose January 20th was Release 1 and May 19th was Release 2. Then a commit on May 4th should be marked "Release 2" because that commit was for the 2nd release.

This lets us divide up the data so we can do things like next-release validation.

Make Java class that just hardcodes the different dates.

andymeneely commented 11 years ago

There are two parts to this:

Feel free to do these in either order.

amusa commented 11 years ago

found httpd releases and dates from 1.3 to 2.4.

amusa commented 11 years ago

This is completed.

amusa commented 11 years ago

Please push the changes you made on this issue.

amusa commented 11 years ago

I found where the bug is! there is an UPDATE trigger on the authordate field. See the screen below.

GitlogBug

andymeneely commented 11 years ago

Ok, well I had fixed the query anyway (see previous commit). But, I changed the default timestamps throughout anyway in commit 23eb965b901ff403ac966801584c922ae80adb59