Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (649ce901458f7feca625754fb07b966a3e36d993)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (649ce901458f7feca625754fb07b966a3e36d993)
  • Date: Sun, 25 Feb 2007 19:10:38 -0600

GIT changes to master grimoire by Jeremy Blosser <jblosser-smgl AT firinn.org>:

ChangeLog | 6 ++++++
VERSION | 1 +
2 files changed, 7 insertions(+)

New commits:
commit 649ce901458f7feca625754fb07b966a3e36d993
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

ChangeLog: Mention the VERSION file.

commit 1cedc03d083c272032324a3093e7aef2990fab4a
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

VERSION: Add a file to track grimoire version. Format should be:
x.y.z-<branch|patchlevel>, eg 0.9-test or 0.8-rc or 0.7-3. The last
is for stable releases. The tarball scripts will be modified to add
the git commit id to each tarball as well.

diff --git a/ChangeLog b/ChangeLog
index e6da826..4f7f1b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-25 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * VERSION: Add a file to track grimoire version. Format should be:
+ x.y.z-<branch|patchlevel>, eg 0.9-test or 0.8-rc or 0.7-3. The last
+ is for stable updates. The tarball scripts will be modified to add
+ the git commit id to this file when making the tarball as well.
+
2007-02-25 Treeve Jelbert <treeve AT pi.be>
* python-devel/beautifulsoup: new spell

diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..ffdfa38
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.8-test



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (649ce901458f7feca625754fb07b966a3e36d993), Jeremy Blosser, 02/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page