Change logs for rails source package in Intrepid

  • rails (2.1.0-4) unstable; urgency=low
    
      * Added a fix for binary data corruption with PostgreSQL backend. This
        occurred whenever the binary data included ASCII value of \ followed
        by three numbers.
      * The fix in ActiveRecord to address SQL injection in :limit and :offset
        was not complete. MySQL backend was still affected as it redefined the
        problematic functions. Pulled in upstream patch.
    
    rails (2.1.0-3) unstable; urgency=high
    
      * Security fix pulled from upstream for a REXML expansion
        DoS. (CVE-2008-3790)
    
     -- Kees Cook <email address hidden>   Fri,  10 Oct 2008 11:07:16 +0100
  • rails (2.1.0-2) unstable; urgency=low
    
      * Remove dependency on rubygems for the build process. (closes:
        #490419)
      * Use also use Debian supplied gems 'builder' and 'xml-simple'
        instead of using the upstream's supplied version, which is
        redundant.
      * Remove extraneous depends on rubygems. It is already depended on
        through libruby1.8-extras (closes: #491125)
    
     -- Scott Kitterman <email address hidden>   Thu,  24 Jul 2008 08:55:14 +0100
  • rails (2.1.0-1ubuntu1) intrepid; urgency=low
    
      [ Ryan Niebur ]
      * Non-maintainer upload.
      * NMU to fix RC bugs.
      * Build depend on rubygems (closes: #490419)
      * Depend on the rubygems package in sid or the one in lenny (closes: #491125)
    
      [ Scott Kitterman ]
      * Update to rails 2.1 and grab proposed NMU for Ubuntu so it builds
        (LP: #236966)
    
    rails (2.1.0-1) unstable; urgency=low
    
      * New upstream release
        + No longer breaks with ruby 1.8.7 (closes: #484351)
      * Use libjs-prototype prototype library instead of upstream
        bundled (closes: #475288)
      * Added Vcs-* and Homepage data to debian/control
      * doc-base section changed to 'Programming'
    
     -- Scott Kitterman <email address hidden>   Mon, 21 Jul 2008 12:49:03 -0400
  • rails (2.0.2-2) unstable; urgency=low
    
      * Added upstream patch from ticket #11127 to support the newer
        ruby-pg. (closes: #476449)
      * Added dependency on rubygems (closes: #468206)
      * Sqlite3 is now the default DB used, if another is not specified when
        the project is initially created. (closes: #468803)
    
    rails (2.0.2-1.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Fix FTBFS by replacing File.cp with a simple "cp" call. Patch by Michael
        Schulte, thanks. (Closes: #464285)
    
     -- Scott Kitterman <email address hidden>   Wed,  07 May 2008 17:35:41 +0100
  • rails (2.0.2-1ubuntu1) hardy; urgency=low
    
      * Post Feature Freeze upload (LP: #198160)
      * Change maintainer to MOTU
      * Add 20_fix_cp.dpatch to fix copy in doc package build and avoid FTBFS
        - Patch thanks to Michael Milligan
    
    rails (2.0.2-1) unstable; urgency=low
    
      * New upstream release
        + SQLite3 is now the default database, instead of MySQL
        + [config/environments/production.rb] production mode will now
        longer cache templates meaning they will load A LOT faster but for
        any changes to appear, one will have to reload the entire
        application.
    
    rails (2.0.1-2) unstable; urgency=low
    
      * Added Pre-Depends on dpkg (>= 1.10.24) as a workaround to Debian
        install scripts do not seem to be updated since beginning
        of century. Can't upload bzip2 deb compressed deb without adding
        this superfluous depend.
      * Move libmocha-ruby1.8 from Depends to Recommends as it is only
        needed for unit testing.
      * Give in and depend on libruby1.8-extras. We need this to satisfy
        dependencies on OpenSSL and the ever so popular rubygems, though
        rails will continue to work if rubygems 'gem' fails.
    
    rails (2.0.1-1) unstable; urgency=low
    
      * New upstream release (closes: #454909)
         + ActionWebservice is no more - rolled into ActionResource
         + SOAP support removed
      * Use bzip2 to compress the deb, instead of the default (gzip)
      * Update Standards version to 3.7.3 - no changes needed
      * Added a lot more exceptions to lintian checks - rails does not
        need all script executable.
    
     -- Scott Kitterman <email address hidden>   Wed, 05 Mar 2008 21:05:42 -0500