mandulia 0.5 → 0.6
raw patch · 4 files changed
+22/−6 lines, 4 files
Files
- ChangeLog +8/−2
- NEWS +8/−0
- mandulia.cabal +5/−2
- src/Mandulia.hs +1/−2
ChangeLog view
@@ -1,6 +1,12 @@-ChangeLog exported from Git by claude@zebimus at 2010-07-25T03:55:40+0100+ChangeLog exported from Git by claude@zebimus at 2010-07-25T17:25:40+0100 - (HEAD, tag: v0.5, origin/master, origin/HEAD, master)+ (HEAD, tag: v0.6, origin/master, origin/HEAD, master)++21b1086 2010-07-25 17:22:39 +0100 v0.6 facepalm+1f9b042 2010-07-25 17:22:00 +0100 bump version+0a858a5 2010-07-25 10:15:26 +0100 update help screen with current configurations++ (tag: v0.5) 7b5e311 2010-07-25 03:51:26 +0100 v0.5 neon in O(1) space 69ec357 2010-07-25 03:21:02 +0100 fix annoying disappearing/appearing julias at edge of window
NEWS view
@@ -1,3 +1,11 @@+v0.6 2010-07-25 facepalm++ The previous version had a bug wherein the program help text was out+ of sync with the implementation, leading to mass confusion and such.+ This version fixes that bug.++ Source code statistics: 2071 lines, 10047 words, 58373 chars.+ v0.5 2010-07-25 neon in O(1) space This version runs in asymptotic constant space. Aesthetics tweaks
mandulia.cabal view
@@ -1,5 +1,5 @@ Name: mandulia-Version: 0.5+Version: 0.6 Stability: Provisional Synopsis: A zooming visualisation of the Mandelbrot Set as many Julia Sets. Description: Mandulia provides a zooming visualisation of the Mandelbrot Set@@ -9,6 +9,9 @@ By default Mandulia compiles using SSE4 instructions. If your CPU does not support SSE4, you should add "-f-SSE4" to your cabal-install command line.+ .+ Changes from "mandulia-0.5": the program help text now correctly+ reflects the implementation, thus avoiding confusion. Homepage: http://gitorious.org/maximus/mandulia Cabal-version: >=1.6 License: GPL-3@@ -70,4 +73,4 @@ Source-repository this type: git location: git://gitorious.org/maximus/mandulia.git- tag: v0.5+ tag: v0.6
src/Mandulia.hs view
@@ -91,8 +91,7 @@ , " as a module to load from the global settings directory." , "" , "Configurations available in this package may include:"- , " interactive"- , " random"+ , " main" , "" , "The ARGUMENT list is supplied to the selected configuration." , ""