https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7006

Joe Quinn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
   Target Milestone|Undefined                   |3.4.2

--- Comment #1 from Joe Quinn <[email protected]> ---
Moving to 3.4.2 because it's relatively minor. Looks like it used to be doing
some kind of automation with svn to determine the version number, but that got
hard-coded due to a bug reported on launchpad:

my $VERSION = 'svnunknown';
if ('$Id: sa-update.raw 1652181 2015-01-15 17:30:37Z mmartinec $' =~ ':') {
  # Subversion keyword "$Id: sa-update.raw 1652181 2015-01-15 17:30:37Z
mmartinec $" has been successfully expanded.
  # Doesn't happen with automated launchpad builds:
  # https://bugs.launchpad.net/launchpad/+bug/780916
  $VERSION = 'svn' . (split(/\s+/, '$Id: sa-update.raw 1652181 2015-01-15
17:30:37Z mmartinec $'))[2];
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to