projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67490a4
)
Note division loop bugfix in changes file
author
Ari Johnson
<ari@cobramush.org>
Mon, 25 Feb 2008 16:53:50 +0000
(16:53 +0000)
committer
Ari Johnson
<ari@cobramush.org>
Mon, 25 Feb 2008 16:53:50 +0000
(16:53 +0000)
game/txt/changes/0.72p4
patch
|
blob
|
history
diff --git
a/game/txt/changes/0.72p4
b/game/txt/changes/0.72p4
index f4f0892e374979d65e730d5b123cd77e26969cdb..d3a29da1969b1478c14c7c1d86b93f5a1ec3d2c2 100644
(file)
--- a/
game/txt/changes/0.72p4
+++ b/
game/txt/changes/0.72p4
@@
-31,4
+31,5
@@
CobraMUSH Version 0.72p4
* Fixed attribute read locks [AEJ]
* Fixed can_write_attr_internal() to prohibit writing attributes that
the player cannot read [AEJ]
+ * Detect and prevent division loops, and fix them in @dbck [AEJ]