summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-10 07:22:53 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-10 07:22:53 +0000
commit8f3a7ef796891390836cd95db45b1a7bac75e78b (patch)
tree5ef818d4afce1a2811d0f0f04982ec7b164b34e0
parent0f0a4a6229ca086c111ed663b505c18d570d8b89 (diff)
downloadcrawl-ref-8f3a7ef796891390836cd95db45b1a7bac75e78b.tar.gz
crawl-ref-8f3a7ef796891390836cd95db45b1a7bac75e78b.zip
Updated changes and version for 0.3.2.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2836 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/changes.stone_soup12
-rw-r--r--crawl-ref/source/version.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index 316575a462..48fd5daf42 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -1,3 +1,15 @@
+Stone Soup 0.3.2 (20071110)
+---------------------------
+* Fixed tiles crash when visiting shops in the stash-tracker's ^F listings.
+* Reduced frequency of the Damnation card in common decks.
+* Removed Batform from the Metamorphosis card.
+* Fixed two broken entry vaults.
+* Nets are easier to escape from / destroy, and more effective when used by
+ the player.
+* Beogh converts are better behaved, with less message spam.
+* Fixed spell power display for clarity.
+
+
Stone Soup 0.3.1 (20071103)
---------------------------
* Fixed crash when targeting with show_beam = yes.
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index 686a7bf382..c99e6ac1b0 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -37,7 +37,7 @@
#define CRAWL "Dungeon Crawl Stone Soup"
-#define VER_NUM "0.3.1"
+#define VER_NUM "0.3.2"
#define VER_QUAL ""
// last updated 07august2001 {mv}