Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 8736] rename UPDATED to PATCHLEVEL

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 8736] rename UPDATED to PATCHLEVEL
  • Date: Wed, 27 Apr 2005 15:09:56 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=8736





------- Additional Comments From sergey AT sourcemage.org 2005-04-27 15:09
-------
PATCHLEVEL is good by me. How about we denote security update with letter "S"
after the number? PATCHLEVEL=4 means regular spell change without version
change, PATCHLEVEL=5S means security-related spell change. Or make S go first:
Sn. Then:

if [[ "${PATCHLEVEL#S}" == "$PATCHLEVEL" ]]; then <regular update>; else
<security update>; fi

A quick scan for security updates would be to look for string
"PATCHLEVEL=S\d+"

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page