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

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-09-24 19:16:17 UTC
  • mfrom: (1.1.8 upstream) (13.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110924191617-o1qz4rcmqjot8zuy
Tags: 1.9.3~rc1-1
* New upstream release: 1.9.3 RC1.
  + Includes load.c fixes. Closes: #639959.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ruby1.9.1 (1.9.2.290-2) unstable; urgency=low
 
1
ruby1.9.1 (1.9.3~rc1-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release: 1.9.3 RC1.
 
4
    + Includes load.c fixes. Closes: #639959.
 
5
  * Upload to unstable.
 
6
 
 
7
 -- Lucas Nussbaum <lucas@debian.org>  Sat, 24 Sep 2011 19:16:17 +0200
 
8
 
 
9
ruby1.9.1 (1.9.3~preview1+svn33236-1) experimental; urgency=low
 
10
 
 
11
  * New upstream snapshot.
 
12
  * add README.porters: instructions on how to run specific tests.
 
13
  * 110829-freebsd_map_stack.patch: merged usptream, dropped.
 
14
  * 110829-hurd_dirent_usage.patch: refresh.
 
15
 
 
16
 -- Lucas Nussbaum <lucas@debian.org>  Sat, 10 Sep 2011 10:07:12 +0200
 
17
 
 
18
ruby1.9.1 (1.9.3~preview1+svn33077-3) experimental; urgency=low
 
19
 
 
20
  * Add debian/run-test-suites.bash: test suites wrapper that
 
21
    checks the number of failures and exit if there are too many.
 
22
  * debian/rules: optimizations were dropped on ia64. Revert.
 
23
  * 20100829-rubygems_default_dir.diff,
 
24
    20100829-rubygems_disable_update_system.diff:
 
25
    disable tests that are broken by those changes.
 
26
 
 
27
 -- Lucas Nussbaum <lucas@debian.org>  Tue, 30 Aug 2011 07:44:33 +0200
 
28
 
 
29
ruby1.9.1 (1.9.3~preview1+svn33077-2) experimental; urgency=low
 
30
 
 
31
  * Also add --no-tree-sra on sparc.
 
32
  * Add 110829-freebsd_map_stack.patch. Work around FreeBSD bug.
 
33
  * Add 110829-freebsd_assert_normal_exit.patch: workaround FreeBSD
 
34
    bug in testsuite runner.
 
35
  * Add 110829-hurd_dirent_usage.patch: Fix dirent issue on hurd.
 
36
    Closes: #639664
 
37
  * Modified 20100829-rubygems_default_dir.diff: avoid warning.
 
38
 
 
39
 -- Lucas Nussbaum <lucas@debian.org>  Mon, 29 Aug 2011 22:41:14 +0200
 
40
 
 
41
ruby1.9.1 (1.9.3~preview1+svn33077-1) experimental; urgency=low
 
42
 
 
43
  * New upstream snapshot (SVN rev 33029, ruby_1_9_3 branch).
 
44
    + Should fix FTBFS on m68k. Closes: #611691.
 
45
  * Cleanup disabled patches in debian/patches:
 
46
    + Drop patch 110801-ftbfs-ia64-missing-semicolon.diff: fixed upstream.
 
47
    + remove patch 110411_disable_osslv2.patch (was already disabled)
 
48
    + Remove 201_gem_prelude.diff and 202_gem_default_dir.diff. Merged into
 
49
      20100829-rubygems_default_dir.diff
 
50
    + Remove 203_adjust_base_of_search_path.diff. Not needed anymore.
 
51
    + Remove 900_ri_pager.diff. Applied upstream in lib/rdoc/ri/driver.rb
 
52
    + Remove 902_define_YAML_in_yaml_stringio.rb.diff. This code has changed,
 
53
      and the reason for this patch has been lost.
 
54
    + Remove 904_linux_target_os.diff. This patch was only required for the
 
55
      LPIA Ubuntu architecture, which no longer exists.
 
56
    + Remove 931_libruby_suffix.diff. No longer needed.
 
57
    + Remove 940_hppa_disable_test_propag_signal.diff. hppa is dead.
 
58
    + Remove 940_test_file_exhaustive_fails_as_root.diff. Applied upstream.
 
59
    + Remove 940_test_priority_fails.diff. Fixed upstream.
 
60
    + re-enable and refresh 090729_fix_Makefile_deps.diff
 
61
    + re-enable and refresh 090803_exclude_rdoc.diff
 
62
    + Remove 091207_test_dl_free_func.diff. Merged upstream.
 
63
    + Remove 100327_r24850_bootstraptest_test_thread.diff. Applied upstream.
 
64
    + Remove 100503_r27337_rb_string_value_cstr.diff. Applied upstream.
 
65
    + Remove 100503_r27356_queue_race.diff.diff. Applied upstream.
 
66
    + Remove 100518_load_libc_libm.diff,
 
67
      100518_r23483_suppress_pathname_warning.diff and
 
68
      100518_r26515_free_rb_classext.diff. Were upstream backports.
 
69
    + Remove 110801-ftbfs-ia64-missing-semicolon.diff. fixed upstream.
 
70
  * Add 110825-run-tests-verbose.patch: run tests in verbose mode
 
71
  * Add openssl to build-depends. Needed for
 
72
    test_constants(OpenSSL::TestConfig).
 
73
  * Improve rubygems_default_dir.diff to avoid warnings.
 
74
  * Add 110825-tests_broken_as_root.patch: skip some tests when root.
 
75
  * Introduce ruby1.9.3 package to improve the confusing situation.
 
76
  * Fix 1.9.2 -> 1.9.3 in descriptions.
 
77
 
 
78
 -- Lucas Nussbaum <lucas@debian.org>  Fri, 26 Aug 2011 11:37:58 +0200
 
79
 
 
80
ruby1.9.1 (1.9.3~preview1-2) experimental; urgency=low
2
81
 
3
82
  * Add -fno-tree-sra on armel. Same workaround as for ruby1.8 (see #634260)
4
83
 
5
 
 -- Lucas Nussbaum <lucas@debian.org>  Tue, 26 Jul 2011 15:23:12 +0200
6
 
 
7
 
ruby1.9.1 (1.9.2.290-1) unstable; urgency=low
8
 
 
9
 
  [ Daigo Moriwaki ]
10
 
  * New upstream release.
11
 
  * Removed debian/patches/110411_disable_osslv2.patch, which has been applied
12
 
    by the upstream.
13
 
  * Added a patch: debian/patches/debian/patches/110716-bigdecimal,
14
 
    which was backported from the upstream (r30993)
15
 
    (CVE-2011-0188; Closes: 628450)
16
 
 
17
 
  [ Lucas Nussbaum ]
 
84
 -- Lucas Nussbaum <lucas@debian.org>  Mon, 01 Aug 2011 20:58:07 +0200
 
85
 
 
86
ruby1.9.1 (1.9.3~preview1-1) experimental; urgency=low
 
87
 
 
88
  * New upstream version: 1.9.3 preview 1.
 
89
  * debian/patches/20100829-rubygems_default_dir.diff: refreshed patch.
 
90
  * debian/patches/20100829-rubygems_disable_update_system.diff: refreshed patch.
 
91
  * Add 110801-ftbfs-ia64-missing-semicolon.diff. Fixes FTBFS on ia64.
 
92
 
 
93
 -- Lucas Nussbaum <lucas@debian.org>  Mon, 01 Aug 2011 16:59:35 +0200
 
94
 
 
95
ruby1.9.1 (1.9.2.180+svn32566-1) experimental; urgency=low
 
96
 
 
97
  * New SVN snapshot based on revision 32566 from the ruby_1_9_3 branch.
 
98
  * Add patch 110720_tcltk_disable_rpath.diff: disable rpath in tcltk.
 
99
 
 
100
  * Add patch 110720_tcltk_disable_rpath.diff: disable rpath in tcltk.
 
101
 
 
102
 -- Lucas Nussbaum <lucas@debian.org>  Wed, 20 Jul 2011 11:25:23 +0200
 
103
 
 
104
ruby1.9.1 (1.9.2.180+svn32099-1) experimental; urgency=low
 
105
 
 
106
  * New SVN snapshot based on revision 32099 from trunk.
 
107
  * 20100829-rubygems_default_dir.diff: refresh
 
108
  * 20100829-rubygems_disable_update_system.diff: refresh
 
109
  * 909_update_lib_README.diff: refresh
 
110
  * 110411_disable_osslv2.patch: drop, cleaner solution implemented upstream
 
111
  * Update Lucas' email address.
18
112
  * Build-depend on tcl-dev and tk-dev instead of {tcl,tk}8.4-dev.
19
 
  * Update Lucas' email address.
20
 
  * Add 110825-ossl-config.diff: backport changes to the OpenSSL
21
 
    extension to fix test failure.
22
 
  * Add patch 110720_tcltk_disable_rpath.diff: disable rpath in tcltk.
 
113
  * Relicensed under Ruby || BSDL.
 
114
    + Update debian/copyright.
 
115
    + Build-depend on libreadline6-dev.
23
116
 
24
 
 -- Lucas Nussbaum <lucas@debian.org>  Mon, 25 Jul 2011 20:27:20 +0200
 
117
 -- Lucas Nussbaum <lucas@debian.org>  Wed, 15 Jun 2011 14:01:51 +0200
25
118
 
26
119
ruby1.9.1 (1.9.2.180-5) unstable; urgency=low
27
120
 
825
918
 -- akira yamada <akira@debian.org>  Sun, 17 Apr 2005 03:30:22 +0900
826
919
 
827
920
ruby1.9 (1.9.0+20050412-3) unstable; urgency=high
828
 
 
829
 
  * akira yamada <akira@debian.org>
830
921
  - debian/rules: fixed wrong filename conversion.  (closes: #304809)
831
922
  - debian/libruby1.9.*.in: should not be empty.
832
923