Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Chris Dombroski (174e7da8143985ce52ec0516282a6f4faa379299)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Chris Dombroski <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Chris Dombroski (174e7da8143985ce52ec0516282a6f4faa379299)
  • Date: Wed, 27 Sep 2006 10:48:13 -0500

GIT changes to master grimoire by Chris Dombroski <cdombroski AT icanttype.org>:

collab/imp/DETAILS | 2 +-
collab/imp/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 3af4952468312f1daa6e6bbc64a8c78e09c56d11
Author: Chris Dombroski <cdombroski AT icanttype.org>
Commit: Chris Dombroski <cdombroski AT icanttype.org>

Added a missing ']' to the DETAILS file for imp. Fixing bug 13143.

diff --git a/collab/imp/DETAILS b/collab/imp/DETAILS
index bf23be2..041791b 100755
--- a/collab/imp/DETAILS
+++ b/collab/imp/DETAILS
@@ -1,6 +1,6 @@
SPELL=imp
if [[ "$HORDE_DEVEL" == 'y' ]]; then
- if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]; then
+ if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/collab/imp/HISTORY b/collab/imp/HISTORY
index 872c9a4..e7c526c 100644
--- a/collab/imp/HISTORY
+++ b/collab/imp/HISTORY
@@ -1,3 +1,6 @@
+2006-09-27 Chris Dombroski <cdombroski AT icanttype.org>
+ * DETAILS: Fixed missing ']'. Bug #13143
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Chris Dombroski (174e7da8143985ce52ec0516282a6f4faa379299), Chris Dombroski, 09/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page