Added NEWS.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 25 Apr 2005 17:12:29 +0000 (17:12 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 25 Apr 2005 17:12:29 +0000 (17:12 +0000)
ChangeLog
NEWS [new file with mode: 0644]
Rakefile

index a9fe02e864164fbd64ab3b02ba94785109e81daa..ea4737d055764904d65fade8425c39f75f43f029 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 --
-$Id: ChangeLog 33 2005-04-24 15:54:39Z tilman $
+$Id: ChangeLog 34 2005-04-25 17:12:29Z tilman $
 ++
 
+2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
+        * NEWS, Rakefile: Added NEWS
+
 2005-04-24 Tilman Sauerbeck (tilman at code-monkey de)
         * lib/redact/redact.rb: Fixed exception message
         * lib/redact/part.rb: Added Relation#set_to
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..eb4b29a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,17 @@
+--
+$Id: NEWS 34 2005-04-25 17:12:29Z tilman $
+++
+
+== 0.1.1
+
+* Some new parameters are now settable:
+  Description#aspect, Description#step, TextDescription#text_class,
+  TextDescription#color_class
+* Symbols are now used instead of constants for tween modes and
+  text effects
+* Added Relation#set_to, which allows you to set the part for relative
+  placement for the x and y axis separately
+* EmitSignalProgram's emission_signal and emission_source are now
+  properly initialized which fixes a potential crash in libedje.
+* ImageDescription#border_fill_middle has been added
+* Some bugs have been fixed
index e352d0bb125c13c038d44d402d0561879dc69bae..3e47175a8ecd41c0e3a528d8b37b459955aa6964 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# $Id: Rakefile 15 2005-03-29 19:21:00Z tilman $
+# $Id: Rakefile 34 2005-04-25 17:12:29Z tilman $
 
 require "rake/clean"
 require "rake/testtask"
@@ -46,7 +46,7 @@ Rake::RDocTask.new do |t|
        t.title = "Redact - An Edje Compiler written in Ruby"
        t.options = ["--line-numbers", "--inline-source", "--main", "README"]
        t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog",
-                            "TODO", "lib/redact/redact.rb",
+                            "TODO", "NEWS", "lib/redact/redact.rb",
                             "lib/redact/part.rb", "lib/redact/program.rb")
 end