summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-31 10:03:14 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-31 10:03:14 +0000
commitc64c3b1f0e8b2827ee4eab2becf97c242558b669 (patch)
treeafbaa6f94d2c4d7cca4b8df087e33b3e3be56ae2
parent378f6524181a2e443a59b10d79ccc41586a9b55c (diff)
downloadcrawl-ref-c64c3b1f0e8b2827ee4eab2becf97c242558b669.tar.gz
crawl-ref-c64c3b1f0e8b2827ee4eab2becf97c242558b669.zip
Updated version and changes for 0.1.7.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.1.7@754 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/changes.stone_soup10
-rw-r--r--crawl-ref/source/version.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index 2ac46feb46..71854a5c50 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -1,3 +1,13 @@
+Stone Soup 0.1.7 (20061231)
+---------------------------
+* Fixed missing cursor in controlled-teleport screen.
+* Fixed semi-controlled blink.
+* Fixed the Shining One and Zin being angered by the deaths of their minions
+ in combat.
+* Fixed friendlies being angered by bolts that they are immune to.
+* Fixed notes not noting zombies correctly.
+* Backported greedy explore from 0.2.
+
Stone Soup 0.1.6 (20061219)
---------------------------
* Fixed Pandemonium demonlords (Cerebov and friends) not getting the
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index a2a0842ee6..db2e045bf4 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -41,7 +41,7 @@
/* ***********************************************************************
* called from: chardump - command - newgame
* *********************************************************************** */
-#define VERSION "0.1.6 (crawl-ref)"
+#define VERSION "0.1.7 (crawl-ref)"
// last updated 20feb2001 {GDL}
/* ***********************************************************************