swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Swftools Version Numbering


From: Ricardo Pedroso
Subject: Re: [Swftools-common] Swftools Version Numbering
Date: Wed, 17 Mar 2010 23:31:31 +0000

On Wed, Mar 17, 2010 at 10:22 PM, Matt Pearce
<address@hidden> wrote:
> Thanks Chris,
>
> The developer snapshot "2008-07-27-1136" would have been released July 27, 
> 2008. But not sure if that corresponds to version 0.5.0, 0.6.0, etc.
>
> I looked through at the "Downloads" ,  "ChangeLog", and archives sections of 
> the website, but there are no dates associated with each version release. I'd 
> like to identify changes and fixes since that version. I'm trying to make a 
> case for upgrading to a more recent version given the features and fixes in 
> 0.9.0 of PDF2SWF.
>

you can "parse" the git log like this:
$ git log|grep -B2 "version.*0\.[0-9]\.[0-9]"|grep -v "^$"

and you will get the following output:

Date:   Fri Apr 17 17:24:34 2009 +0200
    small bugfixes, bumped version to 0.9.0
--
Date:   Sat Jan 6 22:29:16 2007 +0000
    new version will be 0.8.0
--
Date:   Sat Aug 6 10:14:49 2005 +0000
    changed version to 0.7.0
--
Date:   Sun Feb 6 16:55:16 2005 +0000
    * bumped version to 0.6.3
--
Date:   Fri Oct 8 17:45:29 2004 +0000
    upgraded version to 0.6.2.
--
Date:   Fri Aug 20 17:20:40 2004 +0000
    version is now 0.6.1.
--
Date:   Sat Aug 14 13:31:17 2004 +0000
    version is now 0.6.0.
--
Date:   Sat Aug 17 09:45:58 2002 +0000
    version is now 0.4.2.
--
Date:   Mon Jul 22 16:15:08 2002 +0000
    version is now 0.4.1.
--
Date:   Wed May 22 18:31:02 2002 +0000
    version 0.3.1.
--
Date:   Mon May 20 17:53:07 2002 +0000
    * version is now 0.3.0
--
Date:   Tue Mar 5 13:02:11 2002 +0000
    * version is now 0.2.3
--
Date:   Sun Dec 16 13:59:20 2001 +0000
    version is now 0.2.1
--
Date:   Wed Nov 21 16:53:06 2001 +0000
    version is now 0.1.2.
--
Date:   Sun Nov 4 19:30:48 2001 +0000
    version is now 0.1.1
--
Date:   Fri Nov 2 14:49:35 2001 +0000
    set version to 0.1.0.
--
Date:   Sun Oct 28 23:48:02 2001 +0000
    version is now pre0.1.0. We need the 3rd digit for patches, so we
--
Date:   Sat Oct 27 21:02:07 2001 +0000
    version is now pre0.0.3
--
Date:   Tue Oct 23 22:22:06 2001 +0000
    version is 0.0.2 now
--
Date:   Tue Oct 23 17:45:22 2001 +0000
    changed version to 0.0.2


Regards,
Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]