Made git generate ChangeLog.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 23 Mar 2007 11:01:08 +0000 (12:01 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Fri, 23 Mar 2007 11:01:08 +0000 (12:01 +0100)
ChangeLog [deleted file]
Rakefile

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index be21abb..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,286 +0,0 @@
-2006-05-14 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Fixed some warnings
-
-2006-05-13 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb, ext/ext.c, test/test_misc.rb: Deprecated
-          Eet::File#list and introduced Eet::File#entries and
-          Eet::File#[] instead.
-        * README, Rakefile: Updated project homepage and documentation
-          locations
-
-2005-08-25 Tilman Sauerbeck (tilman at code-monkey de)
-        * README: Fixed bad link to project homepage
-
-2005-07-16 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c, test/test_stream.rb: Don't raise BadElementError if
-          Stream#serialize is called on a stream that includes non-Chunk
-          elements
-        * ext/ext.c, test/test_{chunk,stream}.rb: Internal API update.
-          Instead of using Chunk#serialize and Stream#serialize, rename
-          Chunk#serialize to Chunk#to_s and just use Stream#to_s to
-          serialize the streams
-
-2005-07-15 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Code cleanup
-
-2005-07-09 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Object#to_eet: clear the stream after serializing it,
-          which slightly increases performance
-
-2005-06-29 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Store the result of rb_intern("pack") in a
-          global variable
-        * ext/ext.c: Remove unneeded StringValue() calls in
-          chunk_serialize()
-        * ext/ext.c: Properly check for an integer overflow when
-          computing the total buffer size in Chunk#initialize
-
-2005-06-28 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Removed stray backslash
-
-2005-06-27 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Tweaked Stream#serialize to be more GC-friendly
-
-2005-06-09 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Object#to_eet: Don't put the final chunk in a stream
-          again, it's not needed
-        * ext/ext.c, test/test_stream.rb: If Stream#serialize is called on
-          a stream that includes non-Chunk elements, BadElementError is
-          raised
-        * ext/ext.c: Tweaked for_each_prop; use rb_ary_push() to add
-          chunks to the stream instead of calling Stream#push
-
-2005-06-08 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c, lib/eet.rb, test/test_basic.rb:
-          Re-implemented Float#to_eet_chunks in C and switched format to
-          the one libeet uses.
-        * ext/ext.c, lib/eet.rb: Re-implemented Integer#to_eet_chunks
-          in C
-
-2005-06-02 Tilman Sauerbeck (tilman at code-monkey de)
-        * Released version 0.1.3
-
-2005-06-02 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Fixed to work on Ruby 1.8.{0,1} again
-        * lib/eet.rb: Bumped version number to 0.1.3
-        * ext/ext.c: Fixed RDoc comment for Object#to_eet
-        * Rakefile: If the CC environment variable is set, use its value
-          instead of calling "cc".
-        * NEWS: Updated for 0.1.3
-
-2005-05-31 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Optimized Object#to_eet slightly
-
-2005-05-30 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb, ext/ext.c: Re-implemented Chunk#initialize in C
-        * ext/ext.c: Code cleanup
-        * lib/eet.rb, ext/ext.c: Re-implemented Object#to_eet in C
-        * ext/ext.c: Code cleanup
-
-2005-05-25 Tilman Sauerbeck (tilman at code-monkey de)
-        * test/test_array_sub.rb: Added a test for the :sub format
-          specifier
-        * lib/eet.rb, test/test_chunk.rb: Chunk.deserialize doesn't
-          modify its argument any more, instead, the number of bytes
-          consumed is now returned, too.
-        * lib/eet.rb: Stream.deserialize fails if the given buffer is
-          empty
-        * lib/eet.rb: Chunk.deserialize fails if the given buffer is
-          empty
-
-2005-05-19 Tilman Sauerbeck (tilman at code-monkey de)
-        * Rakefile: Code cleanup
-
-2005-05-18 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb: Grammar fix
-        * lib/eet.rb: Don't use Array#pack when the result is constant
-
-2005-05-13 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Work around RDoc's limitations
-
-2005-05-11 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Don't define BSWAP16, it's not used
-        * lib/eet.rb: Don't specify the parent class of Eet::Stream when
-          we re-open it
-
-2005-05-10 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Store the result of rb_intern("include?") in a
-          global variable, since it's used very often
-
-2005-04-30 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb: Tweaked Stream#serialize for performance
-        * lib/eet.rb, ext/ext.c: Re-implemented Stream#serialize and
-          Chunk#serialize in C
-
-2005-04-19 Tilman Sauerbeck (tilman at code-monkey de)
-        * Rakefile: Code cleanup
-
-2005-04-12 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Code cleanup
-        * ext/ext.c: Don't pass VALUEs to rb_raise()
-        * ext/ext.c: Sanitized StringValue() usage
-
-2005-04-11 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Use StringValue() instead of
-          Check_Type(blah, T_STRING)
-
-2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
-        * Released version 0.1.2
-
-2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
-        * Rakefile: Updated for rake 0.5.3
-        * lib/eet.rb: Bumped version number to 0.1.2
-        * NEWS: Updated for 0.1.2
-
-2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
-        * Released version 0.1.1
-
-2005-03-29 Tilman Sauerbeck (tilman at code-monkey de)
-        * README: Grammar fix
-        * Rakefile: Tweak lookup of PKG_VERSION
-        * NEWS, Rakefile: Added NEWS
-        * lib/eet.rb: Bumped version number to 0.1.1
-
-2005-03-28 Tilman Sauerbeck (tilman at code-monkey de)
-        * Rakefile: Fixed casing of "Ruby-EET"
-        * Rakefile: explicitly require compositepublisher
-
-2005-03-27 Tilman Sauerbeck (tilman at code-monkey de)
-        * README: Fixed casing of "Ruby-EET"
-        * ext/ext.c: Added support for compression parameters
-          to Eet::File#write_image and Eet::File#read_image
-
-2005-03-27 Tilman Sauerbeck (tilman at code-monkey de)
-        * Released version 0.1.0
-
-2005-03-27 Tilman Sauerbeck (tilman at code-monkey de)
-        * Rakefile: Added a publish task that uploads the current
-          tarball and the RDoc documentation to code-monkey.de
-        * README: Added a link to the online documentation
-        * Rakefile: Use Kernel#raise instead of Kernel#fail
-        * README: Improved project description
-        * Rakefile: Fixed the install task; eet.rb needs to be copied
-          to sitelibdir instead of sitearchdir
-        * README: Added a link to enlightenment.org to the description
-
-2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
-        * README, Rakefile: Require Rake 0.5.0 or greater
-        * Rakefile: Added a PackageTask
-        * test/common.rb: Removed unused assertion
-        * lib/eet.rb: Bumped version number to 0.1.0
-
-2005-03-25 Tilman Sauerbeck (tilman at code-monkey de)
-        * test/test_broken_classes.rb: Code cleanup
-
-2005-03-23 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c, test/test_misc.rb: Eet::File methods check whether
-          EET entry keys contain binary zeroes
-
-2005-03-16 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb: Fixed Eet::Stream#initialize
-
-2005-03-06 Tilman Sauerbeck (tilman at code-monkey de)
-        * Rakefile: fixed file permissions for eet.rb
-
-2005-03-05 Tilman Sauerbeck (tilman at code-monkey de)
-        * Rakefile: use FileUtils to install eet.rb and eet_ext.so
-
-2005-03-03 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: EET_FILE_MODE_RW has been renamed to
-          EET_FILE_MODE_READ_WRITE
-
-2005-02-15 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb, test/hash.rb: Removed the :hash format hack
-        * test/basic.rb: Renamed to test_basic.rb
-        * test/broken_classes.rb: Renamed to test_broken_classes.rb
-        * test/chunk.rb: Renamed to test_chunk.rb
-        * test/hash.rb: Renamed to test_hash.rb
-        * test/list.rb: Renamed to test_list.rb
-        * test/misc.rb: Renamed to test_misc.rb
-        * test/stream.rb: Renamed to test_stream.rb
-        * test/sub.rb: Renamed to test_sub.rb
-        * README: Removed documentation for the :hash format hack
-        * lib/eet.rb: Added :sub format specifier to Array#to_eet_chunks
-        * lib/eet.rb, README: Removed edd_name entry from property hash
-
-2005-02-14 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Enable highest compression for images
-        * lib/eet.rb: Added Eet::VERSION
-
-2005-02-13 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb: If a hash is encoded with the :hash type
-          specifier, make sure that the keys/values are strings
-        * README: Documentation update
-        * Rakefile: Split out eet-config calls, to catch missing libeet
-          early
-
-2005-02-10 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb, test/broken_classes.rb:
-          Implemented Object#to_eet_name and Object#to_eet_properties.
-          Adapted Object#to_eet's error checking and the broken classes
-          test.
-        * test/misc.rb: Use the new implementations of
-          #to_eet_name and #to_eet_properties
-        * test/misc.rb: Added a test for Object#to_eet_name and
-          Object#to_eet_properties
-        * Rakefile, test/hash.[rb,c], test/utils.c:
-          Reworked the hash test to not depend on hash.c/utils.c
-          anymore.
-        * lib/eet.rb: Added documentation for Object#to_eet_name and
-          Object#to_eet_properties
-
-2005-02-09 Tilman Sauerbeck (tilman at code-monkey de)
-        * test/sub.rb, test/sub.c: Reworked the sub test to not
-          depend on sub.c anymore
-        * test/list.rb, test/list.c: Reworked the list test to not
-          depend on list.c anymore
-
-2005-02-08 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb: Eet::Chunk.new checks the tag for binary zeroes
-          again
-        * test/chunk.rb: Added a test for binary zeroes in tags
-        * lib/eet.rb: Added Eet::Chunk.deserialize
-        * test/chunk.rb: Added a test for Eet::Chunk.deserialize
-        * lib/eet.rb: Make sure Eet::Chunk.new is passed strings only
-        * lib/eet.rb: Added Eet::ChunkError
-        * test/chunk.rb: Added tests for the error handling in
-          Eet::Chunk.deserialize
-        * lib/eet.rb, test/stream.rb: Added Eet::Stream.deserialize
-        * test/basic.rb, test/basic.c: Rewrote basic test to not
-          depend on basic.c anymore
-
-2005-02-07 Tilman Sauerbeck (tilman at code-monkey de)
-        * test/list.rb, test/sub.rb: Make sure to use an array as
-          the hash values in Object#to_eet_properties
-        * lib/eet.rb: Perform more aggressive type checking in
-          Object#to_eet. Added Eet::EetError, Eet::PropertyError and
-          Eet::NameError.
-        * test/chunk.rb, test/stream.rb: Added tests for the Eet::Chunk
-          and Eet::Stream classes
-        * ext/ext.c, test/misc.rb: Raise IOError if Eet::File#list is
-          called in write-only mode
-        * test/broken_classes.rb: Added tests for the errors that
-          Object#to_eet may raise
-        * test/basic.[c,rb]: Added a test for 64bit integers
-        * lib/eet.rb: Pack 32bit integers with the "V" specifier instead
-          of "i", to enforce little-endian format
-
-2005-02-05 Tilman Sauerbeck (tilman at code-monkey de)
-        * ext/ext.c: Added Eet::File#read_image
-
-2005-02-04 Tilman Sauerbeck (tilman at code-monkey de)
-        * test/misc.rb: Removed nested assertions
-        * ext/ext.c: raise IOError on zero writes
-        * test/misc.rb: added test_zero_write
-
-2005-02-03 Tilman Sauerbeck (tilman at code-monkey de)
-        * test/misc.rb: Added some test for Eet::File#read and improved
-          other tests
-        * lib/eet.rb: Don't check for binary zeroes in tags
-
-2005-02-01 Tilman Sauerbeck (tilman at code-monkey de)
-        * lib/eet.rb: Reworked Stream/Chunk interfaces
-        * lib/eet.rb: Validate input data in Chunk.new
-
-2005-01-20 Tilman Sauerbeck (tilman at code-monkey de)
-        * Added some documentation
index 3945e00611ec403170e2a0b91ce411227ed81b4a..f49c8367e18be29fb27e01bde63b82c31bac3ee9 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -65,13 +65,21 @@ Rake::RDocTask.new do |t|
        t.rdoc_dir = "doc"
        t.title = "Ruby-EET - EET bindings for Ruby"
        t.options = ["--line-numbers", "--inline-source", "--main", "README"]
        t.rdoc_dir = "doc"
        t.title = "Ruby-EET - EET bindings for Ruby"
        t.options = ["--line-numbers", "--inline-source", "--main", "README"]
-       t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog",
+       t.rdoc_files.include("README", "COPYING", "AUTHORS",
                             "NEWS", "ext/ext.c", "lib/eet.rb")
 end
 
                             "NEWS", "ext/ext.c", "lib/eet.rb")
 end
 
+CLOBBER.include("ChangeLog")
+
+file "ChangeLog" do
+       `git log > ChangeLog`
+end
+
 Rake::PackageTask.new(PKG_NAME, PKG_VERSION) do |t|
        t.need_tar_gz = true
 Rake::PackageTask.new(PKG_NAME, PKG_VERSION) do |t|
        t.need_tar_gz = true
-       t.package_files.include("[A-Z]*", "ext/*.c", "lib/*.rb", "test/*.rb")
+       t.package_files.include("AUTHORS", "ChangeLog", "COPYING", "NEWS",
+                               "README", "Rakefile",
+                               "ext/*.c", "lib/*.rb", "test/*.rb")
 end
 
 task :publish => [:rdoc, :package] do
 end
 
 task :publish => [:rdoc, :package] do