~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to debian/NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2010-11-01 09:03:33 UTC
  • Revision ID: james.westby@ubuntu.com-20101101090333-q64jk4omhe0l35sv
Tags: 1.9.2.0-2
* Clarify versioning in package description to reduce 1.9.1 <-> 1.9.2
  confusion. Closes: #601526.
* Remove README.Debian. It only contained outdated information.
* Build with -mieee on SH4. Closes: #591785.
* Update debian/NEWS to mention LOAD_PATH change. Closes: #593098.
* ruby1.9.1: add Suggests on ruby1.9.1-dev as it is need to build
  many gems, and that's a FAQ.
* ruby1.9.1-dev: mention building gems in package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ruby1.9.1 (1.9.2.0-2) unstable; urgency=low
 
2
 
 
3
  $LOAD_PATH is changed in Ruby 1.9.2-p0 as the following (for i386):
 
4
 
 
5
    ["/usr/local/lib/site_ruby/1.9.1",
 
6
     "/usr/local/lib/site_ruby/1.9.1/i486-linux",
 
7
     "/usr/local/lib/site_ruby",
 
8
     "/usr/lib/ruby/vendor_ruby/1.9.1",
 
9
     "/usr/lib/ruby/vendor_ruby/1.9.1/i486-linux",
 
10
     "/usr/lib/ruby/vendor_ruby",
 
11
     "/usr/lib/ruby/1.9.1",
 
12
     "/usr/lib/ruby/1.9.1/i486-linux"]
 
13
 
 
14
  Please note that "." is no longer part of the $LOAD_PATH, so you might need to
 
15
  change require statements using relative paths.
 
16
 
 
17
  This changes was introduced by the upstream developers.
 
18
 
 
19
 -- Tobias Grimm <etobi@debian.org>  Sun, 15 Aug 2010 18:01:51 +0200
 
20
 
1
21
ruby1.9 (1.9.1.0-1) experimental; urgency=low
2
22
 
3
23
  $LOAD_PATH is changed in Ruby 1.9.1-p0 as the following: