rvm 1.7.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4163 @@
1
- === 1.2.6 / 2011-02-07
1
+ = RVM History, thanks be to Git.
2
2
 
3
- * 1 major enhancement
3
+ == Release 1.7.1
4
+ * Remove playful jab.
5
+ * Merge pull request #369 from thinkerbot/vbox-test
6
+ * added vm test scaffold
7
+ * Merge pull request #368 from benmoss/patch-1
8
+ * Fix some typos
9
+ * I have to stop doing so many things at once. ... Nah... who am I fooling? :)
4
10
 
5
- * Switched from jeweler to hoe. No clue what other changes are in here.
11
+ == Release 1.7.1
12
+ * Merge branch 'master' of git.overnothing.com:rvm
13
+ * Rake is now stable at 0.9.2, good default there.
14
+ * Perhaps this will help solidus-river.
15
+ * Merge pull request #366 from deryldoucette/master
16
+ * Made NOTE: part green as well just to ensure people see it.
17
+ * Fixed and color coded per-project rvmrc example.
18
+ * Added information to 'rvm notes' about the >= 1.7.0 per-project .rvmrc toggle.
19
+ * Account for Lion default clang in packages also.
20
+ * Bugfix for zsh, array indexing differences are always good for a certain kind of chuckle.
21
+ * Turns out we already had a History.txt file :)
22
+ * Merge pull request #365 from burningTyger/rdoc
23
+ * rdoc instead of markdown
24
+ * space cadet.
25
+ * The redundency bothered me.
26
+ * On long reflection, 90% of the issues I have seen are to do with rvm_path setting. If you are root, /usr/local/rvm If you are a user, $HOME/.rvm
27
+
28
+ == Release 1.7.0
29
+ * Since this is not read anyway, I might as well have some fun with it!
30
+ * Default rvm_project_rvmrc to off, set rvm_project_rvmrc=1 in ~/.rvmrc to enable. Oh wow, you mean you could toggle it??? Yes. Always could. Wow I should have asked!! Yes... yes you should have... Amazing how much you learn by simply asking a question...
31
+ * Added missing example.
32
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
33
+ * RVM History, thanks be to Git.
34
+ * Merge pull request #364 from jfredett/master
35
+ * fix typo (doubled 'bison') in arch bootstrap script and in script/notes
36
+ * Merge pull request #363 from aghecht/master
37
+ * Adding missing shell functions
38
+ * Merge pull request #362 from ognevsky/fix-typo-in-implode
39
+ * Fixed typo in implode
40
+ * Correcting install messages.
41
+ * fix local arrays in trusting
42
+ * fix trusting on zsh
43
+ * Merge pull request #361 from zaadjis/master
44
+ * Fixed untrusting rvmrcs.
45
+ * Copy paste can get you into trouble sometimes ;)
46
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
47
+ * Swiped md5 code from BDSM
48
+ * Merge pull request #359 from agibralter/master
49
+ * Allow hooks directory or hooks to be symlinked.
50
+ * Merge pull request #358 from chrismealy/master
51
+ * Added automake (to get aclocal) to dependencies for Ubuntu.
52
+ * Merge pull request #357 from tabletcorry/master
53
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
54
+ * prevent duplicate suffixing
55
+ * cleanup.
56
+ * Cleanly return in case of not in a git repository tree.
57
+ * Add a check to FQ rvm_path
58
+ * Merge pull request #356 from dsedivec/master
59
+ * Allow irb switches to set the prompt mode
60
+ * Merge pull request #354 from lribeiro/master
61
+ * Merge pull request #355 from ncreuschling/master
62
+ * removed duplicate dependency from installation notes
63
+ * we dont need to depend ant dist to build jruby, ant jar is enough and a lot faster
64
+ * Merge pull request #353 from MagLev/MagLev-26355
65
+ * do not require double -- after --name
66
+ * do not pass args before --
67
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
68
+ * do not pass args before --
69
+ * Updated to MagLev-26355
70
+ * Merge pull request #352 from meqif/master
71
+ * Fixed zsh bug when glob_subst is set.
72
+ * use a local for the file looping over.
73
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
74
+ * Added popd hijack.
75
+ * Merge pull request #351 from goncalossilva/master
76
+ * added gcdata patch for 1.9.3-preview1
77
+ * added gcdata patch for 1.9.2-p290
78
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
79
+ * cleaning mri detection for other rubies
80
+ * Merge pull request #349 from deryldoucette/master
81
+ * remove test output
82
+ * manual printf as find not allways supports it
83
+ * fix detection mri rubies
84
+ * Some cli cleanup.
85
+ * Fixed errant help message. Was displaying 'rvm package' rather than 'rvm pkg' as it should.
86
+ * flipNzBit!
87
+ * Merge pull request #347 from mblair/master
88
+ * so it's like the others
89
+ * tyop.
90
+ * Really? Homebrew? Have another...
91
+
92
+ == Release 1.6.32
93
+ * Ruby 1.9.3-preview1 is now default 1.9.3
94
+ * Merge pull request #346 from amarshall/rbx-1.2.4
95
+ * Rubinius 1.2.4
96
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
97
+ * fix --no-tcmalloc on OSX when user provided options
98
+ * Initial groundwork for "rvm group" feature, untested
99
+ * Merge pull request #345 from tricknotes/master
100
+ * Changed package to pkg on README
101
+ * make rbx work
102
+ * Merge pull request #344 from tsykoduk/master
103
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
104
+ * fix bunzip2 error
105
+ * changed package to pkg on help text to correctly reflect real command
106
+
107
+ == Release 1.6.31
108
+ * git it done man, git it done.
109
+ * NO Effin Comment. I am with @joedamato on this one.
110
+ * Allow 1.9 in dependency check for Rubinius, requiring MRI.
111
+
112
+ == Release 1.6.30
113
+ * RubyGems 1.8.6 as default, w00t!!!
114
+
115
+ == Release 1.6.29
116
+ * claening
117
+ * restore jruby hook code, it is already disabled by default
118
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
119
+ * no default jruby/ng on install, persist hooks x flag on install
120
+ * make 1.9.3-head working
121
+ * fix reading db
122
+ * Dismount.
123
+
124
+ == Release 1.6.28
125
+ * "rvm refresh ..." => "rvm reinstall" as suggested by v0n
126
+ * Feature: rvm refresh 1.9.2 ~ equivalent to rvm remove 1.9.2 ; rvm install 1.9.2
127
+
128
+ == Release 1.6.27
129
+ * Removed ebuilds.
130
+ * Also set CC on Darwin for 1.9 Rubies, for now.
131
+ * Updated ebuild for latest release.
132
+
133
+ == Release 1.6.26
134
+ * export CC="/usr/bin/gcc-4.2" if darwin11
135
+ * Merge pull request #343 from telemachus/lion
136
+ * Add a note/warning about gcc vs llvm on Lion
137
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
138
+ * fix installer to not make jruby hook +x when it was -x once
139
+ * No comment.
140
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
141
+ * improved jruby support, allow to set per project options (in .rvmrc)
142
+ * Merge pull request #342 from MagLev/MagLev-26231
143
+ * Updated to MagLev-26231
144
+ * update support for ubuntu
145
+ * Merge pull request #341 from anl/master
146
+ * Merge remote-tracking branch 'rvm/master'
147
+ * Adjusted logic.
148
+ * Merge pull request #340 from joshuacronemeyer/master
149
+ * Merge remote branch 'upstream/master'
150
+ * change fetch script to account for the fact that curl wasn't giving an error when it got a 404. fetch should fail in that case use -f switch to ensure it.
151
+ * Merge pull request #339 from psanford/fix_global_rvm_path
152
+ * Fix "grep: Invalid range end" messages on FreeBSD.
153
+ * Fixed rvm.sh setting path for global installs.
154
+ * Fix FreeBSD "pw groupadd" syntax.
155
+ * Merge pull request #337 from MagLev/MagLev-26197
156
+ * Wrestling the ZSH beastiality beast.
157
+ * Updated to MagLev-26197
158
+ * Fixed incorrect formatting and inconsistency.
159
+ * Adjusted testing for teardown.
160
+ * Merge pull request #321 from darren-fhf/master
161
+ * Bugfix in rvmrc generator.
162
+ * Updated ebuild for latest release.
163
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
164
+ * fix after
165
+
166
+ == Release 1.6.25
167
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
168
+ * fix removing jruby functions
169
+ * jruby hook enabled by default
170
+ * note about after_use hooks
171
+ * fix hooks installation
172
+ * Let us not forget about zsh :)
173
+ * after_use hooks must be executable to be turned on now.
174
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
175
+ * Added rubygems diretory.
176
+ * Fixing unsets.
177
+ * Merge pull request #336 from jzacsh/master
178
+ * Merge branches 'master' and 'master' of git://github.com/wayneeseguin/rvm
179
+ * Fixing bug introduced in 203257a by pull request #333, case-modification is a bash4ism [1].
180
+ * More .gitignore files.
181
+ * pkg
182
+ * pkg!!!
183
+ * hooksssssssssssssssss
184
+ * Minor tweaking of awesome work by mpapis.
185
+ * Merge pull request #335 from mpapis/ng
186
+ * fix after_use hooks, add jruby --ngserver support
187
+ * Good cop. Bad cop.
188
+ * Why... whatever could I be up to?
189
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
190
+ * package :)
191
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
192
+ * pkg :)
193
+ * Merge pull request #333 from jzacsh/master
194
+ * Missed one.
195
+ * Bombs away!!!
196
+ * pull #333: implified logic for user simply hitting [enter] key.
197
+ * using case in place of if for possible "yes" or "no" in user-response.
198
+ * taking advantage of the printf that was already there; a whee-bit nicer.
199
+ * making sure that the while condition actually make sense. utilizing boolean-ish~ness with bash arithmetic, ease of reasdability. lower-casing response immediately.
200
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
201
+ * Merge pull request #334 from t-nagamatsu/patch-1
202
+ * Updated ebuild for latest release.
203
+ * Hook code cleanup.
204
+ * Updated ebuild for latest release.
205
+
206
+ == Release 1.6.24
207
+ * Merge pull request #331 from jrep/master
208
+ * Always store project .rvmrc trust keyed by the full, only slightly munged, path Prune old-style md5-keyed entries during install Mention all this in notes
209
+ * changed each option sequence. unexpected error won't occur to run 'package install zlib' on Mac OS X 10.6. "ERROR: Error running '/*/make install', please read /*/make.install.log"
210
+ * Merge pull request #330 from griff/master
211
+ * simplified prompt for rvmrc trust, infinate loop not a threat, as user can interrupt script at any time.
212
+ * updated copy to no longer reference `less` pager, as it seems cat is used now for security purposes.
213
+ * simplified checking of params.
214
+ * yoda~ish logic from [not, else] to [if, then]
215
+ * Updated ebuild for latest release.
216
+
217
+ == Release 1.6.23
218
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
219
+ * Ruby 1.9.2 p290 is now default.
220
+ * Recall the checksum of a trusted project .rvmrc.
221
+ * Added code to set rvm_user_install_flag in scripts/initialize
222
+ * Merge pull request #328 from gabemc/master
223
+ * Merge pull request #329 from biow0lf/master
224
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
225
+ * rvmsudo: fix vairable values with spaces
226
+ * Add ruby-1.9.3-head
227
+ * Making md5sum the default executable, to fix an issue on Cygwin, which doesn't have a correctly formatted MACHTYPE.
228
+ * Merge pull request #327 from nibrahim/master
229
+ * Escape grep
230
+ * update instructions for reload
231
+ * fix variable values containing spaces
232
+ * yaml v0.1.4
233
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
234
+ * Installer adjustment.
235
+ * Merge pull request #326 from arunagw/jruby163_test
236
+ * Tests added for JRuby-1.6.3
237
+ * Merge pull request #325 from terabyte/master
238
+ * Fixed error message when you 'gemset create' before 'use ruby'.
239
+ * Updated ebuild for latest release.
240
+
241
+ == Release 1.6.22
242
+ * JRuby 1.6.3
243
+ * Merge pull request #323 from andrew/master
244
+ * Merge pull request #324 from mhorbul/master
245
+ * use TMPDIR value or /tmp by default. This will allow to update rvm when /tmp is mounted with noexec flag
246
+ * Updated rails bootstrap script to install rails 3.0.9
247
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
248
+ * inform user about reload\!
249
+ * reworked rvmsudo: forward all rvm variables (and possibly more)
250
+ * fix loading/reloading rvm
251
+ * Merge pull request #322 from MagLev/maglev-newMac
252
+ * Handle pre-installed gems for MagLev
253
+ * add libxslt for yum: needed in CentOS 5.6
254
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
255
+ * fix capistrano :system for rvm 1.6.21
256
+ * Updated ebuild for latest release.
257
+
258
+ == Release 1.6.21
259
+ * Merge pull request #320 from koraktor/ruby-1.8.7-p352
260
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
261
+ * make rvm ruby lib work properly with 1.9.2
262
+ * Ruby 1.8.7 has been updated to patch level 352
263
+ * Merge pull request #319 from kbrock/master
264
+ * rvm wrapper now properly symlinks to a command with an absolute path
265
+ * fix zsh installation (process env persistance)
266
+ * always export rvm_path (sourced from .rvmrc)
267
+ * silence pushd/popd
268
+ * Merge pull request #318 from danhealy/master
269
+ * rvm_prefix does not have a trailing slash
270
+ * Merge pull request #317 from dplummer/patch-1
271
+ * Fix skipping extract step for REE
272
+ * fix root 'user' installation
273
+ * Merge pull request #316 from tylerhunt/patch-1
274
+ * Fixed a typo in the gemset_empty() warning.
275
+ * Merge pull request #314 from griff/master
276
+ * Merge branch 'master' of https://github.com/wayneeseguin/rvm
277
+ * Restructured how the - separator gets inserted in rvm-prompt to remove the need for sed editing at the end
278
+ * fix defaults to root
279
+ * fix rvm self contained feature
280
+ * Merge pull request #313 from griff/master
281
+ * Found a few log calls that was missed when logging was pulled internal
282
+ * Merge pull request #312 from cobracmder/master
283
+ * made minor grammar changes
284
+ * Merge pull request #311 from cobracmder/patch-1
285
+ * Minor grammar changes
286
+ * Merge pull request #310 from MagLev/MagLev-26063
287
+ * Updated to MagLev-26063
288
+ * Merge pull request #307 from threedaymonk/master
289
+ * Merge pull request #309 from MagLev/maglev-newMac
290
+ * Merge pull request #308 from justinko/master
291
+ * Fix problem causing selector to download/compile curl
292
+ * Merge pull request #306 from MagLev/maglev-newMac
293
+ * spellcheck
294
+ * Correct spelling of possessive its
295
+ * Fix up GemStone version for "rvm install maglev-head"
296
+ * rvm_gemstone_version
297
+ * Merge pull request #305 from MagLev/maglev-newMac
298
+ * Fix bad location for uncompressed GemStone directory
299
+ * Array! Yay!
300
+ * Merge pull request #304 from iangreenleaf/master
301
+ * Missed a spot! Spot! There you are lil guy!!!
302
+ * Anyone else hear circus musik?
303
+ * Cleanup, aisle MagLev.
304
+ * scripts/base in maglev.
305
+ * Only add users to group if thy aren't members
306
+ * Check users against passwd file
307
+ * Merge pull request #303 from MagLev/maglev-newMac
308
+ * Change so RVM doesn't override preinstalled RubyGems for MagLev
309
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
310
+ * bashrc
311
+ * Merge pull request #302 from szTheory/master
312
+ * fixed issue where Result#initialize would blow up if status was false, giving (NoMethodError: undefined method '[]' for false:FalseClass) on result.rb:14
313
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
314
+ * Try exporting rvm_path.
315
+ * Merge pull request #301 from Spaceghost/master
316
+ * Merge pull request #300 from MagLev/maglev-newMac
317
+ * Made rvm always create a hooks directory.
318
+ * Handled case where MagLev arch was x86-64 but file is i386
319
+ * Merge pull request #298 from mpapis/master
320
+ * Merge pull request #299 from MagLev/MagLev-25987
321
+ * Updated to MagLev-25987
322
+ * fix macport manage script
323
+ * Merge pull request #296 from buysse/improve_rvmsudo
324
+ * Merge pull request #295 from geemus/master
325
+ * Merge pull request #294 from gstark/fix_logging_output_tput_styling
326
+ * Merge pull request #293 from HeSYINUvSBZfxqA/master
327
+ * Merge pull request #297 from remear/master
328
+ * Added strings option to gemset listings. rvm gemset list strings
329
+ * Added support for sudo flags (such as -H) to the rvmsudo script
330
+ * [help] add use docs
331
+ * [help] add uninstall docs
332
+ * [help] add remove docs
333
+ * Removed the unset for rbxopt, allow it for all rbx installs.
334
+ * Detect interactive shell by looking at STDOUT for colorized logging.
335
+ * quote --no-same-owner option with tar command for ree/maglev
336
+ * 2.0.0pre @tmorini :)
337
+ * Merge pull request #292 from mblair/master
338
+ * typo fix
339
+ * Use RVM path.
340
+ * Updated ebuild for latest release.
341
+
342
+ == Release 1.6.20
343
+ * Updated ebuild for latest release.
344
+ * Truncate logs so that logs reflect last run.
345
+ * A tweaking we will go, a tweaking we will go...
346
+ * rvm_install_args
347
+ * rbx is not compatible with rbx :-p
348
+ * For rbx allow args to be passed through directly to configure.
349
+ * Account for name case.
350
+ * rbx counts too ;)
351
+ * rvm install rbx-2.0.0pre will work tomorrow ;)
352
+ * Updated ebuild for latest release.
353
+
354
+ == Release 1.6.19
355
+ * Bugfix, we have ruby at this point, might as well use it to generate a yaml output of the env ;).
356
+ * Try that rboyd...
357
+ * Move --no-same-owner inside.
358
+ * Put back an empty file.
359
+ * Merge pull request #291 from indirect/master
360
+ * Only track the latest of each point release in known.
361
+ * Stop forcibly setting BUNDLE_GEMFILE for now, because it stays set forever.
362
+ * Remove bundle shell function for now
363
+ * Added missing sources.
364
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
365
+ * Cleaning up manage script by breaking it out into files.
366
+ * Merge pull request #290 from swhitt/master
367
+ * Running "bundle" by itself is the same thing as running "bundle install".
368
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
369
+ * Bugfix in installer thanks to yonahw.
370
+ * Merge pull request #289 from mpapis/master
371
+ * fix BUNDLE-INSTALL(1) BUNDLE-INSTALL(1)
372
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
373
+ * ignore RybMine configuration
374
+ * handle BUNDLE_GEMFILE, added default for projects that do not provide it
375
+ * Merge pull request #288 from shtirlic/patch-1
376
+ * Fix for zsh.
377
+ * ensure not finding the function.
378
+ * Altered rvm loading.
379
+ * better handling bundler, do not generatecomments for PATH
380
+ * do not create separate bin dir for bundler, let it overwrite gem
381
+ * "life" is the better word than "work" ;)
382
+ * Some manage cleanup.
383
+ * Merge!
384
+ * stars.
385
+ * Acting on comment suggestion from githuh.
386
+ * Merge pull request #287 from mpapis/master
387
+ * fix bundle binstubs
388
+ * Merge pull request #286 from mpapis/master
389
+ * improved bundle commnad
390
+ * Helps to actually git add the file.
391
+ * Account for bundler in rvm itself now.
392
+ * Merge pull request #284 from docwhat/master
393
+ * Merge pull request #285 from mattalbright/master
394
+ * This fixes the bug where system-installed RVM on Mac doesn't properly add the users to the rvm group. To properly add Mac users to the rvm group, list all users that are in the "staff" group, which seems to mean can login.
395
+ * Typo in example rvmrc
396
+ * Merge pull request #283 from ncreuschling/master
397
+ * Escape! Escape!
398
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
399
+ * bump version defaults in bootstrap script.
400
+ * fixed typo
401
+ * Merge pull request #282 from MagLev/MagLev-25913
402
+ * Updated ebuild for latest release.
403
+
404
+ == Release 1.6.18
405
+ * Added lines for bundler users to generated rvmrc (rvm --create --rvmrc use X@Y)
406
+ * Added a comment.
407
+ * Updated ebuild for latest release.
408
+
409
+ == Release 1.6.17
410
+ * More robust generated rvmrc files, better error handling.
411
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
412
+ * The proper thing to do is to use autoreconf, not autoconf. Learning autotools proper usage is highly recommended.
413
+ * Updated to MagLev-25913
414
+ * Merge pull request #281 from nwjsmith/master
415
+ * Fix typo
416
+ * Merge pull request #280 from mpapis/master
417
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
418
+ * memory note for Rubinius
419
+ * added instructions for opensuse
420
+ * Merge pull request #279 from ajburton/md5_fix
421
+ * fixes test syntax
422
+ * vbatts is correct.
423
+ * Properly denote the default version of JRuby.
424
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
425
+ * Updated ebuild for latest release.
426
+
427
+ == Release 1.6.16
428
+ * Source packages at the top.
429
+ * Such tender love went into the making of this feature :)
430
+ * Merge pull request #277 from arunagw/jruby_tests
431
+ * Tests added for jruby-1.6.2 #jruby
432
+ * Minor cleaning.
433
+ * Do not switch rubygems on JRuby.
434
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
435
+ * JRuby 1.6.2, w00t!
436
+ * Updated ebuild for latest release.
437
+
438
+ == Release 1.6.15
439
+ * Merge pull request #276 from ilikepi/fix_missing_then
440
+ * Add missing "then" to scripts/rubygems
441
+ * Added DESTDIR
442
+ * rubygems script cleanup.
443
+ * Updated ebuild for latest release.
444
+
445
+ == Release 1.6.14
446
+ * More installer fixes.
447
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
448
+ * I see stars!
449
+ * Merge pull request #275 from mpapis/master
450
+ * fix compilation with openssl 1.8.6
451
+ * I never thought that I would be doing this :)
452
+ * Updated ebuild for latest release.
453
+
454
+ == Release 1.6.13
455
+ * WHY was that not executable???
456
+ * More progress cleaning up installer.
457
+ * Look, the cure for stupidity consists of space!
458
+ * Gotcha you lil buggar!
459
+ * More installer refactorings, trying to get to the bottom of that annoying issue.
460
+ * Some cleanup of the rvm-installer.
461
+ * Only append to profile file if it exists.
462
+ * Array start bugfix and gemset script cleanup.
463
+ * Somehow it managed to elude me.
464
+ * Ensure that scripts that should be executable are.
465
+ * Bugfix?
466
+ * Bugfix?
467
+ * If not connected to an interactive session, return.
468
+ * Updated ebuild for latest release.
469
+
470
+ == Release 1.6.12
471
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
472
+ * Updated ebuild for latest release.
473
+
474
+ == Release 1.6.11
475
+ * Merge pull request #271 from adevadeh/patch-1
476
+ * Merge pull request #272 from yonahw/bad_taste_in_branch_naming_accepted_NOT_encouraged
477
+ * Merge pull request #273 from MagLev/MagLev-25876
478
+ * Merge pull request #274 from thomasjachmann/master
479
+ * fixes installer bug introduced in 10.6.10
480
+ * I blame gitflow for this atrocity
481
+ * split bunzip into 2 lines, the one-liner fails in RHEL4 for some reason. 2 lines works for RHEL4, RHEL5, Ubuntu, and MacOS, have not tested anything else
482
+ * Updated to MagLev-25876
483
+ * Updated ebuild for latest release.
484
+ * 1.6.10
485
+ * Merge branch 'master' of github.com:wayneeseguin/rvm into rbx
486
+ * Bugfix: unbound variable in cli.
487
+ * Merge pull request #270 from ahamid/master
488
+ * add switch for explicit user install setting; helpful with root
489
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
490
+ * More housecleaning.
491
+ * Merge pull request #269 from pvande/master
492
+ * Fixed postinstall note output.
493
+ * More cleanup.
494
+ * only call the command if it is loaded, first install should not error.
495
+ * Low hanging fruit plucking.
496
+ * Adjusted __rvm_18_compat_ruby to exclude rbx, since we do not want rbx to build rbx.
497
+ * Always load the .rvmrc if in an interactive shell (open new tab in same dir).
498
+ * Clean up some RubyGems-related duplication.
499
+ * Merge pull request #268 from CraigCottingham/rvmselect
500
+ * Merge branch 'master' into rvmselect
501
+ * Merge branch 'rvmselect'
502
+ * Add scripts/functions/developer, from https://gist.github.com/984bd56424be200532d0
503
+ * Merge pull request #267 from CraigCottingham/cleanup-bin
504
+ * Fix call to match() in __rvm_remove_binaries()
505
+ * Began cleaning up the installer.
506
+ * Cleaned up wrapper code some.
507
+ * Thank yøu bhenderson.
508
+ * Updated ebuild for latest release.
509
+
510
+ == Release 1.6.9
511
+ * Fixed an assinine bug thanks to stepheneb.
512
+ * Properly test for interactive mode.
513
+ * Removed no longer necessary code.
514
+ * Updated ebuild for latest release.
515
+ * The LOFL I am sick of this shit release!
516
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
517
+ * LOFL!
518
+ * Merge pull request #266 from MagLev/MagLev-25838
519
+ * Switch to antialias.
520
+ * Corrected ordering.
521
+ * Updated ebuild for latest release.
522
+
523
+ == Release 1.6.7
524
+ * Synchronizing the code repetition blocks.
525
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
526
+ * Level the playing field.
527
+ * Merge pull request #265 from gabebw/dollar-dollar
528
+ * Use cp -f and rm -f when dealing with /tmp/$$
529
+ * Updated ebuild for latest release.
530
+
531
+ == Release 1.6.6
532
+ * Updated to MagLev-25838
533
+ * Only if prefix is nonempty.
534
+ * Adjusted __rvm_project_rvmrc()
535
+ * Merge pull request #264 from derekprior/help-updates
536
+ * Works with 1.9.* as well. Added bit about 'rvm rubygems remove' from the rvm website.
537
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
538
+ * set -fu
539
+ * Merge pull request #263 from meineerde/setup_rvm_group_users-with-no-users
540
+ * Fix setup_rvm_group_users for the case when there are no additional users.
541
+ * Tweaked recursive copy.
542
+ * Add a reset --hard HEAD on rbx build.
543
+ * handle get specially.
544
+ * resolution
545
+ * s/aptitude/apt-get/g Many users of Debian certainly and probably other Debian-derived distros prefer 'apt-get' to 'aptitude'. For whatever reasons [Ubuntu has actually stopped shipping with 'aptitude' by default](http://www.webupd8.org/2010/06/aptitude-removed-from-ubuntu-1010.html). Without debating the technical merits of either tool, I would say this:
546
+ * Merge pull request #259 from matschaffer/patch-1
547
+ * More set -u fun.
548
+ * set -u should be outlawed :-p
549
+ * Bugfix: scripts/functions.
550
+ * Removeperpetual d call to display_osx_hint.
551
+ * Adjusted rvm path setting.
552
+ * Merge pull request #260 from rosenfeld/master.
553
+ * Merge pull request #261 from alec-c4/master.
554
+ * Added hint for OSX users
555
+ * Add example for tweaking Gem options
556
+ * Loading cleanup, adjusting more for zsh.
557
+ * Bugfix: ZSH random declare. Adjusted rvm_user_install with _flag postfix as that is what it is. Corrected usage of rvm_user_install_flag.
558
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
559
+ * Bugfix: do not allow missetting of rvm pretty print flag to blow up.
560
+ * Merged pull request #258 from pweldon/fix_config_user_mv.
561
+ * Ensure aptitude is installed.
562
+ * fix logic for moving config/user -> user/db
563
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
564
+ * --no-same-owner is back!!! :)
565
+ * Merged pull request #256 from ConradIrwin/sha1-simplification.
566
+ * Merged pull request #257 from utkarshkukreti/patch-1.
567
+ * Add newline after the error message on running `rvm update`.
568
+ * Further simplify SHA1 extraction.
569
+ * Merged pull request #253 from bergalath/master.
570
+ * Merged pull request #254 from pweldon/fix_user_db.
571
+ * Merged pull request #255 from ConradIrwin/master.
572
+ * Tidy up, and comment option setting.
573
+ * Yeah... I see you too zsh...
574
+ * extglobbing fun :)
575
+ * Merge branch 'master' of git.overnothing.com:rvm
576
+ * Ying, meet Yang.
577
+ * Fix user db overrides to use $rvm_user_path/db consistently.
578
+ * Updated ebuild for latest release.
579
+
580
+ == Release 1.6.5
581
+ * Using `git rev-parse` instead of `git log --no-color -1` to get the last sha1 commit on current branch so we can remove some treatment.
582
+ * Ubuntu sucks arse through a straw.
583
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
584
+ * Merged pull request #251 from ConradIrwin/fix-nonomatch.
585
+ * --no-same-owner thanks to ngan.
586
+ * Merged pull request #252 from kaerast/master.
587
+ * Return on error.
588
+ * Removed duplicated flags, thnk you very much arrix.
589
+ * added missing dependencies for Centos
590
+ * Updated install line in readme, thanks to crankharder for pointing it out.
591
+ * -o...
592
+ * Correct and clarify resetting of zsh options.
593
+ * Updated ebuild for latest release.
594
+
595
+ == Release 1.6.4
596
+ * Wow... that was a brainfart.
597
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
598
+ * Select if not selected.
599
+ * More cleanup prompted by last pull request.
600
+ * fixed my brain
601
+ * We found you, you little snot
602
+ * Trying to do too many things at once :/
603
+ * Added rvm_rbx_opts to example rvmrc with comments.
604
+ * This part needs more thought.
605
+ * More cleanup.
606
+ * ...
607
+ * ...
608
+ * Merge branch 'master' of git.overnothing.com:rvm
609
+ * Syntactical Cleanup.
610
+ * Added RBXOPT to environment file recording. Cleaned up environment files and code some.
611
+ * Defaut RBXOPT to -Xrbc.db and -Xagent.start, overrides by setting rvm_rbx_opt in rvmrc.
612
+ * Merge branch 'add_jruby_161_to_known' of https://github.com/sferik/rvm into sferik-add_jruby_161_to_known
613
+ * Missed a q.
614
+ * Add JRuby 1.6.1 to the list of known rubies
615
+ * Merge branch 'fix-install-errors' of https://github.com/chrislwade/rvm into chrislwade-fix-install-errors
616
+ * Default to Jruby-1.6.1
617
+ * Fix typos.
618
+ * Fix errors reported during install.
619
+ * Updated ebuild for latest release.
620
+ * People define "stable" by version numbers, so here I give them another #daft.
621
+ * Added rvm-exec to binscripts installation thanks to arrix.
622
+ * Removed eval from end of rvm-exec.
623
+ * Stick with builtin.
624
+ * Some cleanup.
625
+ * Merge branch 'issues/fix-missing-escape' of https://github.com/meineerde/rvm into meineerde-issues/fix-missing-escape
626
+ * Merge branch 'MagLev-25716' of https://github.com/MagLev/rvm into MagLev-MagLev-25716
627
+ * rvm-installer: fix typo in "--version latest" switch
628
+ * Added rvm-exec as per suggestion by Arrix Zhou.
629
+ * Updated to MagLev-25716
630
+ * Fix another typo
631
+ * Fix missing escape
632
+ * Slight cleanup of new function.
633
+ * Feature: rvm gemset search <gem name> strings
634
+ * Feature: rvm gemset search <gemname>
635
+ * Updated ebuild for latest release.
636
+
637
+ == Release 1.6.2
638
+ * Adjusted ps1_titlebar as recommended by @chrislwade.
639
+ * Merge branch 'MagLev-25681' of https://github.com/MagLev/rvm into MagLev-MagLev-25681
640
+ * F'n Solaris.
641
+ * already gone!
642
+ * Bugfix: rvm_make_flags_flag
643
+ * Adjusted ps1_titlebar
644
+ * Updated to MagLev-25681
645
+ * Merge branch 'master' of https://github.com/skaes/rvm into skaes-master
646
+ * Take rubygems to 1.6.2 until I can complete the new feature.
647
+ * Fixes bug with calling shopt with ZSH
648
+ * run autoconf if the configure script is older than configure.in
649
+ * Updated ebuild for latest release.
650
+
651
+ == Release 1.6.1
652
+ * Merge branch 'master' of https://github.com/MagLev/rvm into MagLev-master
653
+ * Merge branch 'ps1_titlebar' of https://github.com/thecatwasnot/rvm into thecatwasnot-ps1_titlebar
654
+ * Merge branch 'codegnome/issue-001' of https://github.com/CodeGnome/rvm into CodeGnome-codegnome/issue-001
655
+ * Merge branch 'codegnome/issue-002' of https://github.com/CodeGnome/rvm into CodeGnome-codegnome/issue-002
656
+ * Defaulting Rubygems version to 1.4.2 based on Evan Phoenix's recommendation.
657
+
658
+ == Release MagLev-25665
659
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
660
+ * Updated ebuild for latest release.
661
+
662
+ == Release 1.6.0 - https only.
663
+ * https AAAAARRRRRGGGGGGHHHHHHHHHHHHHHH
664
+ * __rvm_ask_to_trust(): Aligned 'yes or no' prompt.
665
+ * Better user messages for __rvm_ask_to_trust().
666
+ * Bumped minor version for HEAD.
667
+ * Updated ebuild for latest release.
668
+
669
+ == Release 1.5.4
670
+ * rvm use 1.2.3 => rbx-1.2.3
671
+ * Ensure extglob is on for r()
672
+ * Updated ebuild for latest release.
673
+
674
+ == Release 1.5.3
675
+ * Adding titlebar back for xterm in contrib/ps1_functions
676
+ * Altered new git status ps1 feature to minimize external calls.
677
+ * Merge branch 'git_status' of https://github.com/carlosgaldino/rvm into carlosgaldino-git_status
678
+ * Update to MagLev-25646
679
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
680
+ * Bugfix: adjusted printf.
681
+ * Adjusted rm_rf
682
+ * nn
683
+ * Fixed regression in 'require'
684
+ * Update to MagLev-25568. Fixes SEGV in MagLev FFI code on Linux
685
+ * show git status
686
+ * Removed extra escape.
687
+ * Updated branching logic thanks to prompting by hiroshi.
688
+ * Merge branch 'fix_branch_select_patterns' of https://github.com/hiroshi/rvm into hiroshi-fix_branch_select_patterns
689
+ * Fix patterns for $(git branch)
690
+ * Merge branch 'master' of https://github.com/wayneeseguin/rvm into macruby_repo_url_github
691
+ * Changed macruby_repo_url to github
692
+ * Merge branch 'master' of https://github.com/ashgti/rvm into ashgti-master
693
+ * Bugfix: call gemset_import in import(), thanks to hedge-hog.
694
+ * Update the ps1_set to escape all of the coloring parts so you can use a separator that is not a new line and not mess up your prompt. See contrib/ps1_functions for more detail.
695
+ * Create and add $rvm_bin_path if necessary
696
+ * Removed extra fi from removed test.
697
+ * Alter calculation of user_install detection.
698
+ * Go through full RVM path initialization in rvm-shell.
699
+ * Merge branch 'untar-ownership' of https://github.com/meineerde/rvm into meineerde-untar-ownership
700
+ * Merge branch 'cleanup_192_pre' of https://github.com/sferik/rvm into sferik-cleanup_192_pre
701
+ * Remove all 1.9.2 pre-releases now that 1.9.2 is final and stable
702
+ * Add -o parameter to all tar extractions to not use existing users and groups when running as root
703
+ * Set $rvm_prefix to actually allow to override the target $rvm_path
704
+ * Allow to actually set an install path other than /usr/local/rvm
705
+ * Add missing shift to allow '--version latest'
706
+ * if exec is called bypass loading libs.
707
+ * Merge https://github.com/arunagw/rvm into arunagw-56b6e97
708
+ * Merge branch 'master' of https://github.com/goncalossilva/rvm into goncalossilva-master
709
+ * Sanity check for the case we are not in a git branch.
710
+ * Merge remote-tracking branch 'upstream/master'
711
+ * Initialize the variables to make sure they are set.
712
+ * Updated ruby186gc for the latest patchlevels. RVM applies patches with -p1, changed patch headings accordingly.
713
+ * added the "ruby186gc" and "ruby187gc" patches
714
+ * Bugfix: remove symlink if it exists.
715
+ * Updated ps1_functions based on discussion with @0x44
716
+ * Fixed gems to gemset
717
+ * Only chown as root.
718
+ * Bugfix: if the hooks files are the same, only run once.
719
+ * More replacement of 'gems" to "gemset"
720
+ * Replacing gems to gemset in test/unit/gemset_test
721
+ * Modified PS4 again.
722
+ * Test for jruby 1.6.0. Default is jruby-1.6.0
723
+ * added working gcdata patch for mri 1.9.2-p180
724
+ * removed non-functional 1.9.3 gcdata patch
725
+ * Updated PS4 to a more readable version.
726
+ * s/exec/eval/:(
727
+ * I am so insanely daft that I make my pet rock look smart :/
728
+ * Adjusting rvmsudo for debugging.
729
+ * Bugfix: Globbing now works properly in zsh.
730
+ * Bugfix: Preserve arguments to rvmsudo.
731
+ * Bugfix: Keep bin path default scripts in sync. Copy instead of symlink.
732
+ * Bugfix: account for multiple digits and up to three.
733
+ * LOFL
734
+ * Adjusted binscripts methods.
735
+ * Bugfix: version detecting for macruby.
736
+ * Adjust for possibility that path is nil?
737
+ * Adjust cap integration for the removal of system-wide.
738
+ * Updated ebuild for latest release.
739
+
740
+ == Release 1.5.2
741
+ * Ensure etc_profile_file is assigned.
742
+ * Empty check.
743
+ * Missed gems, environments and wrappers.
744
+ * Ensure rvm path dirs exist.
745
+ * Explicit instead of implicit.
746
+ * vra tyop.
747
+ * Rebuild instead of migrate.
748
+ * Close if, silly!
749
+ * s/rvm_selfcontained/rvm_user_install/g
750
+ * More work on profiles.
751
+ * tyop
752
+ * Are we there yet?
753
+ * Automatic user profile setup, Yehuda might yell at me for putting this back ;)
754
+ * Always call setup_rvmrc
755
+ * Improved default rvmrc logic.
756
+ * Respect --path.
757
+ * More fine tweaking.
758
+ * New tactic, only load the associated rvmrc file :)
759
+ * Forcable AND direct!
760
+ * be more direct with setting rvm_path.
761
+ * dassinine - verb - daft and assinine
762
+ * Ahhh it is the token!
763
+ * Allow for rvm-installer x.y.z
764
+ * chmod +x !
765
+ * Determining install path comes first.
766
+ * More work on the installer.
767
+ * Turn on extended globbing.
768
+ * Added new rvm-installer script which combines all functionality of the install-latest install-head and get API.
769
+ * Merge branch 'master' of https://github.com/nerdyc/rvm into nerdyc-master
770
+ * profile.d scripts must be executable.
771
+ * LOL!
772
+ * Working on better profile.d logic.
773
+ * Update rvm ruby selector script to support MacRuby 0.10.
774
+ * .sh :(, thanks bradland !
775
+ * Symlink to prefix path bin, not hardcoded to /usr/local/bin
776
+ * Use /etc/profile.d if it exists, otherwise fall back on /etc/profile.
777
+ * Bugfix: I was a bit overzealous when escaping things :)
778
+ * Use the rubygems API as part of manage.
779
+ * Give the user more information during root installation.
780
+ * Merge branch 'master' of https://github.com/zendesk/rvm into zendesk-master
781
+ * Loading rvmrc fits better in install_setup.
782
+
783
+ == Release 1.5.1 - rvmrc files are now respected during installs.
784
+ * Respect main rvmrc files.
785
+
786
+ == Release 1.5.0, anything less is UNSUPPORTED :)
787
+ * Sneeky buggars!
788
+ * Updated update head script.
789
+ * FI fi fo fum!
790
+ * Fun with function names, w00t!
791
+ * So how about we actually append to the file, yes? :)
792
+ * What is in a name?
793
+ * Keep on drillin!
794
+ * Move parse args for clarity.
795
+ * More root canal work.
796
+ * RVM built in installer now handles root installation.
797
+
798
+ == Release 1.3.2
799
+ * MacRuby 0.10, w00t!
800
+ * Fixed an insanely daft bug.
801
+
802
+ == Release 1.3.1
803
+ * Fuck you system wide, fuck you.
804
+ * Explicitly do not load rvm.
805
+ * Determine paths separately from loading RVM.
806
+ * Use printf, rvm_error has not yet been loaded yet at this point.
807
+ * Lock and load.
808
+ * fixing rvm get x.y.z
809
+ * Merge branch 'purple-directory' of https://github.com/carlosgaldino/rvm into carlosgaldino-purple-directory
810
+ * Merge branch 'master' of https://github.com/zendesk/rvm into zendesk-master
811
+ * Refactored Install script, it is now much more readable and maintainable.
812
+ * turn off die on error in tmp cleanup trap for shell scripts that enable set -e
813
+ * Missed a spot :/
814
+
815
+ == Release 1.3.0
816
+ * Switching to a far superior rubygems download url, w00t!!! Thanks kotique!
817
+ * directory is now purple
818
+ * Escape as we do not mean a unicode sequence :)
819
+ * Added contrib to installer.
820
+ * Added ps1_functions to contrib/
821
+ * More trailing slash guards.
822
+ * Account for odd trailing slashes in install script.
823
+ * Remove i386 CPU_TYPE check since new macs return x86_64 Update to version 25506
824
+ * Switched from external calls to using $UID as suggested by methods.
825
+ * Finishing touches for kiji interpreter thanks to initiative by Blue Box Group.
826
+ * Merge branch 'master' of https://github.com/blueboxgroup/rvm into bbg
827
+ * Merge branch 'master' of https://github.com/yura/rvm into yura-master
828
+ * Merge branch 'master' of https://github.com/erikh/rvm into erikh-master
829
+ * Completely removed rvm_interactive_flag, checking directly each time as per recommendation by e2 for zsh.
830
+ * Autodetect rvm_interactive_flag every time
831
+ * Found a few more places...
832
+ * First flushout to add kiji.
833
+ * Fix ri generation
834
+ * don't need to emerge libxml since it's ruby package in gentoo and required ruby 1.8.7 to be emerged
835
+
836
+ == Release 1.2.9
837
+ * JRuby 1.6.0 is now default.
838
+ * Added rbx-1.2.3
839
+ * Update to MagLev-25439. Seaside works again.
840
+ * Added a project specific hook check.
841
+ * Bugfix: hooks :)
842
+ * Default to user install.
843
+ * Rubygems 1.6.2.
844
+ * Bugfix: Ensure we are in the correct directory during git operations for macruby-head
845
+ * 1.2.8
846
+ * JRuby 1.6.0.RC3
847
+ * Added default value for rvm_path.
848
+ * Merge branch 'master' of https://github.com/anl/rvm into anl-master
849
+ * Fix zsh completion
850
+ * correcting the man files installation locations
851
+ * ignoring .DS_Store files
852
+ * Merge branch 'mkdir_usr_local_lib' of https://github.com/hiroshi/rvm into hiroshi-mkdir_usr_local_lib
853
+ * Merge branch 'master' of https://github.com/re5et/rvm into re5et-master
854
+ * packages script was broken, typo fixed.
855
+ * in case of missing /usr/local/lib directory
856
+ * Updated docs for get.
857
+ * Added rvm get master which does the same as rvm get head for sensitive people. Moved packaging script functions into functions dir.
858
+ * Updated MagLev to 25375 after fixing C-extension problems
859
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
860
+ * Added RubyGems 1.6.1 URL and md5.
861
+ * Update to MagLev 25370
862
+ * Remove hard-coded /usr/local.
863
+ * More progress on expanding the rails_routes script, r() also.
864
+ * Added scripts/extras.
865
+ * Moved rails CLI helper functions script from contrib to scripts/extras.
866
+ * Added rails_routes to rails helper function r() script.
867
+ * Added screen test when sourcing rvm .
868
+ * Bugfix: zsh cd loading.
869
+ * Remove warning from gemset copy.
870
+ * Added a comment.
871
+ * More cleanup in gemsets.
872
+ * Ensure that rvm_gemset_name is unset for gemset copy.
873
+ * Unset gemset name.
874
+ * Respect PAGER while still protecting from .rvmrc based attacks.
875
+ * ZSH auto_name_dirs feature is troublesome :)
876
+ * Added comments and a sanity check to the trap.
877
+ * Shut your trap!
878
+ * Merge branch 'disk_usage_symlink' of https://github.com/ilikepi/rvm into ilikepi-disk_usage_symlink
879
+ * fixed gemset completion function .
880
+ * Explicit match.
881
+ * Directory check on ruby gem home.
882
+ * Set current to 1.6.0
883
+ * Added md5 and URL for RubyGems 1.6.0.
884
+ * Adjust __rvm_fetch_ruby based on suggestions by brixen.
885
+ * Add trailing '/' so disk-usage can handle symlinks
886
+ * --disable-install-doc flag set by default.
887
+ * Merge branch 'master' of https://github.com/pedz/rvm into pedz-master
888
+ * Load __rvm_db as part of base.
889
+ * Bugfix: The patchlevel tried to run away!!!
890
+ * Remove GEM_HOME and GEM_PATH from initialize export.
891
+ * Bugfix: load rvm reset where used.
892
+ * Merged back in all my previous changes
893
+ * Export rvm_ruby_repo_branch
894
+ * Silence silly messages.
895
+ * Removed no longer necessary n* case from selector.
896
+ * Install 1.8.7 dep with a clean env
897
+ * Ruby name now propigates in selector.
898
+ * te hee!!! You see nothing!
899
+ * Remove empty extract target directory.
900
+ * Feature: Named rubies can now be any alphanumeric sequence at the end of the ruby string, no more -n necessary. In fact -n will be removed "soon".
901
+ * Feature: -n/--name [name] to name a ruby, in addition to -n in ruby string.
902
+ * Removed leftover function call.
903
+ * Cleanup setup & initialize some more.
904
+ * Take that ye variable leech!
905
+ * Bugfix: keep exports in cd until the last second.
906
+ * Ensuring all vars are set for project rvmrc loading.
907
+ * Reorganization and cleanup. scripts/utility => scripts/functions/*
908
+ * Missed an exit.
909
+ * Added help for install
910
+ * Bugfix: hard exit when error occurs during ruby install.
911
+ * Bugfix: Proper globbing for rvm gemset import.
912
+ * Seperate returned list from rubies list.
913
+ * Check for matches first.
914
+ * Added ncurses-dev to ruby dependencies on apt based systems.
915
+ * Alter __rvm_18_compat_ruby to explicitely exclude macruby,goruby,jruby,anything not matching.
916
+ * Added ~amd64 to KEYWORDS in ebuild templates.
917
+ * Missed a flag for unset, simplified match()
918
+ * Missed a variable for env cleanup.
919
+ * Type based removal.
920
+ * Removed a bit of redundancy.
921
+ * Adjusted installer script sourcing.
922
+ * Install check should not be quoted.
923
+ * Only install 1.3.7 for Ruby 1.8.6.
924
+ * Be far more precise when copying install files and directories over.
925
+ * Merge branch 'rbx-1.2.2' of https://github.com/sferik/rvm into sferik-rbx-1.2.2
926
+ * Add rubygems 1.5.3
927
+ * Add rubinius 1.2.2
928
+ * Cleanup unused checksums
929
+ * Merge branch 'master' of git.overnothing.com:rvm
930
+ * Rename $path to $target in __rvm_rm_rf
931
+ * Add in a patch level for rubinius 1.2.2
932
+ * Bugfix: stupididity.
933
+ * Rebase when pulling.
934
+ * Tyop.
935
+ * Missed a ;
936
+ * All rm -rf calls now use a _slightly_ safer __rvm_rm_rf with some sanity checks in place. Thanks Sven!
937
+ * Adding some sanity checks around rms
938
+ * Added sanity check to rm for tmp cleanup, suggested by sven schwyn.
939
+ * Merge branch 'master' of https://github.com/caius/rvm
940
+ * Bugfix: Manage script variable truncation.
941
+ * Stop ZSH warning about unmatched globs by setting an option.
942
+ * Revert "Supress a warning when cleaning up ./tmp under ZSH"
943
+ * Merge branch 'master' of https://github.com/ferrous26/rvm
944
+ * Supress a warning when cleaning up ./tmp under ZSH
945
+ * Began revising get to be able to specify a specific revision.
946
+ * cd will need some work to be configurable for scripts.
947
+ * MacRuby latest release is now version 0.9
948
+ * More cleanup.
949
+ * Bugfix: missing variable name. Thanks tilthouse.
950
+ * arg*v!
951
+ * rvm tmp path.
952
+ * Properly cleanse rvm environment.
953
+ * Ignore .rvmrc :)
954
+ * Add pkg/ to gitignore.
955
+ * Added functions.
956
+ * Rollback cd.
957
+ * Wrappers and environments.
958
+ * Temp path configurable.
959
+ * Cleanup, aisle _
960
+ * Config path configurable.
961
+ * gemsets & hooks.
962
+ * rvm_scripts_path configuration variables.
963
+ * Added in rvm_archives_path config.
964
+ * Missed a "
965
+ * Initialize variables.
966
+ * Where did they go?!
967
+ * Consistently use rvm_rubies_path for ruby installation path setting.
968
+ * Merge branch 'master' of https://github.com/MagLev/rvm into MagLev-master
969
+ * Removed VERSION.yml symlink.
970
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
971
+ * Added comment to leave the eval.
972
+ * Call__rvm_rvmrc_tools for escaping
973
+ * Bump head version to 1.2.8
974
+ * Updated manifest.
975
+ * Merge branch 'master' of git.overnothing.com:rvm
976
+ * Updated manifest for only the gem release files.
977
+ * Make scripts/migrate deal correctly with the base gemset
978
+ * use -eq insetad of = for an integer test
979
+ * New release - MagLev 25239
980
+ * Merge branch 'system-installer-rev-fix' of https://github.com/fnichol/rvm into fnichol-system-installer-rev-fix
981
+ * Fetch more history in install-system-wide when called with --revision.
982
+ * Use correct gemset file name.
983
+ * Merge branch 'gemsets-import' of https://github.com/docwhat/rvm into docwhat-gemsets-import
984
+ * Merge branch 'master' of https://github.com/ferrous26/rvm into ferrous26-master
985
+ * Merge branch 'master' of https://github.com/sferik/rvm into sferik-master
986
+ * Merge branch 'master' of https://github.com/sikachu/rvm into sikachu-master
987
+ * Merge branch 'master' of https://github.com/xing/rvm into xing-master
988
+ * Merge branch 'master' of https://github.com/wt/rvm into wt-master
989
+ * Update for MagLev 23515
990
+ * REE 2011.03 now default for ree.
991
+ * fixed typo that prevents cloning ruby via https
992
+ * Update installation procedure in README
993
+ * Swap find args so that find doesn't complain.
994
+ * Unset rvm_ruby_name when cleaning up.
995
+ * MacRuby nightly builds are now on version 0.10
996
+ * Add 1.9.1-p431 as default 1.9.1
997
+ * Non-awk way to import configuration files for gems.
998
+ * No grep for you sed I!
999
+ * Act on Christian's suggestion to use new current_gemset function in info script.
1000
+ * Added Christian's function to utility.
1001
+ * Formatting.
1002
+ * 'rvm gemset list' now has a '=>' for the currently used gemset
1003
+ * Updated usage and help.
1004
+ * SANITYFIX: rvm upgrade [source] [destination]
1005
+ * added full path to usermod
1006
+ * Fix bug where "rvm gemdir" was throwing an "unknown action" error
1007
+ * New ree release, fixed a tyop.
1008
+ * Use a case for argument parsing in alias.
1009
+ * Bugfix: rvm help get works as intended now.
1010
+ * MagLev 25289.
1011
+ * Annotations and consolidation.
1012
+ * Removed update added get to usage output.
1013
+ * Merge branch 'master' of https://github.com/spastorino/rvm into spastorino-master
1014
+ * Add 1.9.2-p180
1015
+ * Add 1.8.6-p420
1016
+ * Fix to add rvm/environment/wrapper to RVM::Environment.
1017
+ * Bugfix: allow 'rvm @gemsetname' to switch gemsets
1018
+ * Bugfix: test for ree version #
1019
+ * Added extra arg check.
1020
+ * Default action to use.
1021
+ * Moved usage from flags section into command section.
1022
+ * alnum fool!
1023
+ * Refactored argument parsing for more efficiency / less checking to reach end goal.
1024
+ * Reordered ruby check.
1025
+ * Reordered checks in cli parse args
1026
+ * Removed old matcher case.
1027
+ * sgr0 is safer than setaf 9.
1028
+ * Altered logging function definitions.
1029
+ * Bugfix: Adjust pattern match, thanks to thomasfedb for pointing this out.
1030
+ * 1.8.7-p334 is now default.
1031
+ * bye bye now!
1032
+ * Pulled logging internal.
1033
+ * Squeaked even more performance into the selector straight shell builtin case.
1034
+ * Performance improvement centered around the selector.
1035
+ * Merge branch 'speed-up-cd-hook' of https://github.com/tastapod/rvm into tastapod-speed-up-cd-hook
1036
+ * Replaced call to grep with case match to speed things up. Replaced for loop with 'env|while read' to protect env vars with spaces.
1037
+ * Fix call to unset causing the real result of rvmrc trustworthiness to be lost.
1038
+ * Minor version bump.
1039
+ * Added an ERROR message with an exit when JAVA 1.3 / 1.4 detected for jruby install
1040
+ * Added warning when java version is old when installing JRuby.
1041
+ * Merge branch 'master' of https://github.com/fnichol/rvm
1042
+ * Fixed syntax.
1043
+ * Merge branch 'master' of https://github.com/victorluft/rvm into victorluft-master
1044
+ * Merge branch 'master' of https://github.com/cr0t/rvm into cr0t-master
1045
+ * Extract install dir from rbconfig.
1046
+ * Account for Rubinius when altering rubygems versions.
1047
+ * Tyop fix.
1048
+ * Added Rubinius 1.2.1 to known list.
1049
+ * Allow Rubinius to change rubygems versions.
1050
+ * Fixed rvm_ree_options autosetter to --no-tcmalloc on Darwin systems
1051
+ * Added emerge line for notes.
1052
+ * Bugfix: when using --ree-options be sure to use the parameters passed in. Thanks to dmilith for catching this.
1053
+ * Update group modification support in install-system-wide for SuSE.
1054
+ * WTF??? Seriously? A new Repo? Save a tree, use branches!
1055
+ * Default ree is now ree-1.8.7-2011.01.
1056
+ * Rubygems 1.5.2 is now default.
1057
+ * Removed old maglev md5 sums
1058
+ * Maglev version 25223 is now default
1059
+ * Added jruby-1.6.0.RC2 to known list.
1060
+ * Setting a default ruby now creates ~/.rvm/bin/<binary> for each binary in the default wrapper directory.
1061
+ * Rubygems 1.5.1 is now default.
1062
+ * Fix gemset copy to be able to use non-complete gemset name. (I.E. @gemset or 1.9.2@gemset instead of ruby-1.9.2-p136@gemset)
1063
+ * Fix API method typo (gemset_intial -> gemset_initial).
1064
+ * Merge branch 'master' of https://github.com/aef/rvm into aef-master
1065
+ * Reverted JRuby 1.6.0.RC1 to be the default choice for JRuby
1066
+ * Merge branch 'master' of https://github.com/Innova/rvm into Innova-master
1067
+ * Merge branch 'rvmrc_fixes' of https://github.com/tpope/rvm into tpope-rvmrc_fixes
1068
+ * README.
1069
+ * Removed unsetting of rvm_path and rvm_prefix since these are required in several scenarios to be pre-set.
1070
+ * Separated out RVM version from RVM API version.
1071
+ * Added a version file back in.
1072
+ * Added files back into API gem.
1073
+ * Damn I suck... no more lisp and ruby at the same time. brain gone
1074
+ * Oops! Needed to deal with VERSION.yml going away
1075
+ * Added jruby-1.6.0.RC1 to the known rubies
1076
+ * Fixed licence annotation at the end of README thanks to zenspider.
1077
+ * Moved from jeweler to hoe (mostly... needs check my wayneeseguin)
1078
+ * Moved pkg to meta
1079
+ * Fixed variable initialization problems in scripts/rvm
1080
+ * MagLev 25186
1081
+ * Fixed typo in utility script
1082
+ * Fix typo
1083
+ * Prevent false matches on gems in .rvmrc bundling
1084
+ * Clean up run-on sentences in .rvmrc
1085
+ * Don't output bundle binary path from .rvmrc
1086
+ * Bugfix: odd tyop in help script.
1087
+ * Reworded rubygems line in README.
1088
+ * Feature: rvm RTFM
1089
+ * Bugfix: rvm gemset copy now works as intended.
1090
+ * Create destination gemset if it does not exist.
1091
+ * Removed contentious comment.
1092
+ * Updated ebuild for latest release.
1093
+
1094
+ == Release 1.2.6
1095
+ * Feature: rvm rubygems remove.
1096
+ * Removed obsoltete items from README.
1097
+ * Bugfix: correct path to log.
1098
+ * If revision is "head" then recenter to "master" for a git fetch.
1099
+ * Use builtin rubygems command to update to current during manage install.
1100
+ * Updated ebuild for latest release.
1101
+
1102
+ == Release 1.2.5
1103
+ * Added Rubygems 1.5.0 md5
1104
+ * Rubygems 1.5.0 is 1.9 compatible, w00t!!!
1105
+ * How the Eff did that happen???
1106
+ * Its SunOS not Solaris-x86
1107
+ * Bugfix: Default rvm_promptless to 0.
1108
+ * Merge branch 'solaris' of https://github.com/kylef/rvm into kylef-solaris
1109
+ * Merge branch 'solaris-install' of https://github.com/kylef/rvm into kylef-solaris-install
1110
+ * jruby-head needs ant and a jdk to install (updated for Ubuntu).
1111
+ * Bootstrap script should pass --default flag, good catch Sutto.
1112
+ * RVM uses the Apache Licence v2.0.
1113
+ * Added "ls" as an alis for the list command, ala pik.
1114
+ * Make install-system-wide support SunOS
1115
+ * Properly detect if its a 64bit Solaris-x86 machine or not
1116
+ * always pull from remote repo when installing from head
1117
+ * Bugfix: tyop, thanks to rsim for pointing it out.
1118
+ * Added info message when trying http url.
1119
+ * Fixing macruby-head bug.
1120
+ * Create destination during a copy.
1121
+ * Merge branch 'master' of https://github.com/timfel/rvm into timfel-master
1122
+ * Slight refactoring in rvm-prompt.
1123
+ * Allow to use characters in prompt like virtualenv for python
1124
+ * Bugfix: logic error, thanks to lfalcao for pointing this out.
1125
+ * Fixed a tyop thanks to telemachus.
1126
+ * Added bootstrap_rails_environment contrib script.
1127
+ * force re-setting of GemStone url, otherwise downloads won't work, if the URL has already been set in the env
1128
+ * Updated ebuild for latest release.
1129
+
1130
+ == Release 1.2.4
1131
+ * WTSyntax?
1132
+ * Updated ebuild for latest release.
1133
+
1134
+ == Release 1.2.3
1135
+ * Added libxslt/libyaml to usage output.
1136
+ * Merge branch 'master' of https://github.com/sunteya/rvm into sunteya-master
1137
+ * Bugfix: tyop.
1138
+ * Added libyaml package.
1139
+ * Maglev 25051 is now default.
1140
+ * The 'rvm remove' will re-delete environments and binaries
1141
+ * Merge branch 'base-typo' of https://github.com/jcf/rvm into jcf-base-typo
1142
+ * Merge branch 'rvm-current' of https://github.com/jcf/rvm into jcf-rvm-current
1143
+ * Second patch by lordzork + slight syntax cleanup twards the project standard.
1144
+ * Applied patch by lordzork.
1145
+ * Removed =~ usage for older shells, thanks to cosine.
1146
+ * Correct a typo in a comment within scripts/base
1147
+ * rvm current
1148
+ * Default rvm_path and rvm_prefix to exported environment variables then empty string. Thanks to agreif for pointing out the issue.
1149
+ * Updated ebuild for latest release.
1150
+ * Defaulting RubyGems to 1.4.2 for allowed interpreters (MRI 1.8.X).
1151
+ * Doublejump!
1152
+ * Also escape forward slashes for awk match.
1153
+ * Reorder our escape sequence :)
1154
+ * Awww.. c'mon ... you saw them too?!
1155
+ * But I *like* backslashes :(
1156
+ * It is amazing how much one lil dot can affect things :)
1157
+ * Adjusted trust check logic.
1158
+ * Adjust for when USER is not set.
1159
+ * Use escape when checking trustworthiness
1160
+ * Version bump to 1.2.2
1161
+ * Adding a packaged version of rvm and a new rvm-install script which uses the version packaged in the gem. Thanks to vkushner for the conversation :)
1162
+ * Missed a file.
1163
+ * Feature: use a user directory in order to store user settings instead of the config/ dir. This also fixes the "disappearing rvmrc" bug.
1164
+ * Support JRuby's .RCX kinkyness.
1165
+ * Added escape flag for db.
1166
+ * Escaping keys in the db :)
1167
+ * Added rvm_always_trust_rvmrc_flag to examples.
1168
+ * Only for ruby interpreter use svn like branch calculation.
1169
+ * Applying zenspider's patch
1170
+ * Account for possibility that rvm_path is not set.
1171
+ * Trust a .rvmrc file if rvm_always_trust_rvmrc=1 is set in ~/.rvmrc or /etc/rvmrc regardless of contents if it is trusted once. Thanks to yonahw for this!
1172
+ * Remove file before writing to it in gemset export.
1173
+
1174
+ == Release 1.2.1
1175
+ * Altering loading of override_gem.
1176
+ * Clear all traps upon successful teardown. Call rvm teardown on trap.
1177
+ * Merge branch 'master' of https://github.com/adammck/rvm into adammck
1178
+ * Added a check to ensure /etc/rvmrc exists before sourcing it, thanks to pedz for the heads up.
1179
+ * Bugfix: account for unset variables, thanks to zenspider for pointing it out.
1180
+ * add rvmrc test.
1181
+ * fix trailing space bug, and improve tests.
1182
+ * add minimal unit tests for 'rvm [un]export'.
1183
+ * add minimal docs for [un]export.
1184
+ * add 'rvm export' and 'rvm unexport' actions.
1185
+ * Make sure \n is literally printed in the .rvmrc file, as opposed to being interpolated
1186
+ * Bugfix: escape quotes inside .rvmrc template.
1187
+ * Updated ebuild for latest release.
1188
+
1189
+ == Release 1.2.0
1190
+ * Bugfix: ensure that .rvmrc files are output exactly as they are ignoring escape sequences.
1191
+ * Updated ebuild for latest release.
1192
+
1193
+ == Release 1.1.13
1194
+ * Fixed a daft tyop, thanks to El_Picador for pointing this out.
1195
+ * Be more verbose by default for users.
1196
+ * Increased verbosity and clarity of the .rvmrc file, also made it more DRY.
1197
+ * Revert to printf since log has been removed. Thanks to khasse for bringing this up
1198
+ * Bugfix: Nono RVM, Bad touch!
1199
+ * Updated ebuild for latest release.
1200
+
1201
+ == Release 1.1.12
1202
+ * Bugfix: tyop with syntax.
1203
+ * Ruby repository uses 'trunk' as 'master'
1204
+ * Install -head MRI Rubies via github.
1205
+ * Removed legacy rvm-install
1206
+ * Bugfix: Ensure archives directory exists for latest.
1207
+ * Removed configure env setup from manage, leaving for libraries
1208
+ * Added libc6-dev to aptitude installation notes.
1209
+ * Updated ebuild for latest release.
1210
+
1211
+ == Release 1.1.11
1212
+ * Added *.rbc to gitignore.
1213
+ * Comment out archflags for now.
1214
+ * Updated rvm-get-latest
1215
+ * Bugfix: rvm get latest, variable correction.
1216
+ * Updated ebuild for latest release.
1217
+
1218
+ == Release 1.1.10
1219
+ * Merge branch 'archflags'
1220
+ * Swithed install head script to use https, install latest script now checks md5.
1221
+ * Archflags working on packages, not quite yet on rubies.
1222
+ * Added some varaibles to cleanup.
1223
+ * Removed extra trailing slashes
1224
+ * Updated ebuild for latest release.
1225
+
1226
+ == Release 1.1.9
1227
+ * Rubygems 1.4.1
1228
+ * Added newline as requested by daniely.
1229
+ * Merge branch 'master' of git.overnothing.com:rvm
1230
+ * Do not unconditionally call project rvmrc when cli is loaded, this is taken care of when RVM is loaded in scripts/rvm
1231
+ * Add in zlib-gc-fix for 1.8.7 and ree, Fixing issues with bundler installing gems.
1232
+ * Updated ebuild for latest release.
1233
+ * Adjusted rvm notes for JRuby on aptitude hosts.
1234
+
1235
+ == Release 1.1.8
1236
+ * Bugfix: rvm remove --gems X now uses full paths to avoid any possible CWD issues. Thanks to agrimm for bringing this to our attention.
1237
+ * Bugfix: unbound variable in cli.
1238
+ * Use rvm_promptless for the rvm-auto-ruby and the like to avoid hangs in things like TextMate
1239
+ * libruby osx arch patch for 1.9.1 and 1.9.2
1240
+ * Added openssl-devel to yum distro notes.
1241
+ * Updated ebuild for latest release.
1242
+
1243
+ == Release 1.1.7
1244
+ * ruby-1.9.2-p136
1245
+ * ruby-1.8.7-p330
1246
+ * MagLev 24924
1247
+ * Merge branch 'fix_test_suite' of https://github.com/txus/rvm into txus-fix_test_suite
1248
+ * Fix: test suite refers to unknown dir
1249
+ * Fix typo on rbx-1.2.0
1250
+ * rbx-1.2.0-20101221
1251
+ * Missed 2 sed's, thanks to gabebw for pointing this out.
1252
+ * Merging in patch by iLikePi.
1253
+ * Practice safe sed :)
1254
+ * Merge branch 'master' of https://github.com/cdunn2001/rvm into cdunn2001-master
1255
+ * Merge branch 'fix-191-version' of https://github.com/gabebw/rvm into gabebw-fix-191-version
1256
+ * Zsh completion of gemsets trailing rubies (#84)
1257
+ * What, you mean you actually want to compile something???
1258
+ * config/known now shows correct ruby-1.9.1-p378
1259
+ * Append to file, again thanks for the heads up cdunn2001.
1260
+ * Change over-write to append; same as previous change by wayne, different line.
1261
+ * Append to file, thanks for the heads up cdunn2001.
1262
+ * Updated ebuild for latest release.
1263
+
1264
+ == Release 1.1.6
1265
+ * Updated post intsall message for the gem releases.
1266
+ * Solaris, why can you not play nice with others???
1267
+ * Altered the way PATH is cleaned to get things working on Solaris.
1268
+ * Make implode take into account other items including wrappers
1269
+ * Bugfix: Macruby gem command now respects gemsets.
1270
+ * MagLev 24864
1271
+ * standardise the display of known rubies and their defaults eg. macruby[-0.8] rather than macruby-[0.8]
1272
+ * Updated ebuild for latest release.
1273
+
1274
+ == Release 1.1.5
1275
+ * MacRuby 0.8 is now default.
1276
+ * Added informational output when --static is used.
1277
+ * Bugfix: Allow rvm_static_flag to pass through.
1278
+ * Feature: --static for statically built MRI Rubies. Removed RVM installation from RVM API gem.
1279
+ * Switched to https.
1280
+ * Added line numbers to the default irbrc prompt
1281
+ * Temporary fix for the project rvmrc bug w/ path-identifier
1282
+ * Escape aliases in the shell wrapper, correctly export the shell variables in environment.rb
1283
+ * Escape a grep in selector.
1284
+ * Tweaked version check / exporting rvm_version.
1285
+ * Removed unused extra variable.
1286
+ * Updated ebuild for latest release.
1287
+
1288
+ == Release 1.1.4
1289
+ * Feature: 'rvm gemset list_all'. Thanks to jedmtnman.
1290
+ * Merge branch 'master' of https://github.com/blueboxgroup/rvm into blueboxgroup-master
1291
+ * Patch to resolve issues experienced with a missing rvm_path command.
1292
+ * Handle md5 in fetch on OpenBSD. Thanks to Andrew Gwozdz
1293
+ * Bugfix: When NOT root :) thanks jonathonstorer.
1294
+ * Switch from whoami to id for POSIX compatibility as suggested by rockyb.
1295
+ * gem install jruby-launcher after installing any jruby.
1296
+ * Added jruby-launcher to JRubys global gemset.
1297
+ * Further quoting fixes.
1298
+ * Bugfix: Properly quote when -e is called.
1299
+ * Added libxslt to the recommended dependencies list, thanks laomao!.
1300
+ * Bugfix: Clear defaults and delete alias when system is set as default. Do not output the alias deletion (twice even!) Thanks to dreamcat4 for this.
1301
+ * rake install macruby via rvmsudo.
1302
+ * Updated ebuild for latest release.
1303
+
1304
+ == Release 1.1.3
1305
+ * Merged in a tweaked version of robotarmy's OPenBSD patch.
1306
+ * JRuby 1.5.6 is now default.
1307
+ * Acted upon Dreamcat4's recommendation.
1308
+ * Load rvmrc when rvm is sourced.
1309
+ * Allow setting of rvm_tmp_path in ~/.rvmrc
1310
+ * Updated ebuild for latest release.
1311
+
1312
+ == Release 1.1.2
1313
+ * Merge branch 'master' of https://github.com/wingrunr21/rvm into wingrunr21-master
1314
+ * Merge branch 'darwin_notes_abandon_system_ruby' of https://github.com/billgathen/rvm into billgathen-darwin_notes_abandon_system_ruby
1315
+ * rvm install goruby
1316
+ * Update system wide installer for Darwin support
1317
+ * Bugfix: 'rvm --default system' now works as expected
1318
+ * Reset when system is set as default.
1319
+ * Allow selecting git branches via --branch when installing a Ruby.
1320
+ * Bugfix: setting default now properly creates an alias again. rvm list default also works again.
1321
+ * Tyop fix, thanks to nirvdrum.
1322
+ * Added rvm_ruby_name to variable unset section thanks to rocky.
1323
+ * I usually run rvm interactively logged in as myself, but got a confusing error when I tried to have my webserver running as www-data source it to use in a setup script. Hopefully this change will make it clearer to anyone trying to do the same thing.
1324
+ * Updated ebuild for latest release.
1325
+
1326
+ == Release 1.1.1
1327
+ * Egg enhancement.
1328
+ * Ensure that when using an RVM Ruby BUNDLE_PATH is unset.
1329
+ * rvm gemset import output is a bit nicer.
1330
+ * Merge error & log files into a single log file.
1331
+ * libreadline5 => libreadline6
1332
+ * s/git/git-core/ for ubuntu packages.
1333
+ * Added libyaml-dev to ruby deps on Ubantos.
1334
+ * Added after cd hook to latest zsh.
1335
+ * Added before & after do hooks.
1336
+ * Added before_install / after_install hooks.
1337
+ * Revert "a few more quotes"
1338
+ * When installing as user always install to ~/.rvm
1339
+ * a few more quotes
1340
+ * A quoting we will go!
1341
+ * Added notice upon script entry.
1342
+ * Yeah... I'm going to pretend that I did not just do that, join me please.
1343
+ * Bugfix: rvm install 1.8.7,1.9.2
1344
+ * Silence grep for BUNDLE_PATH.
1345
+ * Bugfix: only adjust environments files if the directory exists.
1346
+ * I *love* it when interpreter authors are highly responsive, go brixen!!!
1347
+ * Check for BUNDLE_PATH before replacing.
1348
+ * Bugfix: remove the prefix path before configuring for rbx.
1349
+ * Bugfix: Remove the destination prefix path for rbx install.
1350
+ * Bugfix: Clean BUNDLE_PATH from environments on install.
1351
+ * Removed shyouhei/mputs interpreter install as it is no longer necessary or maintained given the official ruby github mirror.
1352
+ * Bugfix: Remove destination path when updating from github.
1353
+ * Updated ebuild for latest release.
1354
+
1355
+ == Release 1.1.0 (aka 1.0.23) discontinues use of BUNDLE_PATH and global gems are now picked up by Bundler (1.0.5+).
1356
+ * Updated ebuild for latest release.
1357
+
1358
+ == Release 1.0.23. Bundlercats ho!!!
1359
+ * No longer use BUNDLE_PATH. Three cheeers for team Bundler! w00t! w00t! w00t!
1360
+ * Indicated that rbx-head is default for rbx.
1361
+ * Add Rubinius 1.1.1
1362
+ * Fix build of macruby-nightly
1363
+ * Bugfix: default rvm_cd_complete_flag to 0
1364
+ * Changed rvm_trust_rvmrcs to rvm_trust_rvmrcs_flag=1, as it is a flag. Take Note Folks!
1365
+ * Updated ebuild for latest release.
1366
+
1367
+ == Release 1.0.22 - The quirkey release.
1368
+ * Feature: rvm_cd_complete_flag for ~/.rvmrc.
1369
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1370
+ * Add bug fix for rvm tools path-identifier (and hence support in passenger).
1371
+ * Default rbx version is now head.
1372
+ * Bugfix: Detect rvm function load.
1373
+ * Bugfix: properly call "less -X" as default PAGER, thanks to lmarburger for the heads up.
1374
+ * Bugfix: Working function load test for both sh and bash/zsh.
1375
+ * Tyop Fix: it appears that visually rvm and ruby interchange when reading quickly... Thanks again to aspiers.
1376
+ * Adjusted wording for more clarity, thanks to aspiers.
1377
+ * Bugfix: Allow RVM loading detection to work with sh, thanks to David Black.
1378
+ * call less -X to stop the screen from clearing.
1379
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1380
+ * Tweaked the nice patch by James Blanding.
1381
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1382
+ * More traditional behavior for './install --help'
1383
+ * Another string readability tweak.
1384
+ * See the diff, rvm install ree -C --with-readline-dir=$rvm_path/usr,--with-iconv-dir=$rvm_path/usr,--with-zlib-dir=$rvm_path/usr,--with-openssl-dir=$rvm_path/usr was oldskool, now it is rvm install ree --with-readline-dir=$rvm_path/usr --with-iconv-dir=$rvm_path/usr --with-zlib-dir=$rvm_path/usr --with-openssl-dir=$rvm_path/usr
1385
+ * bumping jruby to 1.5.5
1386
+ * Some cleanup of selector.
1387
+ * Bugfix: gemset name persisting after failed use issue. https://gist.github.com/607116 Thanks be to george.
1388
+ * Bugfix: "rvm 1.8.7 test.rb" now works as expected, Thanks to Alex Chaffee
1389
+ * Merge branch 'master' of git.overnothing.com:rvm
1390
+ * Bugfix: do not include /bin in GEM_PATH. Thanks to cube!
1391
+ * Bugfix: error when "1.8" or "1.9" is used.
1392
+ * Thanks valeri_ufo!
1393
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1394
+ * Addressing the concerns of portsnap.
1395
+ * Adjust handling of CDPATH to honor new IFS value
1396
+ * Make sure you use the unaliased grep
1397
+ * Updated ebuild for latest release.
1398
+
1399
+ == Release 1.0.21
1400
+ * Bugfix: "rvm install 2.9.2" now fails as expected
1401
+ * Fixed possible format string vulnerability.
1402
+ * Fixes a problem where tab completion didn't work when a directory in the path contained a space.
1403
+ * Updated ebuild for latest release.
1404
+
1405
+ == Release 1.0.20
1406
+ * Bugfix: remove src dir if it already exists before moving extracted dir over.
1407
+ * Bugfix: unset rvm_ruby_package_file as well.
1408
+ * Patch by Darcy Laycock <sutto@sutto.net> "Convert to an array correctly."
1409
+ * Bugfix: properly return bison check code. Thanks to joukokar for this.
1410
+ * Convert to an array correctly
1411
+ * Suppose (and not Supose)
1412
+ * Added instructions for abandoning Snow Leopard system ruby.
1413
+ * Handle /D<Tab> cases so they don't try 'Documents'.
1414
+ * Fix cd tab-completion.
1415
+ * Added instructions for abandoning Snow Leopard system ruby.
1416
+ * Just finish to put comments to better docs
1417
+ * Put some comments in info and add comments in the #use method
1418
+ * Add some example in list informations about environments
1419
+ * The #env_contents should return a array
1420
+ * Added some comments in env methods (It's better for rdoc =-)
1421
+ * Bugfix: 'rvm rubygems 1.3.7' thanks to Matthew McEachen (mrm_adgrok) w00t!
1422
+ * MagLev 24566
1423
+ * Stick to the most standard tool for Ruby in RVM default gemsets, users can add their own.
1424
+ * Backed out rvm_export_if_set, sorry teleological too big of a performance hit. There must be another way.
1425
+ * Enable alias complettion for zsh
1426
+ * Fixed: s/rvm update --head/rvm get head/, thanks to Nathan Youngman.
1427
+ * Updated update-head script
1428
+ * Updated ebuild for latest release.
1429
+
1430
+ == Release 1.0.19
1431
+ * Added scripts/get.
1432
+ * Bugfix: Turn off error tracing when done.
1433
+ * Features: 'rvm get latest' and 'rvm get head', Depreciated: 'rvm update' and 'rvm update --head'
1434
+ * Tweaking for when USER is undefined.
1435
+ * Hardcode location of sysctl on OSX, thanks to shigeya@wide.ad.jp
1436
+ * Updated ebuild for latest release.
1437
+
1438
+ == Release 1.0.18
1439
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1440
+ * unsetting RUBYLIB / RUBYOPT thanks to suggestion by khaase
1441
+ * SHA should be short not long
1442
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1443
+ * Updated ebuild for latest release.
1444
+
1445
+ == Release 1.0.17
1446
+ * I believe this is a bug fix
1447
+ * Further tweaked fetching user name.
1448
+ * Switched user name retrieval to "git config user.name", thanks cypher23
1449
+ * re-comment cd completion code.
1450
+ * Manually applied patch by teleological. http://github.com/teleological/rvm/commit/21d6083db3fffc5fa92b9ea8814f3f28f7e48c7f
1451
+ * Bugfix: unset rvm_head_flag with ruby variables, thanks koraktor.
1452
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1453
+ * Bugfix thanks to mbarnett: Fixes an issue where cd completion will fail completely if any directories in CDPATH do not exist.
1454
+ * Fixes rvm update problem on zsh.
1455
+ * Fix Ubuntu notes.
1456
+ * Updated md5 file.
1457
+ * Commented out _rvm_cd_complete for now, unsure as to the purpose of it.
1458
+ * Bugfix: Account for rvm_ruby_version being empty.
1459
+ * Bugfix: properly compute next token for --branch
1460
+ * Updated ebuild for latest release.
1461
+
1462
+ == Release 0.1.16: The NYC.rb Release.
1463
+ * flags should be tested as integers and be sure to account for nil
1464
+ * Only trigger loading of rvmrc if in an interactive shell when sourced.
1465
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1466
+ * Feature: --branch for use with git head repositories.
1467
+ * Moved cd autocompletion so it will really run.
1468
+ * More updates for --repo
1469
+ * Dumb dumb dumb dumb....
1470
+ * Bugfix: we have the first user using --repo :)
1471
+ * Tweaked rvm notes a bit more
1472
+ * Tweaked rvm notes output for clarity.
1473
+ * Added a .nil? guard in case rvm_path is not set in the environment.
1474
+ * Fixing rvm update.
1475
+ * Updated ebuild for latest release.
1476
+
1477
+ == Release 0.1.15
1478
+ * Trigger any cd hooks when sourced.
1479
+ * Removed rubyforge as a source for rubygems and the latest ruby enterprise.
1480
+ * Change git-core to git; git-core now deprecated in Ubuntu repo
1481
+ * Fixed a silly tyop, thanks dipnlik.
1482
+ * Rescue LoadError explicitely for Readline failure, thanks to Alexey Antipov.
1483
+ * MacRuby 0.7.1
1484
+ * Bugfix: nonzero exit code when unrecognized command.
1485
+ * Allow gemset to pass through the variable clearing.
1486
+ * Addressed Yehudas rvm-prompt slowness query.
1487
+ * Adjusting order of operations for ruby string calculation.
1488
+ * slightly reverted user patch.
1489
+ * Removed patches from openssl for now, until someone tells me WTF happened to them.
1490
+ * Feature: rvm gemset rename X Y (for currently selected ruby)
1491
+ * Getting this to work: rvm my_alias@my_gemset. Previously only e.g. rvm 1.8.7@my_gemset worked.
1492
+ * Worked a bit on the integration tests.
1493
+ * Maglev 24407.
1494
+ * Added notice about re-setting default if user sees the error message.
1495
+ * Bugfix: do not blindly chmod +x, thanks egyp7!
1496
+ * Blasted formatting issues, thanks for the kick in the arse jacquesc.
1497
+ * Updated ebuild for latest release.
1498
+
1499
+ == Release 1.0.14
1500
+ * Added man/ to gem files.
1501
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1502
+ * Merged in patch by deliciousrobots, domo arrigato!!!
1503
+ * Clean up.
1504
+ * Add a short hand to install all dependencies for ree in appropriate order.
1505
+ * Revert "Reamin rvm_ruby_interpreter to show current ruby on rprompt."
1506
+ * Ask readline to use ncurses in ~/.rvm/usr
1507
+ * Reamin rvm_ruby_interpreter to show current ruby on rprompt.
1508
+ * FIX: fail to build readline-5.2 on Snow Leopard, and may be on Leopard
1509
+ * FIX: wrong path to patch
1510
+ * FIX: missing codes to apply patches
1511
+ * FIX: rvm_project_rvmrc_default doesn't work
1512
+ * no need for -d on rm, -f ignores non existent
1513
+ * no need for -d on mkdir -p: checks that automatically
1514
+ * Copied over latest install head script.
1515
+ * Reversed the order of git url attempts.
1516
+ * MacRuby 0.7 is now default.
1517
+ * Updated ebuild for latest release.
1518
+
1519
+ == Release 1.0.13
1520
+ * Bugfix: postpend not prepend rvm_path for selector for system case.
1521
+ * Slightly tweaked conditionally add bin path.
1522
+ * Missed a spot with rvm_gems_path.
1523
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1524
+ * Updated ebuild for latest release.
1525
+
1526
+ == Release 1.0.12
1527
+ * grab revision from the right argument
1528
+ * fix path bug in wrapper wrap()
1529
+ * make is also required by arch
1530
+ * Sing along with me now folks, 'I'm a dumbass after all, I'm a dumbass after all, I'm a....'
1531
+ * I have been convinced of the readability difference between function declaration styles.
1532
+ * Merged in bash cd completion patch by albus522, thanks!
1533
+ * Bugfix: account for empty binary list.
1534
+ * Bugfix: upgrade, thanks kevwil.
1535
+ * Further separate out destination calculation.
1536
+ * Removed extra \\
1537
+ * Reformatting code.
1538
+ * only 1.9+ requires a 1.8 compatible ruby to build.
1539
+ * Tweaking gemsets calculation for telemachus.
1540
+ * JRuby 1.5.3 is now default.
1541
+ * Fix disk usage and cleanup to work again with the newly refactored code. Thanks to tomyum for the patch
1542
+ * Fixed a tyop, thanks piclez.
1543
+ * Installer will now exit on any unhandled nonzero return status.
1544
+ * Bugfix: fixed unbound variables in installer.
1545
+ * Bugfix: no more "pretty slash trails"
1546
+ * Refactored 'rvm repair gemsets'.
1547
+ * Feature: rvm repair gemsets
1548
+ * Bugfix: Ensure that gems/@global and gems/*@ no longer appear.
1549
+ * Rubinius now defaults to 1.1.0, thanks for the heads up spastorino
1550
+ * Bugfix: rvm-prompt when jruby is used.
1551
+ * Bugfix: s/--/-/
1552
+ * Bugfix: allow bash to list the directories for find to search.
1553
+ * Bugfix: Fixed order of parameters for older versions of find in post cd completion code, Thanks for the heads up telemachus.
1554
+ * Cleaned up upgrade script thanks to feedback from jatan.
1555
+ * Ensure that bin path exists.
1556
+ * Whoops, forgot the env!
1557
+ * Look ma, I am flexible!
1558
+ * Swap command order.
1559
+ * Going for the throat.
1560
+ * Wrap rvmsudo eval command in quotes.
1561
+ * Tweaked wrapper to display usage when no arguments are supplied.
1562
+ * Added rvm list ruby_svn_tags to help output.
1563
+ * Removed call to regenerate_wrappers, thanks jmhodges.
1564
+ * Bugfix: rvm 1.9.2 gemset create testes now works as expectd, thanks cjbottaro!
1565
+ * Updated ebuild for latest release.
1566
+
1567
+ == Release 1.0.11
1568
+ * Added rvm_path/bin to mkdir list for install.
1569
+ * Added NOTE to --passenger flag about Passenger 3.
1570
+ * NEVER use backticks.
1571
+ * use $PAGER
1572
+ * Tab-complete through a chain of dirs works as normal
1573
+ * Maintain CDPATH tab-completion with RVM's cd
1574
+ * Tweaked rvm repair output.
1575
+ * Merged in wrapper regeneration into repair.
1576
+ * Attempting to debug the wrapper regeneration.
1577
+ * Use full path for wrappers :/. This means that after rsync users will have to do an "rvm repair all".
1578
+ * Bugfix: rvm gemset copy X Y now works properly (tyop)
1579
+ * Set errtrace for installer at the top.
1580
+ * Default rvm_ruby_string to empty string.
1581
+ * adjusted wrappers regeneration
1582
+ * Account for possibility of no rvm_ruby_string in __rvm_run.
1583
+ * Some cleanup on installer, now runs under shell options noclobber, nounset, errtrace. Now respects --trace as part of args parsing.
1584
+ * Add gemset support to aliases
1585
+ * Fix bug with sourcing items in alias
1586
+ * Forgot the version number, lol!
1587
+ * Updated ebuild for latest release.
1588
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1589
+ * Applied patch from Christopher Roach, Thanks!
1590
+ * Outline case statements. Removed another 'echo' statement.
1591
+ * Removed echo statement for os_type.
1592
+ * Updated install-system-wide script with support for FreeBSD (tested with FreeBSD 8.1).
1593
+ * Merge branch 'master' of git.overnothing.com:rvm
1594
+ * Simple refactoring
1595
+ * Add rvm_ruby_api env variable to make detection in .rvmrc files possible
1596
+ * Hook wrapper regeneration into the upgrade process
1597
+ * Add wrappers to repair
1598
+ * List fixes, regenerate for gemsets
1599
+ * Add utility to regenerate all wrappers
1600
+ * Improved shell escaping for env
1601
+ * Implement a more advanced method of detecting the default rvm_path in the ruby library
1602
+ * Added rvm_path to env file exports.
1603
+ * Bugfix: --trace actually produces a trace once again. Bugfix: automatically regenerate wrapper scripts if missing.
1604
+ * Adjusted rbx compile to use the wrapper script for the 18 compatible ruby.
1605
+ * Defaulting rvm_ignore_rvmrc, thanks Cicloid.
1606
+ * Bugfix: Testing for directory in .rvmrc, thanks bjencks!
1607
+ * Initialize rvm_ruby_interpreter to first part of rvm_ruby_string if not set when entering the selector.
1608
+ * More cleanup.
1609
+ * Bugfix: rvm 1.8.7,1.9.2 gem install X
1610
+ * Bugfix: escape any / characters in in the match regex.
1611
+ * Bugfix: symlinks for default, etc now get created again!
1612
+ * Some more cleanup.
1613
+ * Bugfix: rvm 1.8.7,1.9.2 exec ruby -v
1614
+ * PIBRQBAS
1615
+ * Replaced .nitems with .compact.length
1616
+ * Bugfix: cleanup tracing on exit.
1617
+ * Bugfix: rvm 1.8.7 exec ls
1618
+ * Do not load completion if readline failed.
1619
+ * Bugfix: move maxhistsize within the scope of Kernel::at_exit
1620
+ * fix % to %% substitution in log script for older bash
1621
+ * use an alternate method to save irb history until irb/ext/save-history is fixed
1622
+ * Applied patch by bjencks.
1623
+ * Bugfix: rvm gemset delet cucumber now does what is expected.
1624
+ * Check in irb fix which shouldn't be needed
1625
+ * Bugfix: rvm package install zlib.
1626
+ * Whilst putting the cart before the horse can be quite amusing, reality sets in after we do not get to our destination.
1627
+ * Bugfix: rvm system now correctly appends instead of prepending rvm bin path.
1628
+ * Apply patches after running ant dist if installing JRuby Head.
1629
+ * Array!
1630
+ * Cleanup any swap files found in rvm_path, if they exist.
1631
+ * Missed a few variables during teardown, thanks bjencks!
1632
+ * Bugfix: Adjusted loading detection to accommodate for ZSH. Thanks eregon.
1633
+ * Added ~/.rvm/hooks/after_cd hook ability to RVM.
1634
+ * Simplified rvm function detection.
1635
+ * RVM now detects whether it is loaded in the current shell as a function when sourced.
1636
+ * Altered the way that rvm_loaded_flag is set for byrnejb.
1637
+ * Updated ebuild for latest release.
1638
+
1639
+ == Release 1.0.9
1640
+ * Bugfix: Initial gemsets are now behaving.
1641
+ * Bugfix: Default log path to rvm_path/log
1642
+ * Still working on fixing initial gemset import, commented out while debugging.
1643
+ * Bugfix: needed the extra level of interpolation.
1644
+ * Fork! Fork! *BOOM*
1645
+ * Bugfix: rvm alias list. rvm X --default. rvm list default.
1646
+ * Bugfix in alias creation, will no longer duplicate.
1647
+ * Bugfix: Removed [[ keyword from around md5 comand test.
1648
+ * Going for the throat, explicitely.
1649
+ * Moved tests in preparation for the separation.
1650
+ * Bugfix: jruby cp issue.
1651
+ * Explicitely export all RVM variables inside scripts.
1652
+ * Bugfix: Removed extra line from PATH parsing.
1653
+ * Removed start of line from awk, only doing a single export now.
1654
+ * Quote out actual_file
1655
+ * Do not unset result.
1656
+ * Updated ebuild for latest release.
1657
+
1658
+ == Release 1.0.8
1659
+ * Fixed double or nothing bug.
1660
+ * Almost there, double or nothing eh?
1661
+ * This time I have ZSH to thank for finding a bug.
1662
+ * Cleaned up upgraded/migrate usage().
1663
+ * Missed a spot.
1664
+ * Bugfix: rvm gemset list. Thanks ianw!
1665
+ * Maglev 24209 -- Rails 3.0.0 Support
1666
+ * Defaulting rvm_gems_path
1667
+ * Ensure bin_path has defaults
1668
+ * Grumble.
1669
+ * Environment is much cleaner new. More code cleanup.
1670
+ * Bufix: solved the case of the missing line.
1671
+ * Bugfix: Fixed typo, setting defaults now works.
1672
+ * Missed a spot.
1673
+ * Bugfix: prefix set in env no longer carries through to wrappers.
1674
+ * I am an arse. I know better than to use find/replace :/
1675
+ * Setting source directory explicitely.
1676
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1677
+ * Find and replace? Yes. It is that technique where you take perfectly working code and replace it with bugs.
1678
+ * Bugfix: location of rvm_ruby_src_path was not set.
1679
+ * Fix zsh completion for gemset commands
1680
+ * Fixing zsh completion syntax
1681
+ * rvm_tmp_path no longer defaulted in global namespace.
1682
+ * rvm_docs_path no longer default in global namespace.
1683
+ * rvm_log_path is no longer in the global namespace
1684
+ * Removed rvm_src_path from global exports.
1685
+ * rvm_archives_path, some more code cleanup.
1686
+ * rvm_config_path and rvm_rubies_path
1687
+ * Removed rvm_environments_path and rvm_wrappers_path.
1688
+ * Removed rvm_hooks_path from configurable.
1689
+ * Run in parallel, saves a few seconds or more depending on the # of gems in a gemset.
1690
+ * Removed 'info: ' prefix from info, now labels only show for other levels.
1691
+ * Feature: rvm gemset unpack Bugfix: ruby_string() now correctly grabs the current ruby string.
1692
+ * Removed redundant libs, as requested by the department of redundancy department.
1693
+ * Added --trace and --verbose options to rvmsudo.
1694
+ * bugfix: rvm --shebang inspect gem
1695
+ * Safely strip rvm elements from the PATH.
1696
+ * Updated ebuild for latest release.
1697
+
1698
+ == Release 1.0.7
1699
+ * Bugfix: rvm gemset create X
1700
+ * Bugfix: ensure rvm reload you know... reloads?
1701
+ * Cleaned up installer some.
1702
+ * Bugfix: rvm_pretty_print_flag now actually prints with colors in rvm list.
1703
+ * Visual cleanup on list.
1704
+ * Bugfix: find -iname ordering, thanks matti
1705
+ * Missed a spot!
1706
+ * Trimming down more, s#rvm_gemsets_path#rvm_path/gemsets#g
1707
+ * Trimming down more, s#rvm_scripts_path#rvm_path/scripts#g
1708
+ * Unset head_flag when an rvm call completes.
1709
+ * Reflect that p378 is the default in list known.
1710
+ * Modify default annotation based on suggestion from gitmate on github.
1711
+ * Set empty binaries correctly
1712
+ * Bugfix: rvm gemset empty now works (tyop). Added extendedglob to zsh.
1713
+ * The good news is I think I found the culprit. The bad news is I have to recompile 1.9.2 again to test this.
1714
+ * More cleanup on scripts/manage.
1715
+ * Carefully handle binaries array.
1716
+ * Fun with find, Scene I, Take III.
1717
+ * More fun with find and seek!
1718
+ * I just *love* the way CentOS keeps their systems up to date :/
1719
+ * Bugfix: bashd zsh.
1720
+ * I need to go back to kindergarden and learn how to type.
1721
+ * More fun with ZSH.
1722
+ * Removed -G, --archives, --src path options in preparation for consolidation and "system vs user".
1723
+ * Removed exit on cleanup.
1724
+ * Some people like consistency too much :/
1725
+ * removed gemset separator from global initialize.
1726
+ * Updated ebuild for latest release.
1727
+
1728
+ == Release 1.0.6
1729
+ * Tweak bison detection.
1730
+ * Another performance tweak, this time to selector which is called neigh every time.
1731
+ * Much work with the loco locals.
1732
+ * Allow ruby-1.8 in 1.8 compatible rubies.
1733
+ * Slight cleanup on gemset_snapshot
1734
+ * Went one level too deep.
1735
+ * rvm list much faster feedback now.
1736
+ * Bugfix: "rvm use/install/... jruby-head" no longer inserts the version.
1737
+ * Added simple CLI parsing to install-system-wide
1738
+ * Use rvm_revision to specify a particular git revision of rvm to install
1739
+ * Turns out maxdepth 1 is MUCH faster than simply specifying the depth.
1740
+ * ls > /dev/null
1741
+ * Change to an array
1742
+ * Account for extra spaces.
1743
+ * Much faster version gathering.
1744
+ * Explicitely remove default from set operations.
1745
+ * * wayneeseguin sprays aliasbgone
1746
+ * Ensure ruby string is set.
1747
+ * Ever so slowly spreading my cheeks to remove my head...
1748
+ * Who stole my bloody quote? Cheap bastard...
1749
+ * Removing usages of =~ so as to not be "idiotic", by the power of GreyCat!!!
1750
+ * Altered git detection.
1751
+ * Make configure flags immune to the mass cleanse.
1752
+ * Explicitely set rvm_ruby_configure_flags when possibly first used.
1753
+ * Bugfix: do not quote args of the regex.
1754
+ * Slight cleanup of rvm binscript.
1755
+ * Simplification thanks to ashb.
1756
+ * Bugfix: RVM.tools_strings('1.9.2')
1757
+ * Bugfix: rvm update
1758
+ * Updated ebuild for latest release.
1759
+
1760
+ == Release 1.0.5
1761
+ * More hashtags
1762
+ * tyop fix, thanks eduardohl
1763
+ * The world is not yet ready for hardcore bondage...
1764
+ * I comand thee!!! ... Why do you not listen?!
1765
+ * Balls out...
1766
+ * Push... Pop... *Poof*!!!
1767
+ * Put back in the cwd :)
1768
+ * Fixing an issue caused by me not having a clue about bash programming.
1769
+ * Bugfix: Space strippers to the rescue!!!
1770
+ * Bugfix: rvm gemset copy a@b c@d
1771
+ * Got the lil bastard that time!
1772
+ * '1.8.7@rvm-site gem env gemdir' works as expected
1773
+ * Made ruby specific variables more consistent.
1774
+ * Working on Remears request, hash tagging the installations.
1775
+ * More progress.
1776
+ * Merged --trace and --debug, respecting differences with zsh.
1777
+ * Merge branch 'master' of git.overnothing.com:rvm
1778
+ * More consolidation.
1779
+ * Update tools with a minor fix
1780
+ * Bugfix: __rvm_environment_identifier now returns proper env id again.
1781
+ * Bugfix: Adjusted the way CLI arguments are parsed.
1782
+ * Updated ebuild for latest release.
1783
+
1784
+ == Release 1.0.4
1785
+ * Bugfix: rvm gemset use X
1786
+ * More installer cleanup.
1787
+ * Removed spinner and sleep from install. While they were neat, non-interactive installs did not like them ;)
1788
+ * Tweaking install messages.
1789
+ * Bugfix: rvm gemset use <gemsetname>, thanks owen1
1790
+ * Bugfix: tyop in CLI, thanks to RichGuk!
1791
+ * Updated ebuild for latest release.
1792
+
1793
+ == Release 1.0.3
1794
+ * Bugfix: Gemsets are now working as expected again.
1795
+ * Added pretty print to Upgrade notes.
1796
+ * Added rvm_pretty_print to rvm notes, thanks eregon.
1797
+ * Bugfix: Bandaids go sticky side down. (gemset sticky flag now set when expected).
1798
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1799
+ * Bugfix: global cache return value.
1800
+ * Quote $PATH when used with printf to defined $new_path. This allows spaces in $PATH.
1801
+ * Fix ZSH completion for the new command disk-usage
1802
+ * Fixed tyop, added consistency
1803
+ * Bugfix: default gemsets now import.
1804
+ * Let us be more direct, shall we?
1805
+ * Thanks to Sutto (Darcy) for pointing out the obvious.
1806
+ * Turns out older bash shells could not handle the redirect operator :/
1807
+ * Added error handling around the sourcing of primary scripts when loading RVM.
1808
+ * Bugfix: ZSH did not like unset/declare.
1809
+ * ZSH goosed me.
1810
+ * Finally got around to fixing scripts/log ;)
1811
+ * Forgot to export PS4, thanks thewoolleyman!
1812
+ * Bugfix: rvm default gemsets now load properly.
1813
+ * Ten Thousand Lines... will give you such a crick in the neck!
1814
+ * Returns are now through utility and some of gemsets
1815
+ * More slow progress making things more robust.
1816
+ * Added "rvm strings" into CLI. More returns. More cleanup.
1817
+ * Tweaked rvmrc trust message wording. Added variable name and explicit returns to a few functions for clarity.
1818
+ * Speed up scripts/log by using builtins. Removed stray xtrace off.
1819
+ * Added command locations for bash/zsh in rvm info.
1820
+ * __rvm_environment_identifier() is now using strictly shell builtins, should also work in more cases now.
1821
+ * Default all logging to terminal to not use colors. set "export rvm_pretty_print=1" in ~/.rvmrc to override this.
1822
+ * Make that more of a sanity check until I track this bug.
1823
+ * Skip patching if it is not a file.
1824
+ * More headway with --patch.
1825
+ * Bugfix: rvm info
1826
+ * Arrays make me feel shifty... Disco Fever!
1827
+ * Bugfix: extract gem_prefix properly. Thank you sikachu!
1828
+ * We want to eliminate all spaces.
1829
+ * Ensure we are calling a binary for gem in gem_install
1830
+ * Updated ebuild for latest release.
1831
+
1832
+ == Release 1.0.2
1833
+ * Bash completion for help subcommand.
1834
+ * Escape newlines for old shells.
1835
+ * Add known rubies completion for install subcommand
1836
+ * Add bundler to ree global gemset.
1837
+ * Yet another space stripper... How drunk was I last night? ...
1838
+ * Simplifying space strippers, I was over thinking things.
1839
+ * Removed scripts/manpages, turns out that manpath finds it based on PATH, reduced complexity yay!!!
1840
+ * Commented out manpages, should be found based on PATH by manpath
1841
+ * Bugfix: Arg parsing in package
1842
+ * Turns out the match, was not a match.
1843
+ * wow... I really need to go back to gradeschool...
1844
+ * Dodge Z alias!!!!!!!
1845
+ * Found two more squealers
1846
+ * Someday the subtle differences between zsh and bash are going to drive me batty :-p
1847
+ * Patch splitting moved to internal.
1848
+ * Begone relic of the past.
1849
+ * Bugfix: Account for missing gemset.
1850
+ * BugFix: Bugfix Fixed.
1851
+ * Bugfix: matching in 18 compatible ruby based on new grep. Plus more cleanup.
1852
+ * Very slowly cleaning everything up.
1853
+ * Clarified the .rvmrc trust message a bit.
1854
+ * Suddenly, I feel like watching LeekSpin for an extended period of time... ( http://leekspin.com/ )
1855
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1856
+ * More space $HOME friendly.
1857
+ * Remade symbolic links of 1.9.{1,2} global gemsets to that of 1.8.7.
1858
+ * Updated gemsets to use final release of Bundler.
1859
+ * Make __rvm_update_rvm extract correct, with thanks to loumz for pointing out the source of the problem
1860
+ * Bugfix: because some people are perfectionists ::cough:: dbussink ::cough::
1861
+ * Updated ebuild for latest release.
1862
+
1863
+ == Release 1.0.1
1864
+ * Missed a few spots.
1865
+ * Consolidated path cleanup code, removed paste as it is a high profile alias target. Some minor tweaks.
1866
+ * Copy across bundled gems as part of the jruby install process
1867
+ * Merge branch 'zsh-warning-fix'
1868
+ * Actually commit the damn file
1869
+ * Merge remote branch 'origin/happy-fun-docs-time'
1870
+ * Update load-rvmrc reference
1871
+ * Add more docs
1872
+ * Merge remote branch 'origin/path-fix'
1873
+ * Simple fix to make sure rvm is added to the path, even with system loaded
1874
+ * Typo broke rvm list known
1875
+ * I encourage you to learn more about your shell every day, it will be beneficial.
1876
+ * A debugging we will NOT go...
1877
+ * Properly detect interactive sessions.
1878
+ * Improve ruby api trust-checking, primarily for passenger stuff
1879
+ * Removed the 'fun with perl' items, some people have no sense of humor.
1880
+ * Prevent unintentional exit code 1 when sourcing scripts/rvm
1881
+ * alias why dost thou hateth me so...
1882
+ * s/$(pwd)/$PWD/g
1883
+ * Add gem hook
1884
+ * Manually rehash whenever path is set
1885
+ * Merge remote branch 'origin/better-path-handling'
1886
+ * Handle conditionally adding rvm to the path
1887
+ * Updated ebuild for latest release.
1888
+ * RVM 1.0.0
1889
+ * Fix set operations
1890
+ * Check trustworthiness around whole thing
1891
+ * Implement rvmrc loading security
1892
+ * Merge remote branch 'origin/switch-to-bzip'
1893
+ * Add bundler to rvm gemset
1894
+ * make rvm use bz2 for mri rubies
1895
+ * Merge remote branch 'origin/auto-install-bundler'
1896
+ * Merge remote branch 'origin/head-installer-fix'
1897
+ * Add check for 1.8.7 on 1.9.2-head
1898
+ * Make rvm automatically install bundler as needed
1899
+ * Rehash binaries on switch, forcing it to forget seen executables / lookup new path
1900
+ * Add zsh completion script
1901
+ * Problem with installing glib on mac os x snow leopard. Fixed by adding a -I compiler flag and setting the path for pkg-config. Also added installation of pkg-config and gettext to glib function instead of mono function
1902
+ * JRuby 1.5.2 is now default for JRuby. Thanks for the heads up stepheneb.
1903
+ * And lo we fight the evil alias Hydra wherever a head may rear.
1904
+ * Updated ebuild for latest release.
1905
+
1906
+ == Release 0.1.47
1907
+ * Merge remote branch 'origin/generate-default-wrappers'
1908
+ * Merge remote branch 'origin/set-warning'
1909
+ * Make it generate default wrappers as expected
1910
+ * Fix rvm_project_rvmrc_default
1911
+ * Show a warning on set operations when passed what look like options
1912
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1913
+ * Merge remote branch 'origin/xargs-fix-dangit'
1914
+ * Merge remote branch 'origin/revert-set-all'
1915
+ * Change the default behaviour of the set operations, fix the rubies option
1916
+ * Make basename have the argument seperator
1917
+ * Add uninstall to the blacklisted action
1918
+ * Make manage receive the correct arguments, pass correct string
1919
+ * Don't allow $rvm_gemset_separator in gemset names (e.g. "my@gemset@rocks"): It works fine when you create the gemset, but fails in interesting ways when trying to delete it.
1920
+ * Merge remote branch 'origin/hudson-plugins'
1921
+ * Adjusted notes for apt based systems, thanks jmettraux.
1922
+ * Added 1.9.2 rc1/rc2 to known.
1923
+ * Add plugins to the repo
1924
+ * Updated ebuild for latest release.
1925
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1926
+ * 1.9.2-p0 is now default, w00t!!!
1927
+ * Typo in github url.
1928
+ * Add install system wide fixes for xargs
1929
+ * Bugfix: Fixed a *very* irritating bug related to cd "hanging" on exit sometimes.
1930
+ * fix -G, --archives, -source options
1931
+ * Altered rvm info to report both zsh and bash versions.
1932
+ * Correct restrict basename argument count
1933
+ * Fix installer showing the source line
1934
+ * Merge remote branch 'origin/rvm_bin_path-fix'
1935
+ * Correctly calculate paths to remove double-slashes
1936
+ * Add default-with-rvmrc / rvmrc for rvm set operations.
1937
+ * Fix minor issue with rm -rf
1938
+ * Blasted aliases.
1939
+ * 1.8.7-p302 is now default (Security Vulnerability Patch Level).
1940
+ * Merge remote branch 'origin/system-wide-tweaks'
1941
+ * Add system wide rvm tweaks
1942
+ * Merge remote branch 'origin/set-exec-fix'
1943
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
1944
+ * Maglev 24067.
1945
+ * Fix set exec options
1946
+ * Use default rvm for rvm-auto-ruby
1947
+ * Updated ebuild for latest release.
1948
+
1949
+ == Release 0.1.45
1950
+ * Fix rvm_prefix correction logic
1951
+ * Refactor rvm migrate to take into account aliases and wrappers
1952
+ * Implement rvm upgrade
1953
+ * Merge branch 'rvm-migrate'
1954
+ * Implement item+alias as shorthand on rvm use for creating aliases
1955
+ * Cleanup how rvm_prefix works
1956
+ * Merge remote branch 'origin/no-hardcoded-env-path'
1957
+ * Implement rvm migrate
1958
+ * Don't hardcode rvm_environments_path inside the rvmrc
1959
+ * Make rvm gemset copy actually work correctly again
1960
+ * Added missing file append (>>) in ebuilds.
1961
+ * Use grep to suppress some noise when running a root installation as non-root.
1962
+ * Typo fix: __rvm_ensure_has_enviroment_files -> __rvm_ensure_has_environment_files
1963
+ * Apply ebuild changes from 99999 to template.
1964
+ * Remove broken and unnecessary installation of "environments/system" file from ebuild.
1965
+ * Added some informative comments to the ebuild.
1966
+ * Moved some ebuild template lines around to minimize differences between git-based ebuild and regular ebuild.
1967
+ * Rename variable: rvm_sandboxed -> rvm_selfcontained .
1968
+ * A little more cleanup. Also, please use two spaces no tabs for this project. Thanks!
1969
+ * Minor cleanup.
1970
+ * added code to fallback to http:// if git:// or ftp:// fails. This allows rvm to work behind corporate firewalls with http only access to the internet
1971
+ * Fixed system var not getting set correctly in scripts/maglev for OpenSolaris environment.
1972
+ * Apply recent ebuild template changes to rvm-99999.ebuild .
1973
+ * Removed "touch system" from ebuild, since rvm itself should take care of this.
1974
+ * Merge branch 'set-operation-tweaks'
1975
+ * Add optional targets for the set operations
1976
+ * Updated ebuild for latest release.
1977
+
1978
+ == Release 0.1.44
1979
+ * Updated ebuild for latest release.
1980
+ * Implement rvm_ignore_rvmrc, to do installs without rvmrc files
1981
+ * Move __rvm_environment_identifier back to utility to avoid conflicts.
1982
+ * Correctly expand rubies
1983
+ * Make rvm gemset copy correctly report the err with no args
1984
+ * Fix the ebuild
1985
+ * Misc tweaks to the sandbox installer
1986
+ * First set of work on implementing rvm_sandboxed
1987
+ * Fix __rvm_quote_args_with_shift
1988
+ * Totally not the droids you are looking for.
1989
+ * Merged converter by Darcy.
1990
+ * sh safe environment files.
1991
+ * Fixed ree named install
1992
+ * What... you want MORE?
1993
+ * Cleanup, aisle 3! Named installs actually compile now :)
1994
+ * correctly use rvm_ruby_name in blank selector
1995
+ * Adjust package name for ruby when name is used.
1996
+ * StripNzN
1997
+ * Feature: Named installs.
1998
+ * Fix rvm update --rubygems
1999
+ * Misc code tweaks, including converting not -z to -n
2000
+ * Properly expand the path for install
2001
+ * Install current rubygems correctly
2002
+ * Rename textmate_ruby to rvm-auto-ruby since it's universally useful
2003
+ * Fix rvm update --rubygems
2004
+ * MANPATH gets clobbered after rvm loads. Reversing the variables seems to help.
2005
+ * Bugfix: when cd fails properly report the exit status.
2006
+ * A single textmate_ruby for all!
2007
+ * update rvm opts and add snapshot command to completion
2008
+ * Added some sanity checks to file removals.
2009
+ * Default rvm flags before first use when loading.
2010
+ * Added no-default option to rvm-prompt
2011
+ * Prevent an alias of "tr" from "breaking" RVM
2012
+ * Removing rdoc from global and default gems.
2013
+ * Allowing the aliasing of digits directly.
2014
+ * MagLev 23913
2015
+ * Added an extra line detailing what MRI/ree/rbx stand for to notes, thanks douglascamata.
2016
+ * Added a warning message with a pointer to docs for when irb cant load readline. Thanks douglascamata.
2017
+ * Temporarily reverting rvmsudo until we talk things out with thewoolleyman.
2018
+ * Added sanity to the patchsets installer.
2019
+ * Refactor how alias, docs and rubygems are invoked to be consistent
2020
+ * Ensure we set the path
2021
+ * Clarified a generating message, Thanks cehoffman!
2022
+ * Fyxed a tyop, Thanks cehoffman!
2023
+ * Improve rvm-shell to take into account .rvmrc
2024
+ * Implement rvm-repair
2025
+ * Set path variables with a check for valid path.
2026
+ * Updated ebuild for latest release.
2027
+
2028
+ == Release 0.1.43
2029
+ * Merging Darcys record-install-commands branch.
2030
+ * rvm_patches_path will be created by following lines
2031
+ * Implement strings on 'rvm tools'
2032
+ * Implement rvm snapshot {save,load}
2033
+ * Updated ebuild for latest release.
2034
+
2035
+ == Release 0.1.42
2036
+ * Add missing info functionality to api, fix list_strings output
2037
+ * Implement rvm load-rvmrc
2038
+ * Merge remote branch 'origin/rvm-usage'
2039
+ * Make rvmsudo use -E
2040
+ * Implement rvm disk-usage
2041
+ * Merge branch 'master' of git.overnothing.com:rvm
2042
+ * Feature: May now switch gemsets for the current interpreter via 'rvm use @gemsetname'
2043
+ * Refactor the way clang integration works
2044
+ * Escape percentages in the message
2045
+ * Implement --clang option when install rubies.
2046
+ * MagLev Palindrome Release.
2047
+ * Use the actual environment identifier
2048
+ * Revert the code to force 32bit, simplify 64 bit checks
2049
+ * Merge remote branch 'origin/multiple-ruby-management'
2050
+ * Merge remote branch 'origin/man-fixes'
2051
+ * Merge remote branch 'origin/install-tweaks'
2052
+ * Fix invocation of scripts/manage with multiple rubies
2053
+ * Correct set the default rvm_prefix
2054
+ * Tweaks to how rvm_prefix is handled in scripts/initialize
2055
+ * Miscellaneous tweaks to the install proce
2056
+ * Removed notice about 1.8.7 patchlevel now that it is back to latest. Thanks blowmage.
2057
+ * Fix the install process for man pages, generate both versions
2058
+ * Replace readline fix with one that doesn't need a patchlevel
2059
+ * Remove archives if interrupted mid-download
2060
+ * Add install-system-wide
2061
+ * Add is-at-least check
2062
+ * Refactor the way rvmrc is checked to make it reusable outside of cd
2063
+ * Revert "Installer seems to be a bit jacked up somehow... fixing."
2064
+ * Installer seems to be a bit jacked up somehow... fixing.
2065
+ * Added an empty scripts/man to prevent silly error messages.
2066
+ * Modify rvm-shell to take the optional first argument as a ruby string
2067
+ * Fix the check on for arg count in scripts/wrapper
2068
+ * Nice... missed the debugging comments & code from the contribution.
2069
+ * Added mkdir of rvm_patches_path during install, thanks niw!
2070
+ * Fix and improve openssl options
2071
+ * FIX: spaces, missing options
2072
+ * Merge remote branch 'pistos/respect-rvm-prefix-3'
2073
+ * Fix implode spelling error in completion
2074
+ * Adding manpage
2075
+ * Fixed a tyop.
2076
+ * Merge branch 'wrapper-tweaks'
2077
+ * Merge of Darcy's work on rvm-shell
2078
+ * Tweaks to wrapper generation
2079
+ * Add backported openssl fixes to a patch
2080
+ * Merge branch 'master' into respect-rvm-prefix-3
2081
+ * Miscellaneous bug fixes, namely related to exception
2082
+ * 1.9.2 is now defaulted to rc2, w00t!!! Thanks Pistos!
2083
+ * Tweak for the rvm install process
2084
+ * Use correct item
2085
+ * Simplify the md5 code
2086
+ * md5 should have more info
2087
+ * Make scripts/md5 work correctly on ubuntu, add md5 sum for the latest ree
2088
+ * Add ability to override the command check in certain situations
2089
+ * Bug fixes galore - also, use_from_path!
2090
+ * Implement tools in the ruby api, fix a few misc bugs
2091
+ * Add scripts/tools, implement identifier and path-identifier
2092
+ * Since we are breaking out of the loop, this does not actually do anything on reflection.
2093
+ * Initial Ruby API, written by Darcy!!!
2094
+ * Updated ebuild for latest release.
2095
+
2096
+ == Release 0.1.41
2097
+ * Feature: Added 'rvm list known_strings', thanks to lenary for the idea.
2098
+ * Maglev 23767.
2099
+ * Do *not* use 1.9.1-p429. http://redmine.ruby-lang.org/issues/show/2404
2100
+ * Respect $rvm_prefix when checking for root user.
2101
+ * corrected grammar (no comma necessary) and made consistent with other "info:" statements
2102
+ * Fix for wrong working dir showed on prompt when project .rvmrc is loaded.
2103
+ * Commented out dos2unix for now.
2104
+ * More misc work on fixing the build process, nameling detecting rubies
2105
+ * Don't mangle the supplied path in __rvm_ruby_string_paths_under
2106
+ * Defaulting 1.9.1 to p429
2107
+ * rc1 is now default for 1.9.2, thanks for the heads up bcg.
2108
+ * better fix to allow users to specify patches with absolute path
2109
+ * Fix rvm_ruby_configure_flags so that it only replaces commas with spaces when they precede another option, thus allowing option values to contain commas.
2110
+ * Patch to facilitate building Ruby for a specific architecture on Snow Leopard
2111
+ * Use patchlevel default of 1
2112
+ * Merge conflict resolved.
2113
+ * Copy files in to the correct man path
2114
+ * Simplify doc building process to remove docbook2x requirement, update docs
2115
+ * [WIP] Work on tweaking the build process for docs
2116
+ * Add progress details to the docbook process
2117
+ * manpath initialization a bit corrected
2118
+ * manpage itself corrected
2119
+ * installation script updated to install manpages
2120
+ * Basic manpage for rvm implemented.
2121
+ * Expand patch name support
2122
+ * Start of refactoring on patches support, including patchsets
2123
+ * Implement --patch{,es} support in rvm.
2124
+ * Ruby 1.8.7-p299, w00t!!!
2125
+ * Fix trailing s in the prompt
2126
+ * fixes pkgconfig bad url for curl
2127
+ * fixes iconv bad url for curl
2128
+ * Updated ebuild for latest release.
2129
+
2130
+ == Release 0.1.40
2131
+ * Merge remote branch 'origin/list-fixes'
2132
+ * Fix rvm list for architecture wrt gemsets
2133
+ * Reimplement the global cache, controlled via rvm gemset globalcache
2134
+ * Merge remote branch 'origin/gemset-update-and-tweaks'
2135
+ * Add rvm gemset update to the usage
2136
+ * Implement rvm gemset update and add a bit more info to set output
2137
+ * Refactor script/gemsets to have a usage message
2138
+ * Correctly generate an irb wrapper for rubinius
2139
+ * Use 'rbx irb' on rubinius
2140
+ * Start of refactoring for rbx-irb
2141
+ * Implement rvm cleanup
2142
+ * Refactor scripts/info
2143
+ * Start replacing common inclusion patterns with $rvm_scripts_path/base
2144
+ * Remove ruby binaries with rvm remove along with aliases
2145
+ * Check for 1.8 compatible rubies and use them if available.
2146
+ * Call __rvm_become before single exec.
2147
+ * Merge branch 'warn-on-rubyopt'
2148
+ * Show warning on upgrade as well as install
2149
+ * Warn if RUBYOPT is present as part of the install.
2150
+ * Merge remote branch 'origin/ruby-head-fix'
2151
+ * Make ruby-head install rubygems correctly
2152
+ * Merge branch 'install-message-fixes'
2153
+ * Clarify the message regarding sourcing rvm
2154
+ * Fix rvm use --default
2155
+ * Make rvm reset really unset all of the old env vars
2156
+ * Added libyaml-devel libffi-devel to yum based distros, thanks rosenfeld for the suggestion!
2157
+ * Bugfix: when disk and loaded versions differ, the message now makes more sense.
2158
+ * Record packages when they are installed.
2159
+ * Feature: package urls are now read from config/db
2160
+ * added rvm list gemsets, which is like rvm list rubies, but shows every gemset eh
2161
+ * MagLev 23673
2162
+ * make rvm update respect the head flag, use http for updating from head
2163
+ * Merge remote branch 'origin/rvmrc_cd_refactor'
2164
+ * Tickets https://www.pivotaltracker.com/story/show/3870044 (rvm should revert back to the last manually set (or default version) when cd'ing to a directory that doesn't have a .rvmrc file above it.) and https://www.pivotaltracker.com/story/show/3869970 (.rvmrc should not be re-sources when cd'ing under the same project)
2165
+ * Version bump, 0.1.39
2166
+ * Updated ebuild for latest release.
2167
+ * Let users configure the rubygems version to install for a given interpreter
2168
+ * Prevent it from trying on rubinius or jruby
2169
+ * Make installing different rubygems versions work
2170
+ * Added rubygems control script and CLI.
2171
+ * Fix bad variable naming
2172
+ * Use eval instead of calling exec directly
2173
+ * Work on adding rvm exec
2174
+ * When showing info for system, don't show the ruby section
2175
+ * Fix rvm gemset copy
2176
+ * rvm alias create name ruby should check that name isn't a ruby string
2177
+ * Fix set action exit code, make benchmark correctly work with sets
2178
+ * Fix build options for ree-head
2179
+ * Modified rvm-prompt to support using unicode format parameter in conjunction with other format paramters. For instance "rvm ree ; rvm-prompt u v" will now return "✈-1.8.7". Previously, the unicode parameter would short circuit all other formatting.
2180
+ * Bugfix: 'gem' command in rbx now works.
2181
+ * Actually fix match
2182
+ * Fix issues with unterminated regular expressions in scripts/match
2183
+ * Fixed a bug in BTU, added db_test file.
2184
+ * Bugfix: scripts/match now works properly again, and the tests are running again!!!
2185
+ * Feature: More compatibility with all shells for scripts/match. Thanks to Brian Jones for the motiviation :)
2186
+ * corrected patch-prefix presence checking
2187
+ * Merged in changes by Yoshimasa Niwa (niw). Thanks!
2188
+ * patch prefix handling added; README updated accordingly
2189
+ * vim temporary (swap) files ignorance
2190
+ * Bugfix: explicitely use the 1.8.7 wrapper for rbx install.
2191
+ * Half tolken for a half wit?
2192
+ * Feature: Allow common configure options to pass directly through the RVM CLI Example: rvm install 1.8.7 --enable-shared --enable-pthreads
2193
+ * Bugfix: gemset_pristine
2194
+ * Added/fixed typos for alias and fetch help docs
2195
+ * updated test cases for new "s" switch used to add "system" to the prompt when system ruby is in use.
2196
+ * Require s (system) switch to return "system" when system ruby is in use.
2197
+ * Bugfix: --passenger now regen's wrappers every time.
2198
+ * Remove invalid (it seems) rvm_debug_flag stuff in scripts/cli
2199
+ * Removed --jit from usage, thanks tmorini
2200
+ * Updated ebuild for latest release.
2201
+ * Let users configure the rubygems version to install for a given interpreter
2202
+ * Prevent it from trying on rubinius or jruby
2203
+ * Make installing different rubygems versions work
2204
+ * Added rubygems control script and CLI.
2205
+ * Fix bad variable naming
2206
+ * Merge remote branch 'origin/set-exec'
2207
+ * Use eval instead of calling exec directly
2208
+ * Work on adding rvm exec
2209
+ * Merge remote branch 'origin/system-info-fix'
2210
+ * When showing info for system, don't show the ruby section
2211
+ * Merge remote branch 'origin/gemset-copy-fix'
2212
+ * Fix rvm gemset copy
2213
+ * rvm alias create name ruby should check that name isn't a ruby string
2214
+ * Fix set action exit code, make benchmark correctly work with sets
2215
+ * Fix build options for ree-head
2216
+ * Modified rvm-prompt to support using unicode format parameter in conjunction with other format paramters. For instance "rvm ree ; rvm-prompt u v" will now return "✈-1.8.7". Previously, the unicode parameter would short circuit all other formatting.
2217
+ * Bugfix: 'gem' command in rbx now works.
2218
+ * Actually fix match
2219
+ * Fix issues with unterminated regular expressions in scripts/match
2220
+ * Fixed a bug in BTU, added db_test file.
2221
+ * Bugfix: scripts/match now works properly again, and the tests are running again!!!
2222
+ * Feature: More compatibility with all shells for scripts/match. Thanks to Brian Jones for the motiviation :)
2223
+ * corrected patch-prefix presence checking
2224
+ * Merged in changes by Yoshimasa Niwa (niw). Thanks!
2225
+ * patch prefix handling added; README updated accordingly
2226
+ * vim temporary (swap) files ignorance
2227
+ * Bugfix: explicitely use the 1.8.7 wrapper for rbx install.
2228
+ * Half tolken for a half wit?
2229
+ * Feature: Allow common configure options to pass directly through the RVM CLI Example: rvm install 1.8.7 --enable-shared --enable-pthreads
2230
+ * Bugfix: gemset_pristine
2231
+ * Added/fixed typos for alias and fetch help docs
2232
+ * updated test cases for new "s" switch used to add "system" to the prompt when system ruby is in use.
2233
+ * Require s (system) switch to return "system" when system ruby is in use.
2234
+ * Bugfix: --passenger now regen's wrappers every time.
2235
+ * Remove invalid (it seems) rvm_debug_flag stuff in scripts/cli
2236
+ * Removed --jit from usage, thanks tmorini
2237
+ * Remove type rvm from info, does not apply anymore.
2238
+ * JRuby 1.5.1
2239
+ * Changed apt-get check to aptitude, overwhelming response that it is far superior.
2240
+ * Commenting out rvm_history until we can make the solution more robust.
2241
+ * John Trupianos *awesome* contribution to RVM, rvm remove now works properly w00t!!!
2242
+ * Use ree 2010.02
2243
+ * Fix for zsh wrapper error
2244
+ * Refactor the generated wrappers
2245
+ * Misc tweaks to the install process
2246
+ * Misc fixes and integration for __rvm_run_with_env
2247
+ * new rvm env inherits trace flag
2248
+ * Introduce utility functions to run stuff in a given env
2249
+ * Rearrange where the gem import is run
2250
+ * Bugfix: Actually add the code lines to the wrapper file.
2251
+ * Added error checking around environment loading in wrappers.
2252
+ * Bugfix: sh has '.' not 'source'.
2253
+ * Added PATH to rvm info.
2254
+ * Bugfix: If default flag is set when wrapper is called as root, link binaries to bin path.
2255
+ * When root, default the bin path to /usr/local/rvm
2256
+ * Updated ubuntu 'rvm notes' message.
2257
+ * rbx-1.0.1-20100603
2258
+ * MagLev 23577
2259
+ * Merge branch 'repo-folder-tweaks'
2260
+ * Refactor the watch rubies are fetched
2261
+ * Make test/suites exit code reflect the result
2262
+ * Updated ebuild for latest release.
2263
+
2264
+ == Release 0.1.38
2265
+ * Tweak md5 slightly.
2266
+ * Update the order of calls that create the .rvmrc
2267
+ * Beginnings of .rvmrc create refactor.
2268
+ * Merge branch 'gemset-ruby-strings'
2269
+ * Use mkdir -p instead of mkdir
2270
+ * Allow importing gemsets into multiple envs
2271
+ * Ensure we have the directory first
2272
+ * General alias / selector bug fixes.
2273
+ * Use subshells directly to import the gemset stuff
2274
+ * Fix recursion in alias - thanks to fermion for the bug report
2275
+ * Use --alias instead of --aliases
2276
+ * Add --aliases option to rvm install
2277
+ * Record each rvm command to ~/.rvm_history
2278
+ * Promote 'rvm notes' message to the top of upgrade notes.
2279
+ * Removed install_source_path for gemsets
2280
+ * Ensure remove correctly deals with the alias, ensure system has a blank environment file
2281
+ * Updated ebuild for latest release.
2282
+ * Implement 'rvm gemset prune'
2283
+ * Generate wrapper by default, fix shift for wrapper arguments
2284
+ * Use find and misc enhancements in scripts/install
2285
+ * Fix default and system on sets
2286
+ * Added header in 'rvm list known' for MRI Rubies
2287
+ * Refactor the way wrappers are used internally
2288
+ * Make that a quad espresso.
2289
+ * Bugfix: I need more caffene :/
2290
+ * I will be attending remedial commit training next week.
2291
+ * Bugfix: initial gemsets pathing.
2292
+ * How did that happen???
2293
+ * Merged Darcy's repo directory changes.
2294
+ * Bugfix: No longer spew errors on Importing gemsets part of install.
2295
+ * Bugfix: filesystem key-value db now properly handles kinky values.
2296
+ * Feature: May now specify default configure flags for MRI Rubies. Set in ruby_configure_flags in ~/.rvm/config/user.
2297
+ * grr...
2298
+ * Feature: Nested {default/global/gemset_name}.gems files from ~/.rvm/gemsets.
2299
+ * Minor version bump.
2300
+ * Updated ebuild for latest release.
2301
+ * 1.9.2 defaults to preview3
2302
+ * Updated install notes for p174 switch.
2303
+ * 0.1.36 version bump.
2304
+ * Default 1.8.7 p174: 2010-05-31 13:47 <@wayneeseguin> drako: OK .. what are you suggesting to put 174 as default? 2010-05-31 13:47 < drako> wayneeseguin: yes 2010-05-31 13:48 < drako> because is a p248 related bug 2010-05-31 13:48 < drako> in 1.9.1 and head-ruby rails3 works ok 2010-05-31 13:48 < drako> but rails 2.3.x wont work ok with ruby 1.8.7 >= p248 2010-05-31 13:48 < drako> and since its still the stable branch
2305
+ * Add in log levels to shell log output lines.
2306
+ * allow for installing with a prefix
2307
+ * Merge branch 'gem-install-fixes'
2308
+ * Make rvm gem install act as expected, don't call out to rvm gemset install
2309
+ * Merge branch 'docs-in-install'
2310
+ * Remove trailing semicolon
2311
+ * Call cd . after rvm reload, casuing it to reload rvmrc
2312
+ * Allow users to install docs as a part of the install process
2313
+ * Update rvm_environment_identifier to respect system and the current state of ruby
2314
+ * Correct negate the bison command
2315
+ * Re-add the trailing newline for logging. Check for no bison and return from install.
2316
+ * Check for bison when installing ruby head
2317
+ * Remove extra commented lines
2318
+ * Updated ebuild for latest release.
2319
+
2320
+ == Release 0.1.35
2321
+ * Merge branch 'set_refactoring'
2322
+ * Add newline after use statements
2323
+ * Refactor the way set works, using rvm_ruby_strings
2324
+ * Minor refactoring to how __rvm_environment_identifier works
2325
+ * Typo fix in installer, thanks to noocx.
2326
+ * unset rvm_ruby_strings inside of __rvm_teardown
2327
+ * Refactor rvm_ruby_version's use for multiple rubies to be rvm_ruby_strings
2328
+ * Use rvm_ruby_strings in set and clean up the variable
2329
+ * Updated ebuild for latest release.
2330
+
2331
+ == Release 0.1.34
2332
+ * Change the way info is called, use the correct environment identifier
2333
+ * Fix the way ri generates doc, installing them into system
2334
+ * Update the notice for downloading rvm
2335
+ * Removed extra line on log output.
2336
+ * Clean up rvm install message more.
2337
+ * Added config/known file.
2338
+ * Features: 'rvm list known' now returns immediately and does not include svn. 'rvm list ruby_svn_tags' now lists the ruby svn tags available. 'rvm list known' alters behavior based on context.
2339
+ * Alter log output for better consumption by external tools without loosing the level.
2340
+ * Bugfix: If you do not have a system ruby installed rvm should load the default properly.
2341
+ * Added contrib/gemset_snapshot script.
2342
+ * Removed global gem caching. Excellent idea, however, it does not work for all use cases.
2343
+ * Feature: __rvm_setup / __rvm_teardown Thanks to amikula: http://github.com/amikula/rvm/commits/790cfa052702be6c3d7874af6b6646ec321b843a
2344
+ * Fix scripts/info wrt printf
2345
+ * Updated ebuild for latest release.
2346
+ * Feature: MRI Ruby URLs are now configurable from config/{user,db}.
2347
+ * Fix for __rvm_gemset_gemdir
2348
+ * Bugfix: Set rvm_ruby_gem_path in selector.
2349
+ * Tell users in rvm notes that they need 1.8.7 for 1.9.2-head / rbx. Thanks jmettraux!
2350
+ * Bugfix: Be much more assertive about loading the default environment.
2351
+ * Feature: 'rvm gempath', 'rvm gemhome', similar for gemsets.
2352
+ * Unset rvm_ruby_string if rvm has not yet been loaded.
2353
+ * Reimplement --default using alias and handle migration
2354
+ * Bugfix: Account for multiple lines being in the default file.
2355
+ * Bump version #.
2356
+ * Add rvm_gemsets_path fix
2357
+ * Initial post-install gemsets code.
2358
+ * Allowed gemset to pass through on empty action.
2359
+ * Made the post-help message more helpful.
2360
+ * Made post-help message more concise.
2361
+ * Added scripts/list.
2362
+ * Remove System from list.
2363
+ * Bugfix: 'rvm info' now reports correct environment information.
2364
+ * Logging output now feeds a newline at the end.
2365
+ * 'rvm list known' shows 1.0.0 for rbx- default. Thanks Defiler.
2366
+ * Bugfix: 'rvm install rbx' now properly downloads the source when the archive is not correct.
2367
+ * Added a missing line break.
2368
+ * Changed 'echo -e' to 'printf'.
2369
+ * Proper quoting for echo of parameters.
2370
+ * rvm info without parameters now runs in current env.
2371
+ * For Rubinius call configure with ruby configure.
2372
+ * MagLev 23530
2373
+ * Bugfix: missing test operator
2374
+ * Add initialize to scripts/info
2375
+ * Add rmv env (with option --path) to get environment info
2376
+ * Add documentation built into rvm for wrapper
2377
+ * Implement environment files and switch symlinks for wrapper scripts
2378
+ * Silencing if GEM_HOME does not exist. Thanks Sutto.
2379
+ * Append to file instead of overwrite.
2380
+ * Feature: generate ri-site / ri for real this time.
2381
+ * Sticking with the default -client for jruby tarcieri.
2382
+ * Correct the json output for successful and errors, ensuring it wraps the rubies correctly
2383
+ * Added 'rvm help info'
2384
+ * Extra space after ruby version in output
2385
+ * 'rvm info' is now an external script callable by sections and can specify rubies..
2386
+ * Adjusted rvm-prompt sed based on Sutto's comment.
2387
+ * Remainder of our changes from pairing this morning with Sutto.
2388
+ * Bugfix: rvm-prompt double dash bug in rbx, thanks be to Sutto.
2389
+ * Bugfix: rvm-prompt double dash bug, thanks be to Sutto.
2390
+ * Bugfix: rvm 1.8.7,ruby-head ruby -e 'p :t' works properly.
2391
+ * MagLev 23508.
2392
+ * Bugfix: JRuby gemsets now work properly, including 'rvm gemset list'. 'rvm gemset list' also is much improved.
2393
+ * Updated ebuild for latest release.
2394
+
2395
+ == Release 0.1.32
2396
+ * Added 1.9.2-head to list known now that there is a branch for it. Thanks altogether!
2397
+ * Bugfix: removed /bin from autoconf install path.
2398
+ * Beware the user aliases... Thanks be to ice799!!!
2399
+ * Default rbx built to use --skip-system for LLVM, thanks postmodern.
2400
+ * Prevent 'bad things from happening' when specifying 'rubinius', thanks tmm1.
2401
+ * patchlevel tweak.
2402
+ * You see nothing...
2403
+ * Rubinius 1.0.0 refactoring.
2404
+ * Rubygems 1.3.7 is now default.
2405
+ * Missed a variable change with last commit.
2406
+ * Hooks may now alter the current environment. Please be very careful what you place in them :)
2407
+ * Updated ebuild for latest release.
2408
+
2409
+ == Release 0.1.31 - JRuby 1.5.0 fix for readers of RubyInside.
2410
+ * Sortof Bugfix: Adjust rake for a minor relase issue. Thanks to haruki_zaemon for notifying me of this issue.
2411
+ * Updated ebuild for latest release.
2412
+
2413
+ == Release 0.1.30
2414
+ * JRuby 1.5.0 w00t!!!
2415
+ * Updated install message for && return. Thanks to panaggio.
2416
+ * Updated ArchLinux MRI deps.
2417
+ * 'rvm gemset pristine', thanks be to jschoolcraft.
2418
+ * Added initial 'rvm help ruby' text.
2419
+ * Added initial 'rvm help rake'
2420
+ * Rubinius rc5
2421
+ * Bugfix: Account for parse args now arg quoting.
2422
+ * Pass rvm_ruby_configure_flags through to rbx, thanks goes to khaase.
2423
+ * Maglev 23464.
2424
+ * Handle command line args with spaces (e.g., REE build options).
2425
+ * Run an 'svn switch' when updating a svn repo.
2426
+ * 1.9.3 is now 'ruby-head'
2427
+ * Removed --no-dev-docs from ree install. use ree-options instead.
2428
+ * MRI 1.8.7-p249
2429
+ * Export rvm_ree_options.
2430
+ * Minor tweak to rdoc generation.
2431
+ * Bugfix: 'rvm use X' now prefixes gems bin directories to path also. Thanks erikh.
2432
+ * PATH order: gem bin:global gem bin:ruby bin:... Thanks for the great idea erikh!!!
2433
+ * JRuby 1.5.0RC3
2434
+ * Removed --verbose from rdoc call.
2435
+ * Updated ebuild for latest release.
2436
+ * MacRuby 0.6
2437
+ * Made installation message regarding && return more clear.
2438
+ * Minor version bump.
2439
+ * Beginnings of 'rvm help'
2440
+ * Bugfix: 'rvm gemset use X' now works properly again.
2441
+ * Do not unset rvm_ruby_string everywhere, it is meant to be used for scripting.
2442
+ * Cleaned up package.
2443
+ * Bugfix: package install autoconf.
2444
+ * Bugfix: Account for rvm_symlink_path not existing.
2445
+ * MagLev 23400
2446
+ * Added zlib1g to rvm notes for apt hosts.
2447
+ * MacRuby nightlies should come from macruby.org
2448
+ * :) lets make this a three step process hmm?
2449
+ * Account for spaces at the beginning of the line also with rvmrc sanity check.
2450
+ * Bugfix, old exports.
2451
+ * Thank you Maz for your sharp eye.
2452
+ * Overzealous.
2453
+ * Better export handling in CLI, moving towards sh compatibilty.
2454
+ * Added Sanity checks to two more locations.
2455
+ * Check for users that do not read the documentation before loading /etc/rvmrc and/or ~/.rvmrc, thanks iotaion9.
2456
+ * Don't copy and paste folks, it gets you into trouble. Pure typing is the way to be :)
2457
+ * Feature: after_install hook :) Look Ma, it's already documented.
2458
+ * MagLev 23351.
2459
+ * Be silent if no system ruby is found.
2460
+ * Bugfix: Display system ruby correctly in rvm list when it is a symlink.
2461
+ * Removed extra $dir
2462
+ * Bugfix: rvm gemset copy.
2463
+ * djanowski.
2464
+ * Openssl version bump -> 0.9.8n
2465
+ * Removed creation of rvm_symlink_path and .gem/cache
2466
+ * Added RUBYOPT to 'rvm info' output.
2467
+ * Bugfix: Squished an oompa loompa.
2468
+ * Scaling back alias, went overboard last night :)
2469
+ * Time to go back to bed.
2470
+ * Bugfix: xdg-open detection now proper, removed OS type test.
2471
+ * Added xdg-open for systems which have it.
2472
+ * Bugfix: Don't you wish we could mute some people the same way? ::grin::
2473
+ * Bugfix: rvm-prompt for system rubies, corrected awk.
2474
+ * Bugfix: gemsets line 311, thank you mgutz.
2475
+ * Features: 'rvm alias create [ruby] [name]' 'rvm alias delete [name]' 'rvm alias list'
2476
+ * Added docs feature. Thank you Paul Barry (pjb3)!!! w00t!!!
2477
+ * Logical negations are fun!!!
2478
+ * s/which/POSIX command -v/g
2479
+ * Bump zlib version to 1.2.5
2480
+ * Bugfix: Adjust monitor for new set extraction.
2481
+ * Added libreadline6-dev and subversion as dependencies for apt.
2482
+ * Made rvm gem install output slightly more clear.
2483
+ * What do you mean you need to specify ./configure?
2484
+ * Might possibly add libxml2 to package.
2485
+ * Bugfix: Account for LoadError in irbrc, thanks to Shinzui!
2486
+ * More IR progress.
2487
+ * IronRuby 1.0 just about functional.
2488
+ * Maglev Update.
2489
+ * Fun with java.
2490
+ * Updated ebuild for latest release.
2491
+ * Bump version #.
2492
+ * JRuby 1.5.0.RC1 is now JRuby default.
2493
+ * Silence grep when not found.
2494
+ * damn copy paste
2495
+ * --ree-options --no-dev-docs default now for ree
2496
+ * Updated for cent 5.4 iconv-devel MIA.
2497
+ * Bugfix: do some more sanity checks when using a gemset.
2498
+ * Bugfix: Fixing the last bugfix.
2499
+ * Bugfix: Switch gemsets when already using one.
2500
+ * If gemset name was specified, explicitely use it.
2501
+ * Add more detail to the post-install gem installations (eg, where they are installing to).
2502
+ * Bugfix: 'rvm answer' now uses perl, since the universe is written in Perl. As it is obvious... the universe has bugs, and perl is the only language that can have bugs not even god could sort out.
2503
+ * Bugfix: 'rvm question'
2504
+ * 'rvm question'
2505
+ * 'rvm answer' now answers the question: What is the Answer to the Ultimate Question of Life, the Universe, and Everything?
2506
+ * Improved rvm info output.
2507
+ * Added zlib to notes.
2508
+ * Account for term type 'unknown', thanks Chad Woolley.
2509
+ * Adjustment to gem for rbx-head.
2510
+ * Bugfix: Rubinius is now able to use gemsets also :) Thank you luislavena!
2511
+ * Dumbass. It's like you never awk'd before...
2512
+ * When called with only one ruby, allow no args.
2513
+ * Now can set rvm_verbose_flag=0 to silence set log.
2514
+ * Made progress on IronRuby during coderpath interview.
2515
+ * Bugfix: don't relink caches anymore.
2516
+ * Improved output for gemset empty.
2517
+ * Bugfix: Don't select if gem_home set.
2518
+ * Install autoconf to rvm bin path / symlink path.
2519
+ * Sometimes I wonder why we have copy/paste...
2520
+ * Added variable.
2521
+ * Added autoconf package url.
2522
+ * Feature: 'rvm package install autoconf'
2523
+ * Bugfix, grab the gemdir properly for destination in copy.
2524
+ * Updated ebuild for latest release.
2525
+
2526
+ == Release 0.1.27
2527
+ * Remove .ext/rdoc if it exists, for those having trouble with it when installing 1.9.2-head.
2528
+ * Applied jhsu's patch.
2529
+ * Updated rvm-prompt tests to run rvm prompt in correct directory. Also updated 1.9.1 and 1.8.6 tests to use the correct 'head' versions
2530
+ * initial bash completion
2531
+ * I'll think about this more.
2532
+ * Bugfix: only warn when using sytem.
2533
+ * Do not store system ruby as root.
2534
+ * Added nice warning message about using gemsets with System rubies.
2535
+ * Be sure to practice safe sed...
2536
+ * Updated Maglev version to 23191.
2537
+ * Reconfigure always.
2538
+ * Bugfix: don't unset rvm_gem_name during installs.
2539
+ * Updated ebuild for latest release.
2540
+ * Minor CLI cleanup.
2541
+ * Added rvm-update-{head,latest}
2542
+ * Bumped minor version.
2543
+ * What? sed is not actually clairvoyant???
2544
+ * rdoc/rake now install both to interpreter gemset and interpreter global gemset.
2545
+ * Change % to @ during update in default file.
2546
+ * Updated scripts/install.
2547
+ * Fixed rvm_bin_path in example rvmrc, thanks uxp.
2548
+ * Adjusted ncurses url, thanks agibralter.
2549
+ * Install rdoc/rake with no rdoc/ri option.
2550
+ * Install rdoc before rake.
2551
+ * Added 'system' output to rvm-prompt, thanks workmad3.
2552
+ * How'd that sneak in there?
2553
+ * 'rvm install rbx' now installs rc4.
2554
+ * Ignore dependencies when loading a gem.
2555
+ * Updated installer to output differently for install vs upgrade.
2556
+ * Bugfix: Improved check for no gem command.
2557
+ * Updated ebuild for latest release.
2558
+ * Bugfix ;)
2559
+ * Updated ebuild for latest release.
2560
+
2561
+ == Release 0.1.25
2562
+ * Feature: gemset now displays in info. Bugfix: 'rvm gemset clear' now works as expected.
2563
+ * Added unicode char for head. Thanks khaase!
2564
+ * Bugfix: install gemset renaming ready for next release.
2565
+ * Bugfix: % separator for migration of gemsets.
2566
+ * Maglev version 23101.
2567
+ * Now using @ as separator :/ ::twitch::
2568
+ * Bugfix: Bugfix fixed.
2569
+ * Bugfix: If rvm_ruby_gem_home is not set, attempt to set it.
2570
+ * Bugfix: Removed extraneous }
2571
+ * Bugfix: Properly extract the ruby string for gemset use.
2572
+ * Feature: rvm_gemset_separator. Now with '+' as default. Install renames old gemsets. To keep old '%' then export rvm_gemset_separator='%' in ~/.rvmrc.
2573
+ * Bugfix: slow the insane logic down.
2574
+ * Performance: Use GEM_HOME instead of going through gem in rvm-prompt to gain gemset. Thanks priit!
2575
+ * Bugfix: 'rvm benchmark myscript.rb' works again.
2576
+ * Added --gems flag for uninstall/remove.
2577
+ * Updated ebuild for latest release.
2578
+
2579
+ == Release 0.1.24
2580
+ * Bugfix: Available packages are now detected correctly, thanks apotonick && NilsH for letting me know about it.
2581
+ * Removed global caching scheme in preparation for something sweet.
2582
+ * MagLev now 1.8.7 w00t! (23082)
2583
+ * Merge branch 'master' of git.overnothing.com:rvm
2584
+ * Updated zlib version. Thanks bierbaum.
2585
+ * Added a use to rubygems setup.
2586
+ * Crossing my legs and hoping not to get screwed.
2587
+ * Bugfix: unset rvmrc flag after create.
2588
+ * Thanks Wilson!!!
2589
+ * 'rvm gemset string' for consistency
2590
+ * Display gemset by default in rvm-prompt.
2591
+ * Added initial unicode concept for rvm-prompt. Thanks burke!
2592
+ * Removed --all.
2593
+ * Improved gemset and usage messages.
2594
+ * Bugfix: when use --create flag gemsets no longer complain.
2595
+ * Comment out some legacy cli items. Cleaned up the CLI help a bit. Thanks dreamcat4.
2596
+ * Fix typo in list known for 1.8.6 version. Thanks drewolson.
2597
+ * Merged in hellopatrick's patch for MacRuby. Thanks hellopatrick.
2598
+ * For JRuby s/kenai/org.s3.amazonaws/g. Thanks nicksieger.
2599
+ * Added ruby-head to 'rvm list known'. Thanks takkanm.
2600
+ * Rubinius rc3. Thanks Renaud (Nel) Morvan.
2601
+ * We have to practice safe sed now that BSD is out there.
2602
+ * Better non-interactive operation (color terminal interaction).
2603
+ * Try this one Pistos.
2604
+ * The spaces for 'readability' have annoyed me long enough.
2605
+ * Try that Pistos.
2606
+ * Bugfix: only chmod when installed as user.
2607
+ * Updated ebuild for latest release.
2608
+
2609
+ == Release 0.1.23
2610
+ * Bugfix: Ensure PATH includes gemset path when gemset is used.
2611
+ * Bumped MagLev version.
2612
+ * Moved the root check up higher.
2613
+ * Less agressive with the cache linking.
2614
+ * Only do the gem cache dance if a user.
2615
+ * Bugfix: Reflect on the action for packages.
2616
+ * Fix 1.8.7, ensure pathname2 is installed.
2617
+ * Tarball not zipball.
2618
+ * Updated ebuild for latest release.
2619
+
2620
+ == Release 0.1.22
2621
+ * Bugfix: Check for rvm_ruby_gem_home and set accordingly. Additionlly don't append %gemset to the existence check, it will already be in the gem home. Thanks mattdenner.
2622
+ * Updated ebuild for latest release.
2623
+
2624
+ == Release 0.1.21 - Many gemset bugfixes.
2625
+ * Bugfix: rvm gemset delete now works as expected.
2626
+ * Bugfix: 'rvm gems use X' now properly sets up all env vars.
2627
+ * Bugfix: 'rvm gemset delete X' now works again.
2628
+ * Bugfix: 'rvm gems use X' uses X again :)
2629
+ * Bugfix: 'rvm gemset use X' will not double X. Bugfix: 'rvm gemset use Y' will no longer display an error message about the ruby string.
2630
+ * Feature: rvm_gemset_create_on_use_flag=1 in ~/.rvmrc
2631
+ * Bugfix: s/gems/gemset/ in error messages.
2632
+ * More ironruby progress.
2633
+ * Or maybe not.
2634
+ * Ironruby might work now.
2635
+ * Progress with ironruby...
2636
+ * This is the way it *should* be however ... no comment...
2637
+ * Bumped ironruby's version to 1.0-rc2
2638
+ * Bugfix: libraries has been moved to package.
2639
+ * Cleaned up CLI readme slightly.
2640
+ * Added full path to md5 on Darwin in fetch. Thanks shigeya.
2641
+ * err ::cough:: /usr/ ::cough::
2642
+ * Full path to OSX installer for macruby. Thanks shigeya.
2643
+ * Updated ebuild for latest release.
2644
+ * Bugfix: Fix /sbin/md5 for Darwin based systems. Thank you very much shigeya!
2645
+ * Bugfix: 'rvm package ....' under zsh.
2646
+ * Updated ebuild for latest release.
2647
+
2648
+ == Release 0.1.19
2649
+ * Updated mono package function.
2650
+ * Rounded out new package feature.
2651
+ * New API: 'rvm package {install,uninstall} {openssl,zlib,readline,iconv,etc...}'
2652
+ * Found that blasted missing 's'.
2653
+ * Bugfix: gemset not gems in set script. Thanks drewolson.
2654
+ * Initialize.
2655
+ * Source the utility functions.
2656
+ * Bugfix: Function naming error.
2657
+ * chmod certain scripts during install.
2658
+ * Make libraries executable.
2659
+ * Export in the examples.
2660
+ * Check for existance before grepping.
2661
+ * For root installs, use the rvm_path for global gem cache.
2662
+ * Bugfix: Libraries output no longer occurs when rvm is sourced.
2663
+ * Bugfix: Don't source libraries, it's now external. Thanks Jimmy Baker.
2664
+ * Merged Pisto's ebuild update.
2665
+ * Adjust where rvmrc gets loaded for package managers.
2666
+ * Advise users to get head often via 'rvm update --head'.
2667
+ * Fixed a tyop in examples/rvmrc.
2668
+ * Only do 'make' not configure for JRuby < 1.4.
2669
+ * Bugfix: For set/do actions if only one ruby is specified only do that ruby. Bugfix: when -S is used don't quote the args, thanks to aslakhellesoy.
2670
+ * Bugfix: missed a spot.
2671
+ * MagLev version 22907.
2672
+ * Added 'rvm seppuku' in honor of tsykoduk who can't spell so it saved his life.
2673
+ * Bugfix: 'rvm_gems_select' -> rvm_gemset_select
2674
+ * s/gems/gemset/g Thanks everyone for such a decisive vote.
2675
+ * Defaulting 'rvm list' to 'rvm list rubies'.
2676
+ * Do not try and use log script during implode after removal :).
2677
+ * Bugfix: global gems cache setting is now exported.
2678
+ * Enhanced the error message.
2679
+ * Bugfix: exit not return from script. Thanks TecnoBrat.
2680
+ * Added tracability to extracted set actions.
2681
+ * Added tags file to gitignore.
2682
+ * Heh... might need that.
2683
+ * tyop fix for preifx.
2684
+ * Made install message about the return statement more clear.
2685
+ * Moved 'do' actions to external script (set). Refactored to allow for rvm_prefix for package managers.
2686
+ * Bugfix: Show gemset for do actions.
2687
+ * Adding ebuild for rvm-0.1.18
2688
+
2689
+ == Release 0.1.18
2690
+ * Renamed sticky-gems to sticky
2691
+ * Removed rvm_path code from installer which should not be set during install. Install is 'black and white'
2692
+ * Feature: Now you can empty any gem dir, not just for a gemset.
2693
+ * Was too agressive with last commit. We still want to use gemsets :-p
2694
+ * Bugfix: GEM_PATH now gets correctly set for rubies without an actual 'version'.
2695
+ * Removed warning message, was in the wrong place.
2696
+ * Corrected caps of GemStone in readme.
2697
+ * More work on gems actions. Fixed capitization of GemStone. Added maglev-head to 'rvm list known'
2698
+ * Bugfix: removed double negation.
2699
+ * Bugfix: properly detect a ruby string interpreter component.
2700
+ * Feature: 'rvm gems create'
2701
+ * Added error handling to __rvm_strings (thanks dreamcat4). Began working on the new gemset interface.
2702
+ * Adjusted wording from --all to known for rvm install.
2703
+ * Feature: New list functionality. Feature new strings functionality.
2704
+ * Upgrade installers to rubygems 1.3.6
2705
+ * Make the rvm rubies subcommand more helpful
2706
+ * Added installation warning when 'return' is detected in .bashrc.
2707
+ * Adding ebuild for rvm-0.1.17
2708
+
2709
+ == Release 0.1.17
2710
+ * Added latest maglev md5's
2711
+ * Bump maglev version to 22891.
2712
+ * Do not install rubygems for ruby-head.
2713
+ * What is with me and my inability to spell?
2714
+ * Tweak path logic slightly.
2715
+ * 'rvm update' no longer attempts to install from a gem. Now downloads and installsthe latest stable release tarball.
2716
+ * Adding ebuild for rvm-0.1.16
2717
+
2718
+ == Release 0.1.16
2719
+ * Bugfix for the last Bugfix ;)
2720
+ * Bugfix: Search global path for 'do' actions.
2721
+ * FreeBSD deviates from the norm just like OSX :)
2722
+ * 'rvm gems import/export' instead of 'rvm gems dump/load'
2723
+ * Feature: 'rvm gems copy X Y', thanks to my UnderpantsGnome.
2724
+ * Bugfix: Installer fixed again.
2725
+ * dirname of course!
2726
+ * change to the location of the install file.
2727
+ * Added loading of rvmrc before path calculation.
2728
+ * Removed source_path using $0
2729
+ * Adding ebuild for rvm-0.1.15
2730
+ * RVM Release 0.1.15
2731
+ * Allow --sticky_gems from command line.
2732
+ * Bugfix: better gem command detection.
2733
+ * Adding ebuild for rvm-0.1.14
2734
+
2735
+ == Release 0.1.14
2736
+ * Bugfix: careful now.
2737
+ * Stricter checking.
2738
+ * Bugfix: Missed a spot for global gem cache.
2739
+ * Ensure symlinks are correct.
2740
+ * Refactored global gems cache to be located in $HOME/.gem/cache/
2741
+ * Bugfix: Remove archive if it fails checks. Feature: Initial bundler support.
2742
+ * Bugfix: rvm gems delete.
2743
+ * Updated yum based notes. Thanks RubyPanther.
2744
+ * Feature: 'rvm X --rvmrc'.
2745
+ * Adding ebuild for rvm-0.1.13
2746
+
2747
+ == Release 0.1.13
2748
+ * Adjusted install message to be more explicit about the return. Adjusted rbx's installer.
2749
+ * Turns out it was the previous 1.8.7 install that was jacked, not the rbx installer.
2750
+ * Bugfix: remove spaces in filenames for rvm gems load.
2751
+ * Tweaking rbx install.
2752
+ * Slowly improving gemset functionality.
2753
+ * court3nay is correct, we want \s
2754
+ * Bugfix: rvm gem install t* now works again ;)
2755
+ * Removed empty file.
2756
+ * Install now exits on failed patch. Error command output tweaked.
2757
+ * Adding ebuild for rvm-0.1.12
2758
+ * Patch with p0
2759
+ * Bugfix: rvm install X --patch Y now patches :)
2760
+ * Feature: Cleaned up 'rvm list'
2761
+ * Add some more output so that you know what's going on when a gem is already installed.
2762
+ * Bugfix: 'rvm gems load X' as well as 'rvm gem install Y'.
2763
+ * Oh man, that was a very sneaky lil buggar...
2764
+ * Sometimes I am so dense that I myself don't realize that I'm completely daft :/
2765
+ * I suffer from accute mental deficiency :(
2766
+ * Need more caffene...
2767
+ * A refactoring we will go... A refactoring we will go...
2768
+ * Perhaps it's better to just let things go sometimes.
2769
+ * Two installs for the price of one
2770
+ * Bugfix: 'rvm gem install X' should now actually install X
2771
+ * Altering how gem path & home are passed for gem install.
2772
+ * Switch the unsetting of the patch specification to the global variables.
2773
+ * Refactored libraries code. Added rvm_ruby_patch exports.
2774
+ * Removed completion script.
2775
+ * Bugfix: rvm reset now clears default properly.
2776
+ * Bugfix for 'rvm gem install X' dealing with GEM_PATH setting.
2777
+ * Added proxy ability for rubies fetching. Thanks Jadefalkner.
2778
+
2779
+ == Release 0.1.11
2780
+
2781
+ == Release 0.1.10
2782
+ * Bugfix: Fixed tyop in variable name. Fixed extra space issue.
2783
+ * Bugfix: PATH correction. Thanks UnderpantsGnome.
2784
+ * Bugfix: Fixing the last Bugfix correctly.
2785
+ * Bugfix for zsh on gems load. Began adding 'rvm install mono' - not done.
2786
+ * Bugfix: Macruby 0.5
2787
+
2788
+ == Release 0.1.9
2789
+ * Bugfix: 'rvm install macruby' now installs 0.5 instead of nightly build.
2790
+ * Is a direcotory and not a symlink.
2791
+ * Fixed pathing for mput.
2792
+ * Added test if directory is empty.
2793
+ * Bugfix: globbing in zsh is unsettling.
2794
+ * Documentation updates.
2795
+
2796
+ == Release 0.1.8
2797
+ * Bugfix: Separate directory and symlink logic.
2798
+ * 1.8.6-p399 now default.
2799
+ * Removed tracing.
2800
+ * Bugfix in site docs, thanks to wmadden.
2801
+ * Bugfix: rvm gems load now properly skips gems that are already installed.
2802
+ * Wow, that was a challenging bugger to track down.
2803
+ * Updated CLI help with more information. Bugfix: rvm gems load now works again. Feature: rvm gems load now installs gems very fast from cache.
2804
+ * Added shell to output.
2805
+
2806
+ == Release 0.1.7
2807
+ * p398 is now default for 1.8.6. Thanks Kirk Haines.
2808
+ * Removed '--no-rdoc --no-ri' as default. Set rvm_gem_options in .rvmrc if desired.
2809
+ * Added ebuild for 0.1.6.
2810
+ * Added GEM_PATH to info output.
2811
+ * Bugfix: Use the proper variable for global gems paths.
2812
+ * Bugfix: Removed extra slash from shebang for hooks, thanks haruki_zaemon
2813
+
2814
+ == Release 0.1.6
2815
+ * Update default 1.8.7 to p249.
2816
+ * Thank you Pete Nicholls.
2817
+ * Bugfix: Ensure that cache directory exists.
2818
+ * Added ebuild for version 0.1.5 .
2819
+ * Merge branch 'master' into ebuilds-nice
2820
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2821
+
2822
+ == Release 0.1.5
2823
+ * Careful not to nuke system gems cache.
2824
+ * No! the other left!
2825
+ * Bugfix: So system rubies matter? ;)
2826
+ * Updates to all ebuilds, including 0.1.3, 0.1.4 and "edge" (git) versions.
2827
+ * Updates to all ebuilds, including 0.1.3, 0.1.4 and "edge" (git) versions.
2828
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2829
+ * Merge branch 'master' of github.com:Pistos/rvm
2830
+ * Update maglev's version to 22816.
2831
+ * Bugfix: fun with zsh ;)
2832
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2833
+
2834
+ == Release 0.1.4
2835
+ * Added filesystem permissions check to rvm debug.
2836
+ * Ensure that %global gets into path.
2837
+ * Tweaked verbage.
2838
+ * Bugfix: global gems dir, no blind move.
2839
+ * Feature: cache md5 sums on successful download.
2840
+ * Global gem cache :)
2841
+ * Features: %global default gem set. symlink of each ruby's interpreter default gem set to ruby_string/lib/ruby. Thanks UnderpantsGnome for the %global idea.
2842
+ * Site update.
2843
+ * rvm now creates symlinks to gem directories in rvm_ruby_home/lib/ruby/1.8 for example.
2844
+ * Add patch dependency notice.
2845
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2846
+ * Bump LLVM version.
2847
+ * More tweaking of rvm_path for Pistos.
2848
+ * Mental Breakdowns for fun and profit.
2849
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2850
+ * putting it back :)
2851
+ * Merge branch 'master' of github.com:Pistos/rvm
2852
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2853
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2854
+ * Adjusted default path again.
2855
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2856
+ * Adjust order of defaults loading.
2857
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2858
+ * Moved scripts detection code, added defaults.
2859
+ * Thanks Justin Smestad
2860
+ * Thank you Justin Smestad for your support!
2861
+ * Trying adding in a default fallback for rvm_path.
2862
+ * Upgrade MagLev version.
2863
+ * Run notes from cwd.
2864
+ * Added rvm_scripts_path to install block.
2865
+ * Site updates.
2866
+ * Honor rvm path for irbrc.
2867
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
2868
+ * Ensure log directory exists for nested logs.
2869
+ * Added rvm irbrc processing to post_install.
2870
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
2871
+
2872
+ == Release 0.1.3
2873
+ * Added ebuild for version 0.1.2.
2874
+ * Added Maglev 22780 checksums.
2875
+ * Added MagLev 22780 Added rubygems update when new ruby gem home is created.
2876
+ * Feature: 'rvm install ruby-head'.
2877
+ * chose MRI SVN repository when install with head option
2878
+ * Merge branch 'master' of github.com:Pistos/rvm
2879
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2880
+
2881
+ == Release 0.1.2
2882
+ * Site update.
2883
+ * Bugfix: better handle ruby log paths.
2884
+ * Bugfix: Append to log when running a command.
2885
+ * Bugfix: directory creation during installer.
2886
+ * Added comments for all utility functions.
2887
+ * Added 'rvm rubies' for use with scripting.
2888
+ * Use the redist-libs as the source folder for Ruby libraries when copying IronRuby files after building.
2889
+ * Fixed a mistake in the manual merge performed in commit d471bb9.
2890
+ * Fixed a regression introduced after commit 12221fe that broke the recognition of a proper mono version to build IronRuby from the Git repository.
2891
+ * updated to Ruby Enterprise Edition 1.8.7 2010.01
2892
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2893
+ * Adjusted wrapper scripts.
2894
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2895
+ * MagLev update, symlink gemstone dir.
2896
+ * Pedantic formatting for jruby in rvm list.
2897
+ * Consistent formatting.
2898
+ * maglev is *always* x86_64
2899
+ * Bugfix: don't exit out when mostly done with MagLev install.
2900
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2901
+
2902
+ == Release 0.1.1 - bugfixes.
2903
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2904
+ * Removed sourcing of .rvmrc / etc/rvmrc.
2905
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2906
+ * Tweaking init for install.
2907
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2908
+ * Add env vars to install trace.
2909
+ * Enable install tracing.
2910
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2911
+ * Bugfix: destinkerifying.
2912
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2913
+ * Bugfix: smelly elif.
2914
+ * rm -rf rm -rf.
2915
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2916
+ * Moved stored system/default into config/ from rvm_path
2917
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2918
+ * Only show manual instructions if not installing as root.
2919
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2920
+ * Quick, pull your pants up the boss is comming
2921
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2922
+ * Added another sanity check.
2923
+ * Updated binscripts/rvm
2924
+ * Bugfix: 'rvm install jruby' actually works now :)
2925
+ * Bugfix: 'rvm install jruby' now sets the correct archive extension.
2926
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2927
+ * Merge branch 'master' of github.com:Pistos/rvm
2928
+ * Bugfix: maglev-head added demo key.
2929
+ * Site update.
2930
+ * Updated sha1's for MagLev on Linux.
2931
+ * Copied /usr/portage/skel.ebuild for first ebuild. No changes yet.
2932
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2933
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2934
+ * Updated rvm-prompt to be more 'bare'. Thanks Pistos :)
2935
+ * Bugfix: issue a warning and point to docs when 'rvm gems' without arguments is used.
2936
+ * Added gems to help output, thanks technicalpickles.
2937
+ * Minor installer tweaks.
2938
+ * Added 'rvm_sticy_gems' setting for ~/.rvmrc file. Tweaked maglev-head.
2939
+ * Updated directory creations.
2940
+ * More updates for maglev-head.
2941
+ * Added new GemStone sha1. Fixed a logical bug with maglev-head install.
2942
+ * More MagLev tweaking. Now workign on getting 'maglev-head' working proper.
2943
+ * Added maglev-22725 sha1.
2944
+
2945
+ == Release 0.1.0
2946
+ * Added maglev to usage output and list.
2947
+ * Updated installation notice
2948
+ * Silly rabbit... debugs are for developers...
2949
+ * Shebang adjustment. Site update.
2950
+ * Added migration piece for rubies so that people aren't caught off guard like with the gem directory change.
2951
+ * Updated MagLev version. Fixed a few items I missed with last commit.
2952
+ * Initial refactoring of rubies into $rvm_path/rubies
2953
+ * Final pre 0.1.0 release allowing for full MagLev functionality with gem install.
2954
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
2955
+ * Minor tweak for Pistos.
2956
+ * Silence gemstone check for MagLev.
2957
+ * Bugfix: Only start stone for maglev once.
2958
+ * Updated MagLev verison.
2959
+ * Bugfix: 'rvm gems load' now works under zsh as well :/
2960
+ * Fixed a tyop
2961
+ * 'rvm install ree' now properly extracts with the correct extension.
2962
+ * More work on MagLev support. Added check for running gemstone. Added check for setting version based on ruby string digits piece.
2963
+ * Tweaked notes to include release name on Linux.
2964
+ * Update 1.9.1 to default to p378.
2965
+ * Bugfix: removed z in tar's where piping through gunzip. Thanks to jfsworld.
2966
+ * Added 1.8.7-p248 md5.
2967
+ * If rvm_project_rvmrc=0 then don't even hijack cd.
2968
+ * Fixed maglev gemstone extraction
2969
+ * For now always nab gemstone.
2970
+ * Removed extra }
2971
+ * Updated to new MagLev url scheme.
2972
+ * Updated maglev urls.
2973
+ * Changed maglev to download tar.gz
2974
+ * Switched tar extractions to work on Solaris. Updated install doc.
2975
+ * Added start to use maglev.
2976
+ * Missing [
2977
+ * Only extract gemstone on head.
2978
+ * Only download gemstone for -head version.
2979
+ * Minor bugfix.
2980
+ * Initial working maglev, no head.
2981
+ * MagLev precheck script working.
2982
+ * added maglev prereq script.
2983
+ * Initial working 'rvm install maglev'. Several things need to be done before releasing maglev.
2984
+ * Bugfix: syntax error, daft man coding.
2985
+ * Bugfix: Extract on force if already extracted. Beginning maglev code.
2986
+ * grr.
2987
+ * Bugfix: rvm gems load for path to gem file no longer emits an awk error.
2988
+ * Thank you very much, Robert Hunter!
2989
+
2990
+ == Release 0.999, getting very close to 0.1.0
2991
+ * Added some exit points to rbx install for error cases.
2992
+ * Site updates.
2993
+ * Upgraded rbx. Several other fixes and patches. Thanks awesome users!
2994
+ * Site Updates.
2995
+ * Removed the --jit from usage which is no longer used. Use --enable-llvm instead.
2996
+ * Feature: sticky gem sets are now disabled by default. Set 'rvm_sticky_gemsets=1' in ~/.rvmrc to enable.
2997
+ * Bugfix: rvm gems delete should now work. Thanks jfsworld!
2998
+ * Bugfix: MY_RUBY_HOME in default file greps were adjusted since export was moved to beginning of line. Thanks jfsworld.
2999
+ * Bugfix: rvm install rbx/rbx-head.
3000
+ * Updated install message for zshrc instead of zshenv.
3001
+ * Altered rbx llvm code based on feedback from Evan. llvm is now default so the option for rbx is --disable-llvm.
3002
+ * Bugfix: 'rvm default' now works as intended. Thanks rolfb.
3003
+ * Switched to using match script inside mono install section so that older bash shells can still run. Thanks tibra.
3004
+ * Bugfix: Don't fetch version when --head is specified for macruby.
3005
+ * Abort macruby-head installation if install_source exited with error code.
3006
+ * Make llvm building opt-in for macruby via --enable-llvm flag (for now).
3007
+ * Add libraries to manage script.
3008
+ * How'd that get in there?
3009
+ * Propigate default through selector.
3010
+ * Propigate default from CLI.
3011
+ * Bugfix: install to exit upon encoutering it's first error.
3012
+ * Tweaked install message slightly.
3013
+ * Bugfix: rvm gems delete now works again.
3014
+ * Bugfix: 'rvm gems name' works now.
3015
+ * Feature: 'rvm gems clear'
3016
+ * Bugfix: rvm gems list. Thanks jpalardy.
3017
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
3018
+ * Added export of rvm_hooks_path. Thanks jpalardy.
3019
+ * Corrected a few typos in the site's content
3020
+ * Bugfix: s/rvm_dir/rvm_path/g
3021
+ * Thank you Jack Dempsey.
3022
+ * Bugfix: always hit ruby for version string instead of current binary for 'do' actions.
3023
+ * Updated 1.8.7 in rvm-list
3024
+ * Changed default 1.8.7 to p248.
3025
+ * Changed default 1.8.7 to p248.
3026
+ * Thank you Jonathan Palardy.
3027
+ * Added git-core to apt based hosts notes message. Thanks racan.
3028
+
3029
+ == Release 0.0.99
3030
+ * Added rvm source script test for website.
3031
+ * Adjusted formatting of 'rvm list'.
3032
+ * More tweaks to install message.
3033
+ * Feature: './install' no longer touches rc files. Pass --auto to installer in order to have it touch the rc files. Thanks agib.
3034
+ * Option: rvm_gem_options ; default: --no-rdoc --no-ri
3035
+ * added extra sanity check to gem install
3036
+ * When root created default AND symlink both. Fall back to /usr/local/rvm/default when selecting default.
3037
+ * Extracted hoooks to external script. Improved cd logic.
3038
+ * Added warning to install & documentation not to return from .bashrc.
3039
+ * Bugfix: jruby-* in rvm list now correctly does -v on the ruby itself.
3040
+ * Bugfix: if a file name is given during dump, honor it.
3041
+ * changed exec to eval for rvmsudo.
3042
+ * Bugfix: only create ./log if using it.
3043
+ * Bugfix: whoops, those are variables?
3044
+ * corrected variable placement.
3045
+ * Adjusted prefixing for rvmsudo.
3046
+ * Added line padding around 'rvm --version'
3047
+ * Bugfix: when no gem home set rvmsudo should not fail.
3048
+ * Return to original directory after update.
3049
+ * Added spaces before & after logging messages based on Yehuda's recommendation.
3050
+ * Merge branch 'master' of git.overnothing.com:rvm
3051
+ * Detect interactive vs non-interactive and adapt logging output based on interactivity. Thanks agib & egyp7.
3052
+ * HOME rvm overrides system.
3053
+ * Don't mkdir on specs
3054
+ * Let's try initializing rvm's variables.
3055
+ * Switching to a different tactic.
3056
+ * Silence errors when detecting.
3057
+ * Merged.
3058
+ * Attempting to fix the detection of an installed gem.
3059
+ * Tweaked gem installed test.
3060
+
3061
+ == Release 0.0.98
3062
+ * Added optional trailing slash. Thanks dreamcat4.
3063
+ * Removed quotes from regex.
3064
+ * Working on adjusting the installer with dreamcat4
3065
+ * merged an extract of dreamcat4's commit
3066
+ * Manually merged nrk's patch for BASH_REMATCH check.
3067
+ * Manually merged nrk's patch for pwd fix.
3068
+ * Manually merged fistfvck's commit 949ca1402f1d8fb491e7eafdf661205da388123a.
3069
+ * Added a missing LF for notes related to JRuby on systems running pacman.
3070
+ * Tweaked initializer based on dreamcat4 suggestions and some cleanup.
3071
+ * Added messages for IronRuby to install notes.
3072
+ * Added IronRuby to the README.
3073
+ * Support for building and installing IronRuby from the official git repository (Mono >= 2.6 is required).
3074
+ * Merge branch 'master' of git.overnothing.com:rvm
3075
+ * Feature: rvmsudo X for executing X in context of current rvm selection.
3076
+ * Bugfix: adding HOME .profile to correct zshenv.
3077
+ * Added mkdir -p to install script for rvm paths.
3078
+ * Bugfix: 'rvm gems load' works again as well.
3079
+ * Bugfix: no more double extraction for jruby.
3080
+ * Bugfixes: rvm install jruby.
3081
+ * switching more back ...
3082
+ * Added message to 'ant dist' build line. Reverted more items.
3083
+ * Bugfix: ant dist on jruby-head.
3084
+ * Put back rvm-prompt :/
3085
+ * Bugfix: jruby always run ant.
3086
+ * Added JRuby message to install notes.
3087
+ * Added --{disable,enable}-{llvm,jit} cli flags.
3088
+ * Bugfix: JIT logic.
3089
+ * More tweaks to rvm rbx install.
3090
+ * Nuked some unnecessary codez.
3091
+ * That should about do it for 'rvm install rbx'
3092
+ * Progress with rbx however... how do you specify install target for package?
3093
+ * Trying a different install on use approach.
3094
+ * Trying a different install on use approach.
3095
+ * Take that Scyllinice!
3096
+ * Well this is fun, switching back around.
3097
+ * What trace? I see no trace?
3098
+ * Bugfix: Adjusted ruby string interpreter matcher.
3099
+ * Added debug messages to gems actions.
3100
+ * Bugfix: properly restore rbx's ruby string.
3101
+ * Bugfix: rvm_install_on_use_flag=1 in ~/.rvmrc works again.
3102
+ * switch from $interpreter/$versin to $ruby_string for gem dirs.
3103
+
3104
+ == Release 0.0.97
3105
+ * Documentatino updates.
3106
+ * Bugfix: 'rvm X gem install Y' now works, w00t
3107
+ * Yes folks, zsh IS better at emitting a stack trace :)
3108
+ * Bugfix: Installing gems via 'rvm gem install X'
3109
+ * Bugfix: I just found out the which command on OSX has different options than on Linux :/
3110
+ * Merge branch 'fix_rvm_ruby_do'
3111
+ * Removed debug statements.
3112
+ * Bugfix: account for plain old ruby in the ruby string :)
3113
+ * Bugfix: variable has regained its $
3114
+ * Bugfix: 'rvm remove reeee' no longer tries to remvoe all rubies.
3115
+ * Feature: Use default set in $HOME first then ruby path.
3116
+ * Bugfix: only run exract for jruby if not installing jruby-head.
3117
+ * unset loaded flag during reload.
3118
+ * switch .profile and rvm sourcing order
3119
+ * re-feature: Added back the sourcing of .profile if it exists. Began cleaning up bash scripts.
3120
+
3121
+ == Release 0.0.96
3122
+ * Features: rvm X --editor : creates rvm_path/bin/editor_X symlinks rvm X --passenger : creates rvm_path/bin/passenger_X symlinks rvm X --symlinks smurf : creates rvm_path/bin/smurf_X symlinks
3123
+ * Merge remote branch 'origin/fix_rvm_ruby_do' into fix_rvm_ruby_do
3124
+ * fixed 'File Not Exist' error, when rvm_do.
3125
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
3126
+ * Removed --enable-shared as default on recommendation of Aman Gupta (tmm1).
3127
+ * Rubinius: LLVM is enabled by default; flip --enable-llvm to --disable-llvm
3128
+ * Initial support for IronRuby's binaries. NOTE: the current download URL is temporary and it might change in the future.
3129
+ * The user might not have curl installed, so we should prompt to install curl in the notes section
3130
+ * Bugfix: rvm -e 'puts 6 + 7' should now work.
3131
+ * Bugfix: silence error output from ls.
3132
+ * Thank you Scott Clausen!
3133
+
3134
+ == Release 0.0.95
3135
+ * Feature: rvm now behaves the same way when logged in as root and user. To set a system wide default ruby now do 'rvm X --default' when logged in as root
3136
+ * Bugfix: --enable-shared not --enable_shared, thanks saimon!
3137
+ * Minor version bump.
3138
+ * No longer run irbrc on select.
3139
+ * Minor adjustment, --enable-shared.
3140
+ * Default compile flag is now --enable-shared=yes unless overridden with -C ...
3141
+ * Bugfix: 'rvm list' now shows proper architecture strings.
3142
+ * Bugfix: silence another which ruby call and also test for executable on system ruby.
3143
+ * Bugfix: Check proper directory and script for root install, additionally ensure rvm_path is a directory before attempting to load rvm.
3144
+ * Minor version bump.
3145
+ * Set PATH after symlinks for zsh to rehash.
3146
+ * Bugfix: 'rvm gem install X' works again after extracting gem actions to a external script.
3147
+ * Have gems load use current set / exported environment.
3148
+
3149
+ == Release 0.0.92
3150
+ * red is the new green ;)
3151
+ * Only call colors once per color. Set rvm_ruby_gem_home if it is not set.
3152
+ * Set gem_args.
3153
+ * Missed a rename with last commit.
3154
+ * Properly reflect on the gems(et) file.
3155
+ * the external gems methods should use the environmental ruby.
3156
+ * Sometimes, I see dumb people. Then I realize I'm looking in the mirror. :/
3157
+ * Who commented out that shift? :)
3158
+ * re-added load action
3159
+ * Bugfix: 'rvm gems load' once again loads the gems(et).
3160
+ * Bugfix: export configure flags for manage script.
3161
+ * Added code to get 1.8.5 to compile on all systems, including ones with newer readline & openssl :) Thanks khaase!
3162
+ * Feature: Added post-gem-install message. Thanks tmm1!
3163
+ * Default Change: per-project rvmrc code to switch to default/system on exit is now opt-in instead of opt-out.
3164
+
3165
+ == Release 0.0.91
3166
+ * Bugfix: 'rvm update' now tries current ruby first. Bugfix: 'rvm install' does not imbecillically use the same code as initialize and startup.
3167
+
3168
+ == Release 0.0.90
3169
+ * Bugfix: rvm gems(et) commands now work again.
3170
+ * Site Updates.
3171
+ * Bugfix: rvm install X for libraries now works again, broken in 0.0.89
3172
+ * I am so incredibly daft sometimes :(
3173
+ * Over zealous
3174
+ * Attempting to improve rvm_path logic.
3175
+
3176
+ == Release 0.0.89
3177
+ * Feature: Monitor files in lib/ and app/ directories. This might need some more polish.
3178
+ * Feature: md5 checksums now happen so that archives are not re-downloaded.
3179
+ * Bugfix: rvm scripts path looks around now before gettings set if not already set.
3180
+ * Site updates.
3181
+ * Added user tag ability to rvm ruby strings for future requirement.
3182
+ * Site updates.
3183
+ * Site updates.
3184
+ * Feature: gem actions are now in external scripts.
3185
+ * libraries are now uninstallable.
3186
+ * Bugfix: check if not null, not for equals 1
3187
+ * Added rvm/usr path detection.
3188
+ * Added 1.9.1-p376 to rvm list --all
3189
+ * fixed 'File Not Exist' error, when rvm_do.
3190
+ * If rvm_archflags=1 then set rvm_make_flags_flag.
3191
+ * Bugfix: rvm runs extract even if archive already exists.
3192
+ * Made __rvm_make_flags opt-in via rvm_make_flags_flag
3193
+ * Updated 1.9.1 default patchlevel to 376.
3194
+ * Add curl to 'rvm notes'
3195
+ * Moved do all case to use shell builtin glob instead of ls.
3196
+ * Adjusted for config/user during install.
3197
+ * fixed __rvm_update_rvm
3198
+ * Bugfix: nailgun now compiles for jruby.
3199
+ * Bugfix: JRuby rake & gem now work as expected out of the box.
3200
+ * Bugfix: Run extract after package fetches only.
3201
+ * Bugfix: moved 'rvm_remove_ruby' into the external manage script.
3202
+ * Committing Rolf's mute button :-p
3203
+ * Site update.
3204
+ * Thank you Konstantin Haase!
3205
+ * Removed trap for zsh.
3206
+ * Finished extracting installer to separate script.
3207
+ * Site Update.
3208
+ * Site update, thanks Erik Hansson!
3209
+ * Feature: 'rvm fetch X,Y,Z' works.
3210
+ * Minor version bump in preparation for a release.
3211
+ * rvm_fetch improvements
3212
+ * Began working on 'rvm fetch' function.
3213
+ * Site update.
3214
+ * Bugfix: Install message no longer shows awk output, notes cleaned up.
3215
+ * Adjustment: rvm gems load switched colors and message around to make it more natural.
3216
+ * Bugfix: jruby install now correctly symlinks the jbinaries to regular and no longer alter's their shebangs.
3217
+ * Removed the run flag.
3218
+ * Adjusted the version output during install.
3219
+ * Removed a failed attempt at a self aware script ;)
3220
+ * Evil slash... begone!
3221
+ * Tweaked installer for new binscript.
3222
+ * script vs run logic.
3223
+ * Clear!.
3224
+ * Knit three yank six.
3225
+ * Try one pull two.
3226
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3227
+ * Provide more information during the installation.
3228
+ * In Darwin, explicitly use system's "basename" command.
3229
+ * Feature: rvm_symlink_path now overridable and defaults to /usr/local/bin
3230
+ * Extracted cd to sorced script.
3231
+ * Feature: Project specific rvmrc files now switch back to default and/or system rubies when exiting a project directory. Additionally they can now be toggled off by placing 'rvm_project_rvmrc_default=0' and/or 'rvm_project_rvmrc=0' in the ~/.rvmrc file
3232
+ * Bugfix: rbx_url
3233
+ * Site updates.
3234
+ * Removed debugging flags.
3235
+ * Tweaked monitor with a file check.
3236
+ * Added monitor page to site.
3237
+ * Bugfix: rvm reload now correctly reloads and does not go loopy.
3238
+ * Bugfix: break in case? Really? ...
3239
+ * Initial thoughts on patch support.
3240
+
3241
+ == Release 0.0.86
3242
+ * Added a simple bootstrap script to the documentation.
3243
+ * scripts/hash now executable in preparation for future use.
3244
+ * Bugfix: system for rvm list now shows up properly when exists.
3245
+ * Feature: ~/.rvm/config/user now available for user defined settings and defaults.
3246
+ * Site updates.
3247
+ * Adding config/md5 sum file.
3248
+ * Updated examples/rvmrc file to be current for the project. Fixed 'rvm_temp_path' to be 'rvm_tmp_path' as expected.
3249
+ * Bugfix: More tweaking of the rvm load.
3250
+ * Bugfix: scripts/rvm does not re-source if rvm is already loaded.
3251
+ * Bugfix: added missing ; then
3252
+ * Site update, thank you Vladimir Sizikov.
3253
+ * Added tracability to monitor.
3254
+ * Minor version bump after 0.0.84 release.
3255
+ * Minor version bump.
3256
+ * Bugfix: Be sure to include files right in the test/ and spec/ directory also.
3257
+ * Bugfix: 'rvm reload' now works again :)
3258
+ * Feature: 'rvm <ruby string> monitor' now works for: rspec,shoulda,test/unit,...
3259
+ * Feature: 'rvm <ruby strings> monitor' now works for spec/
3260
+ * Feature: 'rvm install rbx' now installs Rubinius 1.0.0-rc1.
3261
+ * Bugfix: 'rvm install mput/shyouhei' now clones the proper url
3262
+ * Bugfix: shebang line now sets correctly.
3263
+ * Bugfix: Correctly set rvm_path for system only installations.
3264
+ * Missed a spot for CFLAGS adjustment.
3265
+ * Allow CFLAGS and LDFLAGS to be specified by environment.
3266
+ * Bugfix: silence error messages from the command.
3267
+ * Site updates.
3268
+ * Bugfix: Logic was negated for finding gem command.
3269
+ * Bugfix: Silent gems select.
3270
+ * Bugfix: subshell not string :/
3271
+ * Adjusted spacing for 'rvm notes'
3272
+ * Feature: 'rvm notes' now outputs the same notes as spit out during rvm install.
3273
+ * We really are not interested in the output of 'which gem' for testing purposes :)
3274
+ * Adjusted install message for ubuntu.
3275
+ * Added message for list when no system ruby installed.
3276
+ * gems select should silently return if gem missing.
3277
+ * Added gem check to gems select
3278
+ * Alter checks.
3279
+ * If ruby & gem do not exist, skip default setting.
3280
+ * Skip gem actions with an error message if no gem command found.
3281
+ * Bugfix: Added check for source directory during install. Added check for gem existing for the case when no ruby exists.
3282
+ * Bugfix: Account for the case where there is no current ruby.
3283
+ * Bugfix: Account for the case where there is no current ruby.
3284
+
3285
+ == Release 0.0.82
3286
+ * Added site/tmp/dependencies to gitignore.
3287
+ * Bugfix: installer loading logic.
3288
+ * Site updates.
3289
+ * Added XCode version & update message to install.
3290
+ * Send error & fail messages to stderr.
3291
+ * Added array functions.
3292
+ * Extracted monitor to external script, will finish implementation later.
3293
+ * Feature: Added a few hooks, most importantly ~/.rvm/hooks/after_use
3294
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3295
+ * Altered 'rvm list' output to be more clear.
3296
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3297
+ * Removed subshell after nice command.
3298
+ * Bugfix: properly copy binscripts to $rvm_path/bin/
3299
+ * Bugfix: running -v against an existing script.
3300
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3301
+ * Feature: rvm_ruby_mode now propigates to the ruby -v output on the do line as well as the ruby string output.
3302
+ * Bugfix: Properly pass mode, do not store in rvm_ruby_args.
3303
+ * Feature: Ability to specify a ruby string 'jruby-m1.9' in order to startup jruby with --1.9 mode.
3304
+ * Tracing is like divining with entrails!
3305
+ * Bugfix: do not unset all variables. Bugfix: Adjust the rvm loading logic.
3306
+ * buahahahaah found you you lil bugger! bug ! bug ! ... SQUISH
3307
+ * Bugfix: Initialize issue during install.
3308
+ * Removed debugging line.
3309
+ * Bugfix: Installer actually works now when no rvm is present :)
3310
+ * Bugfix: Better return logic on failure from fetch.
3311
+ * Much refactoring see PT...
3312
+ * Significantly cut down on trace noise.
3313
+ * Bugfix: Removed extra /rvm/ in scripts path. Removed external --prefix option.
3314
+ * Refactored initialize out of several places into a common script and improved it's logic for handling root installs.
3315
+ * Bugfix: adjust rvm_prefix_path and rvm_path to be user overridable and have consistent defaults in both initialize() and install()
3316
+ * Applied my new found education on the naming of JRuby :) Thanks VVSiz
3317
+ * Minor version bump post 0.0.80 release.
3318
+ * Feature: 'rvm list --all' now outputs ruby strings and indicates defaults and has a few extra comments.
3319
+ * Support Heroku style '.gems' files.
3320
+ * Bugfix: rvm do actions now work with 'system' ruby. Example: 'rvm 1.9.1,system,ree rake spec'
3321
+ * Minor version bump after release 0.0.79.
3322
+ * Switch to rvm_path instead of hardcoded ~/.rvm.
3323
+ * Bugfix: 'rvm gems load' now works for system rubies as well.
3324
+ * Strip preceding whitespace.
3325
+ * Select 2nd field from output of sysctl.
3326
+ * ppc pre-empts 64 bit check.
3327
+ * Adjusting make_flags for PPC
3328
+ * Don't call make_flags for ree releases, it computes things with it's own installer.
3329
+ * Adjusted macruby_nightly latest url.
3330
+ * Bugfix: 'rvm specs/tests/rake spec/rake test' now work proper.
3331
+ * Bugfix: Strip off trailing 's' for specs/tests when passing to rake.
3332
+ * Bugfix: specs/tests CLI.
3333
+ * Honor user .rvmrc and /etc/rvmrc settings during rvm install.
3334
+ * Lop off path when collecting gem names for gemsync
3335
+ * Properly unset vars for rbx install and only call make_flags for 1.[8-9]* rubies.
3336
+ * Minor version number bump.
3337
+ * Remove ParseTree requirement for rbx, additionally remove %rbx gem set.
3338
+ * Bugfix: strip off the t for tag when checking out repo.
3339
+ * Bugfix: correct tag selector.
3340
+ * site updates.
3341
+ * Bugfix: add -eq 1 to test for zsh.
3342
+ * Disabling Installer code from rbx for now.
3343
+ * Added export of rvm_ruby_string and gem_set_name for selected default rubies.
3344
+ * Feature: Export ruby string and gem set name for extrnal scripts to take advantage of them.
3345
+ * Feature: Source a .rvmrc file in a directory after changing to it, if it exists.
3346
+ * Bugfix: Honor -C configure flags passed via command line.
3347
+ * Added back the --host and --build configure options.
3348
+ * Bugfix: (sorta) ignore calling self when $* matches completion-
3349
+ * Minor version bump.
3350
+
3351
+ == Release 0.0.77
3352
+ * Bugfix: 'rvm gem uninstall X' no longer errors on --no-rdoc
3353
+ * Feature: 'rvm install ree-1.8.6' on Darwin now injects --no-tcmalloc
3354
+ * Removed usage of =~ for now :/
3355
+ * Switched shebang lines to use /usr/bin/env.
3356
+ * Feature: 'rvm install curl'. (For use with curb for example: 'rvm ree ; rvm install curb -- --with-curl-dir=/Users/wayne/.rvm/usr/'). Thanks foca.
3357
+ * Minor Version Bump.
3358
+ * Feature: Detection of scripts directory vs rvm path.
3359
+ * Bugfix: 'rvm gemdir', 'rvm gemdir system', 'rvm gemdir user', etc... now all work as expected.
3360
+ * Bugfix: rvm 1.9.1,1.8.6 -S spec spec/hash_spec.rb. Thanks dbussink.
3361
+ * More tweaks to Darwin build architecture detection.
3362
+ * Bugfix: only honor MacOSX SDK's. Thanks rolfb.
3363
+ * Prevent \ interpretation.
3364
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3365
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
3366
+ * Site Updates.
3367
+ * fixed symlink path for default-irb/default-gem
3368
+ * Feature: Have 'rvm use X' be verbose and output 'now using ruby X' while 'rvm X' not be verbose for scripting (by default). This can be overridden by placing rvm_verbose_flag=1 in ~/.rvmrc to always be verbose.
3369
+ * Feature: Cleaned up rvm list, added some color.
3370
+ * Bugfix: clear all gems flags when cleaning up variables.
3371
+ * Initial SysAdmin root level support -- specficially targeted to hosting environments.
3372
+ * Feature: for 'rvm gem install X' add --no-rdoc --no-ri
3373
+ * Bugfix: --ree-options should now actually take options.
3374
+ * Bugfix: i686 for x86_64 in --host and --build.
3375
+ * Skip autoconf step if configure is defined.
3376
+ * Adjust how we build llvm.
3377
+ * Build llvm prior to building macruby.
3378
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3379
+ * Buahahahahahaahahahahaha...
3380
+ * Fun with configure.
3381
+ * Switched function style in installer and utility scripts.
3382
+ * Improved rubygems install code some.
3383
+ * Bugfix: 'rvm install 1.9.2' no longer tries to install 'ppreview1' :)
3384
+ * Minor version bump after 0.0.73 release.
3385
+
3386
+ == Release 0.0.73.
3387
+ * jruby 1.4.0 is now default. macruby now only shows up in all list if system is OSX.
3388
+ * Minor version bump after 0.0.72 release.
3389
+ * Initial jruby-head support.
3390
+ * space fail.
3391
+ * Fixed up installer based on suggestion by chrisk.
3392
+ * Feature: Added macruby to 'rvm list'. Adjusted VERSION to latest jeweler release (yay).
3393
+ * Site update.
3394
+ * Bugfix: ree installer now a) does not double call make_flags() and b) parses the configure to place -c before each --call.
3395
+ * Nice basename idea Chris Kampmeier.
3396
+ * Bugfix: Adjusted 'ls' in order to avoid aliases.
3397
+ * Make user facing message simpler.
3398
+ * Bugfix: adjust svn urls for new ruby string logic.
3399
+ * Minor version bump.
3400
+
3401
+ == Release 0.0.71: Added macruby & rbx to rvm list. Initial (simple) ruby support.
3402
+ * Feature: rbx and macruby now both show up under rvm list.
3403
+ * rvm Release 0.0.70: Initial macruby support.
3404
+ * Feature: 'rvm macruby' now defaults to the 'nightly' version.
3405
+ * Feature: 'rvm install macruby-nightly' now works. Caution: conflicts with beta release, advise using nightly builds.
3406
+ * Site update.
3407
+ * Added initial ruby support files.
3408
+ * Minor version bump.
3409
+ * Tweaked version difference message a bit, great stuff thanks docwhat :)
3410
+ * Feature: Checks if rvm needs to be re-synced in the shell.
3411
+ * Bugfix: 'rvm gemdir' thoughts not completed are best completed.
3412
+ * Bugfix: Correctly check for the specification file to see if it is already installed :)
3413
+ * Well that was rather embarassing ...
3414
+ * Slowly improving gem handling logic.
3415
+ * Feature: respect the reported architecture of the host OS on Darwin. Additionally allow the user to override via rvm_archflags in ~/.rvmrc
3416
+ * Adjusted jruby download url.
3417
+ * jruby RC1 -> RC3
3418
+ * Bugfix: We *want* shell expansion of some things :)
3419
+ * Bugfix: irbrc loading code, thanks yury!
3420
+ * Bugfix: 'rvm system' now works as expected.
3421
+ * Site updates.
3422
+ * Respect any previous configure flags.
3423
+ * Bugfix: Ruby now compiles more explicitely as i686 on OSX 10.
3424
+ * Bugfix: 'rvm gemdir' now works again, thank you Tony_.
3425
+ * Added extra trace output.
3426
+ * tyop fix. Thanks coderpath.
3427
+ * s/checkout/update/. Thank you rubys!
3428
+ * Bugfix: svn checkout is ... fascinating.
3429
+ * Subversion revision tweak.
3430
+ * Adjusted download/clone/checkout messages, thank you rubys.
3431
+ * Bugfix: Check for head flag for download url.
3432
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
3433
+ * Bugfix: (again) 'rvm 1.9.1 --head'. Thank you rubys.
3434
+ * Fixed use of RUBY_ENGINE -- doesn't exist in ruby < 1.9
3435
+ * Rewrote __rvm_ruby_string to be a) flexible b) handle errors better and c) far less complex! Thanks for the idea, Chrononaut!
3436
+ * Site update.
3437
+
3438
+ == Release 0.0.66
3439
+ * Bugfix: 'rvm 1.8.7%gemset' now works again (broken in last commit).
3440
+ * Bugfix: 'rvm 1.8.7-p160' now works.
3441
+ * Bugfix: 'rvm 1.9.1,ree,jruby benchmark some_code.rb'
3442
+ * Added missing file scripts/irbrc.
3443
+ * Moved usage out to readme.
3444
+ * Patches: Thank you Thomas Ritz. Altered irb files to use env vars.
3445
+ * Feature: Use a common irbrc for all installations for easy upgrades.
3446
+ * Bugfix: 'rvm 1.9.1%somegem ; gem install wirble ; rvm 1.8.7 ; rvm gems delete 1.9.1%somegem' now works properly.
3447
+ * Feature: IRB prompt mode is now stored in :RVM instead of :DEFAULT.
3448
+ * Bugfix: 'rvm gem install X' now works.
3449
+ * Put PAGER code back. bad monkey, careo, bad bad bad monky :-p
3450
+ * Site updates.
3451
+ * Bugfix: Do not respect the users PAGER setting as it may break rvm help.
3452
+ * Switch back from bash native subsitution.
3453
+ * Minor version bump.
3454
+ * Adjusted rvm debug to output information useful when debugging issues on OSX.
3455
+ * Added --archflags and --sdk, as well as configurable via ~/.rvmrc
3456
+ * Switching rbx to use the new installer.
3457
+ * Bugfix: Use 64 bit for SL and later, 32bit for previous.
3458
+ * Bugfix: tyop, thank you hsbt
3459
+ * Use *both* archflags for Darwin.
3460
+ * Bugfix: Do not rely on 'ls -t' instead use sort and tail.
3461
+ * Bugfix: -S and -e now work properly again. Removed --script and --execute options as they do not appear in ruby.
3462
+ * Move reset of configure to all variable reset.
3463
+ * Bugfix: 'rvm remove X' no longer tries to install after removing. Feature: 'rvm remove X' now takes a full rvm selector string. Minor version bump.
3464
+ * Site update, now officially publishing to gemcutter.org only.
3465
+ * Feature: 'rvm 1.9.1-r25443' now works.
3466
+ * Site update.
3467
+ * Upgraded ree default version. 63 commands, 384 assertions, 384 passed, 0 failed..
3468
+ * Applied patch for shyouhei 'mput' ruby
3469
+ * Bugfix: 'rvm install 1.9.1 --rev 25443'
3470
+ * rvm-prompt has been rewritten to be flexible.
3471
+ * Bugfix: 'rvm 1.9.1-head'
3472
+ * Site update.
3473
+ * Bugfix: 'rvm install 1.9.1-head'.
3474
+ * Minor version bump.
3475
+ * Bugfix: Removed __rvm_reload
3476
+ * Feature: Restore cwd after rvm update. Bugfix: 'rvm update' should work again.
3477
+ * Minor site wording tweak.
3478
+ * rvm Release 0.0.62 (See PT for information).
3479
+ * Bugfix: properly extracting of gem names & versions
3480
+ * Escape paren in regex.
3481
+ * Logic tweak to gems loading.
3482
+ * Bugfix: gem name parsing for gemset laod.
3483
+ * Missed a spot.
3484
+ * Double entendre :)
3485
+ * Several bugfixes and features (see pT)
3486
+ * Site updates.
3487
+ * Site update.
3488
+ * Site Update, thank you Brian Hogan!
3489
+ * Bugfix: Use rvm_path and do not hardcode .rvm DOH.
3490
+ * Adjust to use actual architecture rather than OSX release version.
3491
+ * Remember kids, practice safe sed!
3492
+ * Date bump.
3493
+ * Bugfix: 1.8.* now properly use rvm's installed openssl/readline/zlib/iconv. Major accomplishment tonight, would do a backflip if I could ;) w00t
3494
+ * Version bump. Bugfix in btu.
3495
+ * Site Update.
3496
+ * Regex adjustment.
3497
+ * Switching to safer sed patterns.
3498
+
3499
+ == Release 0.0.60: gems(et) and other bugfixes.
3500
+ * Bugfix: 'rvm 1.8.7-p160' works as intended. 50 tests, 351 assertions, 351 passed, 0 failed
3501
+ * Bugfix: install should not replace rvm-prompt location :)
3502
+ * Added 2 tests with assertions to cover the last feature checked in.
3503
+ * Bugfix: 'rvm gems X' and 'rvm gems clear' now updates the PATH properly for the new gem home.
3504
+ * Feature: 'rvm gems clear' now clears the current gemset, resulting to the selected ruby's default gem home.
3505
+ * Bugfix: If gem version is not specified, omit it.
3506
+ * Bugfix: Respect force flag for rvm gems load if gem is already installed.
3507
+ * Bugfix: rvm gems once again properly skips gems that are already installed. Feature: rvm gems load now displays red/green for success/failure of gems loading and surpresses gem's output. Added __color function.
3508
+ * Adding blank bundler files to site.
3509
+ * rvm release 0.0.59: gems(ets)
3510
+ * Site update.
3511
+ * Site documentation update, added a few more tests.
3512
+ * gemsets now work with the selector and multi commands, w00t!
3513
+ * Now have: 40 tests, 339 assertions, 339 passed, 0 failed. Gem Sets working as expected.
3514
+ * Feature: rvm gems completely functional! Passing test suite, w00t!
3515
+ * Bugfix: rvm gems load
3516
+ * Removed debug.
3517
+ * Site Update.
3518
+ * Site updates.
3519
+ * Site update.
3520
+ * 'rvm install ree' now works without throwing an error.
3521
+ * Bugfix: nasty recursive gem home bug.
3522
+ * Bugfix: ree string had an extra ) floating around ...
3523
+ * use non-prefixed less for pager default.
3524
+ * Updating FAQ - Textmate Workaround
3525
+ * So ... I can't count eh?
3526
+ * release 0.0.58
3527
+ * Bugfix: GEM_HOME is now handled correcty.
3528
+ * Switched code to use preferred subshell method.
3529
+ * Made test clauses safer from bad input.
3530
+
3531
+ == Release 0.0.57: Bugfixes.
3532
+ * Bugfix: 'rvm ruby' and 'rvm gem' with no arguments now properly issue an error message.
3533
+ * Bugfix: 'rvm update' now works again.
3534
+ * Remove debug.
3535
+ * Bugfix: nasty recursive gem home bug.
3536
+
3537
+ == Release 0.0.56. 'rvm gems X', X in {<set name>, load,dump,delete,name,dir,list}
3538
+ * Feature(s): 'rvm gems X'. 52 tests, 443 assertions, 443 passed, 0 failed. ::grin:: w00t
3539
+ * Bugfix: basename: missing operand.
3540
+ * Fixed the tests.
3541
+ * BugFix: ree installer.
3542
+ * Use signal trap in order to cleanup when done.
3543
+ * Remove wget support, we're going all curl baby...
3544
+ * Bugfix: 'rvm --help' no longer tries to shift on an empty array.
3545
+ * Removed system ps1 from rvm, no longer necessary with rvm-prompt. More work on 'rvm gems ...'
3546
+ * Site updates.
3547
+ * Merge branch 'master' of github.com:wayneeseguin/rvm
3548
+ * Started working on the gemset ui.
3549
+ * Fixes issues with the display of preformatted code.
3550
+ * Feature: Partial string matches (for use with do actions). Added btu 0.0.1 and 29/290 tests.
3551
+ * Switched rbx to latest llvm compilation method (still using --jit from CLI). Renamed rvm_gem_home to rvm_ruby_gem_home for clarity. Shortened 'ruby-enterprise' to 'ree' for brevity.
3552
+ * Allow user to set their archflags in ~/.rvmrc.
3553
+ * Date update.
3554
+ * Minor config tweak.
3555
+ * Site update
3556
+
3557
+ == Release 0.0.55: Gemset Bugfix.
3558
+
3559
+ == Release 0.0.55: Gemset Bugfix.
3560
+
3561
+ == Release 0.0.55: Gemset Bugfix.
3562
+ * Bumped 1.8.5 patchlevel to 231.
3563
+ * Bugfix: gemsets no longer default to version :-p
3564
+ * rvm Release 0.0.54: 'rvm jruby 1.4.1' (currently RC1)
3565
+ * Feature: 'rvm gemset delete X'
3566
+ * Feature: Detect curent gemset if none given and one exists.
3567
+ * Feature: Indicate defaults in 'rvm list --all'
3568
+ * Docfix: Added jruby 1.4.1 to 'rvm list --all'
3569
+ * Feature: 'rvm install jruby 1.4.1; rvm use jruby 1.4.0. Bugfix: Do not let the dog chase it's tail :)
3570
+ * Allow exact specification of gemset file during load.
3571
+ * Add basename extraction to test also.
3572
+ * Prevent users from specifying full path in gemset.
3573
+ * Allow --repository and --url and --repo with the CLI
3574
+ * Pass '--repo-url X' to override the repository url used when installing a ruby.
3575
+ * If you place 'rvm_ruby_repo_url' or 'rvm_jurby_repo_url' or 'rvm_rbx_repo_url' it will override rvm's urls
3576
+ * If you place 'rvm_ruby_repo_url' or 'rvm_jurby_repo_url' or 'rvm_rbx_repo_url' it will override rvm's urls
3577
+ * Show gem sources when 'rvm debug' is used.
3578
+ * Shift if 'use ruby' sequenece to avoid the ruby triggering do.
3579
+ * Summary output is now more readable.
3580
+
3581
+ == Release 0.0.53
3582
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3583
+ * Bugfix: 'rvm benchmark increment.rb' now works with jruby. Site Updates.
3584
+ * Added Maz's installer patch. Added imajes rvm_loaded_flag idea.
3585
+ * Shortened output.
3586
+ * Minor version bump.
3587
+ * Patch: Maz, fix extraction logic after archive download.
3588
+ * rvm release 0.0.52: rbx fully functional.
3589
+ * rbx finally works fully, yay
3590
+ * Site modification, switch to haml (yay).
3591
+ * Feature: --json,--yaml only output those. Bugfix: Downloader for installs.
3592
+
3593
+ == Release 0.0.51: ree 1.8.7
3594
+ * ree 1.8.7 is now default.
3595
+ * Feature: ree 1.8.7.
3596
+
3597
+ == Release 0.0.50: Progress.
3598
+ * Bugfix: rvm list.
3599
+ * Some more tweaking on macruby.
3600
+ * Smoothing out the installs & configuring.
3601
+ * using default with no default set is a warning not an error.
3602
+ * Bugfix: rvm reset now correctly selects system.
3603
+ * Minor version bump.
3604
+ * Bugfix: Logical switch on jruby should be and not or.
3605
+ * Feature: 'rvm load my.gemset' ; Feature: 'rvm dump my.gemset'
3606
+ * re-added install symlink.
3607
+ * Fixed some paths, thanks Pistos.
3608
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3609
+
3610
+ == Release 0.0.49.
3611
+ * Some rubinius tweeks.
3612
+ * Feature: 'rvm ree 1.8.7 --head'
3613
+ * Indent notes.
3614
+ * Symlink rvm-install for next few releases to smooth upgrades.
3615
+ * Adding ./install
3616
+ * Beginning final overhaul before 0.1.0.
3617
+ * Feature: --trace flag to differentiate and augment from --debug flag.
3618
+ * Site update.
3619
+ * Initial try to check archives
3620
+ * patch the remainder of the jruby scripts
3621
+ * remove old scripts so that links don't lead to weird resutls
3622
+ * Feature: 'rvm --shebang --env inspect x,y,z' to help me help others.
3623
+ * Bugfix: system indicator.
3624
+ * Bugfix: Correctly use bin_script for rubies. THANK YOU smparkes.
3625
+ * Full path for shebang.
3626
+ * Back to symlinks.
3627
+ * Hardlink after install for jfiles.
3628
+ * hard link jfiles .
3629
+ * Removed extra chmod.
3630
+ * Silence errors we don't care about.
3631
+ * Set environment for jgem.
3632
+ * Bypass aliases for make.
3633
+ * use before doing.
3634
+ * Stick with jruby's own rubygems.
3635
+ * Skip rubygems and only do update for jruby.
3636
+ * Installer now allows for non-interactive installs.
3637
+ * Feature: rvm restores selected ruby after performing a multi action. Bugfix: unset rvm_ruby_selector when cleaning up variables.
3638
+ * Site update.
3639
+ * Site updates.
3640
+ * Bugfix: s/=true// for --enable-shared. Thanks Maz.
3641
+
3642
+ == Release 0.0.48. Site updates.
3643
+ * Feature: 'rvm install/uninstall/remove X,Y,Z...' Updated usage & CLI.
3644
+ * Feature: 'rvm system --default'
3645
+ * Slowly forward with jruby...
3646
+ * Bugfix: rvm install X,Y
3647
+ * Removed stray __rvm_select
3648
+ * Bugfix: rvm install A,B,C now works.
3649
+
3650
+ == Release 0.0.47: jruby + rubydo bugfixes.
3651
+ * jruby ::twitch:: jruby ::twitch:: ... working ...
3652
+ * After much mental aerobics JRuby is now working.
3653
+ * Bugfix: jruby shebang now properly set, yay.
3654
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3655
+ * Bugfix: rvm list for zsh if no rvm sourced in bashrc.
3656
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3657
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3658
+ * Merge branch 'master' of git@github.com:Pistos/rvm
3659
+ * Bugfix: /bin/bash instead of just 'bash' in case bash is not in path.
3660
+
3661
+ == Release: 0.0.46 Essential installer and other bugfixes.
3662
+ * Removed pointless warnings.
3663
+ * Patch: For curl, detects if server does not support range command, delete archive, and retry download. Thanks Maz.
3664
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3665
+ * Bugfix: Ruby installs now have gem_env/path and shebang properly injected.
3666
+ * Bugfix: Fixed jacked up sed script, thanks Maz
3667
+ * Finished removing system_path items.
3668
+ * Feature: Clean PATH of rvm instead of storing system path. Thank you Joseph Hsu (jhsu)!
3669
+ * Feature: json/yaml to log/summary.json/yaml.
3670
+ * Bugfix: 1.9.X rubygems install.
3671
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3672
+ * More cleanup.
3673
+ * Cleaned up visuals of rvm-install.
3674
+ * Bugfix: Multiple and all for rake X now work. Thank you dbussink
3675
+ * Single spec case working.
3676
+ * minor version bump.
3677
+ * Bugfix: Missing space around test, thanks Maz.
3678
+ * Bugfix: Install on use flag works now. Bugfix: existence testing and standard file testing for gem path/hme injection.
3679
+ * Never do things in a hurry :/
3680
+ * Fix test for 1.9, thanks Maz.
3681
+ * Feature: Removed path from system snapshot. Bugfix: test for file in post-install.
3682
+ * s/sync/gemsync/g
3683
+
3684
+ == Release 0.0.45
3685
+ * JSON output reformatted and workign in zsh as well.
3686
+ * Bugfix: ZSH yaml fix.
3687
+ * Feature: 'rvm install X,Y,'Z works as intended. Bugfix: 'rvm install jruby'
3688
+ * Make rvm debug slightly more useful when helping people.
3689
+ * Bugfix: 'rvm do' === 'rvm rubydo'
3690
+ * Fun with popsicles.
3691
+ * Bugfix: gemsync actually works now. Thanks bosie.
3692
+ * Bugfix: gemsync :)
3693
+ * Added gemsync utility. Thanks bosie.
3694
+ * Gem Sync mege with gem dup.
3695
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3696
+ * Bugfix: rvm list for system, thanks Pistos/Scyllinice. Initial sync code, thanks bosie.
3697
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3698
+ * Silence pushes & pops, thanks darkhelmet & bosie.
3699
+ * rbx binary wrappers for gem and rake.
3700
+
3701
+ == Release 0.0.44: Install Bugfix, thanks Maz.
3702
+ * cp -Rf /
3703
+ * cp -Rf :)
3704
+ * cp -R
3705
+
3706
+ == Release 0.0.43. Features: 'rvm benchmark code.rb', 'rvm rake <task>'
3707
+ * Bugfix: 'rvm system' works again with rvm-prompt.
3708
+ * Bugfix: 'rvm gemdup system'. Bugfix: 'rvm gemdup user'
3709
+ * Unearthed gem of a gem, gem features.
3710
+ * gem wrapper now in place.
3711
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3712
+ * Added rake to rbx install.
3713
+ * Feature: --json Summary.
3714
+ * Feature: 'rvm benchmark rubyfile.rb' :). Feature: Summary as yaml 'rvm --yaml rake -T'.
3715
+
3716
+ == Release 0.0.42.
3717
+ * Feature: 'rvm rake -T' (doesn't have to be just -T ;))
3718
+ * s/--enable-pthread=true/--enable-pthread/g
3719
+ * Bugfix: patchlevel should respect 'head' and 'trunk' values. Thanks Yehuda.
3720
+ * Feature: 'rvm remove' and 'rvm uninstall' are now split.
3721
+ * re-enabled macruby against git head.
3722
+ * LOL bugfix
3723
+ * Moved VERSION.yml to lib/
3724
+ * Copy over lib dir on install.
3725
+ * Install adjustment.
3726
+ * Initial rake/gem code.
3727
+ * Set ARCHFLAGS for Darwin.
3728
+ * Feature: Merge configure options with user's configure options.
3729
+ * minor version bump prepairing for next release.
3730
+ * BugFix: Would you like a variable with that?
3731
+ * Removed -l flag.
3732
+ * Bugfix: patchlevel for ree.
3733
+ * Added VERSION.yml to Rakefile, thanks tswicegood.
3734
+ * ::twitch::
3735
+ * grumble... I just pushed a release :/
3736
+
3737
+ == Release 0.0.41: Bugfixes. Thank you community awesome.
3738
+ * Bugfix: rake gets installed to gem_home/bin :)
3739
+ * Site Updates.
3740
+ * Bugfix: ruby_string grep should check rev at beginning.
3741
+ * Remove 'j' from 'jgem' call bin script.
3742
+ * Bugfix: silence ls. Feature: Extracted duplicate rubydo blocks out to a function.
3743
+ * Silence error stream for gem list. Remove Readline comment.
3744
+ * Comment out manual readline build for now.
3745
+ * Bugfix: unset configure variable. More work on gemset loading.
3746
+ * Bugfix GEM_PATH. Thanks Jamie.
3747
+ * run bin_script after rubygems install.
3748
+ * version bump.
3749
+ * Show progress indicators for wget/curl when downloading.
3750
+ * Site Update.
3751
+ * Feature: skip already installed gem files.
3752
+ * Thank you Thomas Kern. Bugfix: correct gem file names for gemset load.
3753
+ * s/daft-wayne/wayne/g
3754
+ * Subshell output redirect, thanks bosie
3755
+ * Cleaning up cli. Updating usage. Bugfix: gemset load.
3756
+ * Fun with flags.
3757
+ * Search rvm gems cache directories for gem files before hitting the 'series of tubes'.
3758
+ * Bugfix: gemset load, thanks bosie.
3759
+ * if [ 'zsh' = 'daft' ] ; then s/parameters/configure_parameters/g
3760
+ * Send STDERR to /dev/null for cache check with gemset load
3761
+ * if [ 'zsh' = 'daft' ] ; do sed -i s/status/result/g ; done
3762
+ * Bugfix: Patchlevel sanity checks, thanks sfpyra.
3763
+ * rvm Release 0.0.40: Ruby Install Bugfix.
3764
+ * setn enable-shared=true
3765
+ * Ensure that --enable-shared is used with configure :/
3766
+
3767
+ == Release 0.0.39
3768
+ * Only use rvm readline if it exists.
3769
+ * Silence Z grep
3770
+ * Features: ~/.bin/ruby,gem,irb,default-ruby symlinks on --default.
3771
+ * Bugfix: patch level. Check for non-existant url and issue error message if so.
3772
+ * Moved some cli related functions into rvm-cli script.
3773
+ * Removed --disable-shared, how'd that sneak in there :-p
3774
+ * Feature: gem update --system after installing 1.9.1
3775
+ * Feature: rvm built in readline build support now functional. Bugfix: 1.9 installs properly w/rubygems modify instead of install. Site Updates.
3776
+ * Removed warning to allow people to run ruby under passenger as root ;)
3777
+ * Bugfix: Rubygems install for 1.9 was not honoring its test. Setting flags for readline compile.
3778
+ * Feature: 'rvm update --rubygems' now installs rubygems for the currently selected ruby.
3779
+ * Bugfix: 'rvm gemdir system user' now works. Site Updates.
3780
+
3781
+ == Release: the .38 special.
3782
+ * moving forward with readline.
3783
+ * Doc updates, thanks anita-kun.
3784
+ * flash messages.
3785
+ * Bugfix: use 'trunk' for 'head' / 'trunk' rev. BugFix: svn update if svn repo already cloned. Feature: 'rvm install readline'. Feature: 'rvm install iconv'.
3786
+ * Merge branch 'master' of github.com:Pistos/rvm
3787
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3788
+ * Typo fix, missing |. removed sudo from iconv install.
3789
+ * Added two (as of yet untested) functions.
3790
+ * Bugfix: rvm list now shows default ruby correctly.
3791
+ * 'default_' -> 'system_'
3792
+ * Bugfix: Only shift params if version supplied.
3793
+ * Feature: 'rvm update --bin'. Feature: 'rvm update --rubygems'. Bugfix: 'rvm system'. Feature: gemset load/dump extracted to functions. Feature: rubygems install extracted to function. Feature: gemset load now checks for a cached version in gem home before installing, accounts for prefix and postfix, setup for eval flag parameter later.
3794
+ * Initial ruby_string function, not working yet.
3795
+ * Bugfix: tyop :)
3796
+ * Feature: 'rvm update --bin.'
3797
+ * Bugfix: 1.9.1 gem command shebang line now proper.
3798
+ * Bugfix: missing dollar sign prefix.
3799
+ * Feature: -r|--require. Bugfix: GEM_PATH in aux scripts. Began setup of status checks for installer.
3800
+ * Skip rubygems for 1.9.1
3801
+ * Feature: can now pass 'rvm install 1.9.1 -j 8' to have make -j8 called. Bugfix: shebang line w00t. Added GEM_PATH to aux binaries.
3802
+ * Feature: exit status codes propigate out of the rvm command. Feature: -S now eats to the end of the line and works as expected, example: 'rvm 1.8,1.9,jruby,rbx,ree --summary -S rake -T'
3803
+ * Added initial -I functionality.
3804
+ * equivocate arguments ending in '.rb' to -S
3805
+ * Added symlink rvm-install -> rvm-update
3806
+ * purty...
3807
+ * --summary now works with -S.
3808
+ * Bugfix: 'gemdir' command actually works as intended now :)
3809
+ * BugFix: Do not blindly adjust profiles, test for adjustment condition first.
3810
+ * Bugfix: remove '.orig' sed backup files. Thanks Josh Peek. Now working on --summary for use with -S
3811
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3812
+ * -C should proxy to -c for rvm.
3813
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3814
+ * rvm <selector> -S <scriptname.rb> now works. Bugfix: ree now uses -C args passed in, Thanks chewie71.
3815
+ * Bugfix: irbrc loading.
3816
+ * Feature: use now prompts for install. Feature: Added timestamps + commands to logs.
3817
+ * Feature: 'rvm reboot'. Cleaning up cli into functions.
3818
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3819
+ * rvm list >> multiruby -v :-p
3820
+ * Bugfix: GEM_PATH missed a spot for system. Made version single point of change.
3821
+ * Added GEM_PATH.
3822
+ * Simply load, not copy user's .irbrc, thanks brainopia.
3823
+ * Site Update, prompt.
3824
+
3825
+ == Release 0.0.37: Bug! Bug!... Squish!!!
3826
+ * Made the currently selected ruby more... obvious.
3827
+ * Updated 'rvm list' to include a '*' in front of the currently selected ruby.
3828
+ * Inject blank line just before injecting source lines during install.
3829
+ * Bugfix: default & sytem selector now work properly.
3830
+ * Bugfix: rbx install. Bugfix: Check if user has unzip for jruby installs and show warning if not. Minor site updates.
3831
+ * Added prompt to site.
3832
+ * Fixed wget test, thank you Maz.
3833
+ * Updated site with --dump & --load
3834
+ * Remove debug flag.
3835
+ * Bugfix: gemset --dump correctly separates multiple versions now.
3836
+ * Bugfix: remove system *file* if it exists and is a file.
3837
+ * rvm-prompt works when you copy scripts/rvm-prompt to your path now :)
3838
+ * Feature: rvm-prompt.
3839
+ * Issue a warning message if rvm binaries are called as root.
3840
+ * Feature: ~/.rvm/default -> ~/.rvm/system ; ~/.rvm/current -> ~/.rvm/default
3841
+ * Bugfix: Correctly specify java/ree messages on install.
3842
+ * Added scripts/rvm-aliases and scripts/rvm-functions for 'extra' features. Added gemdo usage doc. Added rake to binaries list. Added initial --dump and --load for use with gemsets.
3843
+ * Site Updates.
3844
+
3845
+ == Release 0.0.36
3846
+ * BugFix: rubydo if interpreter is actually a ruby version number, thanks aaalex.
3847
+ * Fix for rubydo, all case.
3848
+ * Use current user path instead of default path.
3849
+ * Applied PATCH by Chrononaut for install to follow symlink to zshrc.
3850
+ * Site update.
3851
+ * Bumped version.
3852
+ * Fixed an IRBRC bug, thanks danny (dnyy). Updated site faq to advise strongly against using sudo, thanks olegshaldybin.
3853
+ * Bugfix: IRBRC not getting set with current. Better setting/unsetting behavior for current.
3854
+ * Adjusted else fork's location to be consistent with if above, thanks olegshaldybin.
3855
+ * Added GEM_HOME explicit setting to installer, thanks zomb. Site updates.
3856
+ * rvm gemdir fix.
3857
+ * Playing touchy-feely with some log files.
3858
+ * Bugfix: rvm-install not rvm-update.
3859
+ * Bugfix: Ensure sure that the log directory exists.
3860
+ * Fixed heredoc subshell for zsh :/ ;)
3861
+ * Bugfix: ree. Initial rakedo & gemdo, not fully baked yet.
3862
+ * Update now merged into installer with extra checks. Temporarily commented out actuLfile.
3863
+ * Removed bin/rvm-update.
3864
+ * Bugfix: binary install for rake. Began merging update script into the install script.
3865
+ * Added rbx head --jit to list --all.
3866
+ * rvm Release 0.0.35:
3867
+ * Fixed missing binaries issue with Ruby 1.9.2.
3868
+ * Bugfix: log file name.
3869
+ * Fixed db entries.
3870
+ * Site update.
3871
+ * default_system_ruby fix
3872
+ * Bumped 1.8.6 back to 383.
3873
+ * Pushed fix for syntax on Makefile line.
3874
+ * Added config dir so we get the db.
3875
+ * Renamed rvm-installer to rvm-ruby-installer.
3876
+ * Bugfix: missing $, thanks brainopia. Feature: Split out files.
3877
+ * Bugfix: Correctly unset RUBYOPT for installer if it is *non empty*.
3878
+ * Feature: --re-configure. Added selected variable export to prepare for install extraction.
3879
+ * Working on defaults from db hash store.
3880
+ * Site Updates.
3881
+ * PATH tweek for binaries.
3882
+ * Resorting to a semi-colon
3883
+ * Adding blank space to irbrc.
3884
+ * Bugfix: Added 'current' to selector.
3885
+
3886
+ == Release 0.0.34: Bugfix: log_file_name... is a variable :)
3887
+ * Syntax check, aisle 3
3888
+ * Adjusted default system checks to check if ruby is installed, thanks Maz. Bugfix: log_file_name... is a variable :)
3889
+
3890
+ == Release 0.0.33: Bugfix: autoconf logic.
3891
+ * Bugfix: autoconf.
3892
+ * Bugfix: Correctly handle autoconf.
3893
+ * Site update.
3894
+
3895
+ == Release 0.0.32: Bugfix: PATH to include user's default path now.
3896
+ * Adjusted binary file paths to include the user's default path.
3897
+
3898
+ == Release 0.0.31: Feature: rvm list --all Feature: Adjusted rvm_ruby_configure. Feature: rvm update Feature: reset so that system ruby (1.8) is used to build rubinius, which requires parsetree. Thanks manveru. Feature: env/path injection to executables. Feature: Added wget support. Feature: rvm_run function. Added update --head. Bugfix: Exit out of push'd directory when encountering a failure. Bugfix: Made trimming the last : in the path more shell agnostic. Bugfix: Moved logs outside eval. Thank you metaskills. Bugfix: Adjusted default configure options. Updated some site docs. Thanks mr-interweb. Bugfix: don't shift on use if 2nd parameter is empty thanks mr-interweb.
3899
+ * Feature: rvm list --all
3900
+ * Bugfix: Exit out of push'd directory when encountering a failure.
3901
+ * Added wget support.
3902
+ * Made trimming the last : in the path more shell agnostic.
3903
+ * Added rvm-run function. Added update --head.
3904
+ * Moved logs outside eval.
3905
+ * Trying something with the configure line for metaskills.
3906
+ * Adjusted default configure options. Updated some site docs. Thanks mr-interweb.
3907
+ * Bugfix, don't shift on use if 2nd parameter is empty thanks mr-interweb.
3908
+ * Adjusted rvm_ruby_configure.
3909
+ * Added 'rvm update' feature.
3910
+ * Many variable renames/replacements for line shortening and readability.
3911
+ * Added reset so that system ruby (1.8) is used to build rubinius, which requires parsetree. Thanks manveru.
3912
+ * Added reset for rubinius which requires 1.8 to install due to parsetree, thanks manveru.
3913
+ * Working env/path injection.
3914
+ * Applying patch from ujihisa: Fixed installer's behavior. See the details below.
3915
+ * Moved svn url block inside the svn if.
3916
+
3917
+ == Release 0.0.30 Feature: 1.8.6-p383 is now default. Feature: --set-prompt option for prepending ruby version to prompt (opt-in). Feature: GEM_HOME/PATH to: gem, irb, erb, ri, rdoc, testrb, rake. Feature: install --force option Feature: git support to ruby-install-source. Bugfix: unset variables in default file if not set by default. Feature: rvm_prompt added to defaults file. Bugfix: Path fix. Feature: Ruby Wrapper Script. Bugfix: Log path error messages. Typos in docs. Bugfix: usage to be more clear for --configure option, thanks mikeg1a. Feature: alias '--trace' for '--debug' for rake lovers :)
3918
+ * Update 1.8.6 to use 383 as default.
3919
+ * Added --set-prompt option for prepending ruby version to prompt (opt-in).
3920
+ * Added GEM_HOME/PATH to: gem, irb, erb, ri, rdoc, testrb, rake.
3921
+ * Added GEM_HOME to rake binary now.
3922
+ * Added --force option for install.
3923
+ * Added git support to ruby-install-source. Bugfix: unset variables in default file if not set by default.
3924
+ * Adding rvm_prompt to defaults file.
3925
+ * Path fix. Ruby Wrapper Script.
3926
+ * Working out the make & make install options for macruby.
3927
+ * *actually* fixed the log path error messages.
3928
+ * Fixed quoting issue.
3929
+ * Fixed rvm_ruby_repo_url for macruby.
3930
+ * Fixed url for macruby in info.
3931
+ * Fixed url for macruby
3932
+ * Typo fixes for docs. Working on MacRuby with help from lukeredpath.
3933
+ * Updated usage to be more clear for --configure option, thanks mikeg1a. Added alias '--trace' for '--debug' for rake lovers :)
3934
+
3935
+ == Release 0.0.29: rvm Passenger Support. (with a gemspec :)
3936
+
3937
+ == Release 0.0.29: rvm Passenger Support.
3938
+ * Bugfix for $@ with passenger, thanks lukeredpath.
3939
+ * Added Passenger Support. Bugfix for error log location notification during installs.
3940
+
3941
+ == Release 0.0.28: Reverted installation bin scripts. Two bug fixes.
3942
+ * Bugfix for '--configure' thanks Scyllinice
3943
+ * Updated site.
3944
+ * Updated website.
3945
+ * Added unset of rvm_prompt on reset, thanks zmack
3946
+ * Reverted the bin/rvm-* scripts to their previous state.
3947
+
3948
+ == Release 0.0.27 Feature 'rvm implode' Feature --jit flag to tell Rubinius to build with JIT (RBX_LLVM=1). Bugfix reset should select system only after doing some cleanup. Feature missing variable namespaces Feature exits when install goes badly. Feature for use with PS1 Feature support for inclusion of user's irbrc, if it exists.
3949
+ * Added 'rvm implode'
3950
+ * Webssite Update.
3951
+ * Added --jit flag to tell Rubinius to build with JIT (RBX_LLVM=1).
3952
+ * Reset should select system only after doing some cleanup.
3953
+ * Added missing variable namespaces
3954
+ * Adding exits when install goes badly.
3955
+ * Don't unset rvm_prompt
3956
+ * Tweaked user's irbrc inclusion to be more efficient (no variable).
3957
+ * Added support for inclusion of user's irbrc, if it exists.
3958
+
3959
+ == Release 0.0.26: Several bugfixes. 'rvm default' now uses the current set default or system. 'rvm system' now uses system. Adjusted namespace to be even more discreet. Added rbx for rubinius. Cleaned up usage. Removed install all feature. Made rvm_prompt opt-in via env variable.
3960
+ * Gem install/update tweak. Updated setdefault docs page.
3961
+ * 'rvm default' now uses the current set default or system. 'rvm system' now uses system. Added bugfix for install/update, thanks Maz.
3962
+ * Adjusted namespace to be even more discreet. Updated site docs some more.
3963
+ * Add rbx. Adjusted usage.
3964
+ * Trimmed down 'rvm usage' some. You don't need an 'Installation' section if you are using 'rvm usage' ;)
3965
+ * Bumped version #'s and updated date. Removed usage for install all.
3966
+ * Now exporting 'rvm_prompt' env var for use with prompts, use if you like.
3967
+ * Make prompt feature 'opt-in' :)
3968
+ * Removing 'install all' feature.
3969
+ * Third time is a charm? :)
3970
+ * Another bugfix for install all, thanks Peter Cooper.
3971
+ * Bugfix for install all, thanks Peter Cooper.
3972
+ * Tweaked install all. Updated site docs some.
3973
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
3974
+
3975
+ == Release 0.0.25. 'Major Nerdon'
3976
+ * jruby HEAD working.
3977
+ * Finished initial revision of rubydo.
3978
+ * Added an extra line to the output.
3979
+ * Path now updates to display currently selected ruby version. Small bugfix in update thanks to Maz.
3980
+ * Simplifying install & update. Added message for MacRuby.
3981
+ * Added defatults cache file.
3982
+ * Added rvm-cache for string storage (defaults).
3983
+ * Added ability for more than one --configure option :). More progress with macruby.
3984
+ * Initial Rubinius support. Updated Thanks.
3985
+ * Initial macruby code, had to stop testing because I could not get macruby compiling :)
3986
+ * Named releases, named svn tags, svn revisions, svn head for 1.[8-9].X.
3987
+ * Initial tag usage functional, thank you Kirk Haines.
3988
+ * Bugfix: install all should not try to install 'REE 1.3.1' :), thank you Scyllinice.
3989
+ * Initial tag code. Bugfix for ree: add --no-tcmalloc to install, thank you r38y
3990
+ * Added abillity to remove a named gem set.
3991
+ * Remove gem directories for versions on uninstall.
3992
+ * Added gem set support.
3993
+ * Bugfix in install script. Thank you ddfreyne.
3994
+ * Fix to install script, thanks Tsykoduk
3995
+ * Bugfix, odd typo. Cleaning up code.
3996
+ * Fixed ree (again :)
3997
+ * IRB Support complete.
3998
+ * Added individual ruby IRBRC support.
3999
+ * Shuffled around directories so that things are closer to their final form early on.
4000
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4001
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4002
+ * Fixed: -h | --help | rvm usage | rvm help
4003
+ * Fixed rvm info. Merged with rvm debug secion. Improved rvm debug output.
4004
+ * Namespaced niceness to rvm_niceness.
4005
+ * Namespaced configure to rvm_ruby_configure
4006
+ * Added patch by Jim Lindley on how to 'install from source'.
4007
+ * You must export what you wish to use :)
4008
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4009
+ * Change test for rvm source file to also check if greater than zero.
4010
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4011
+ * No longer using -f check with curl since we are using the -C - flags.
4012
+ * Slightly improve error handling.
4013
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4014
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4015
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4016
+ * We are (generally) not psychic, have curl automatically determine where to continue downloading.
4017
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4018
+ * Enable 'continue partial downloads' for curl, thanks Pistos\!
4019
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4020
+ * Adjust rvm_{major,minor} version extraction to play nice with zsh...
4021
+ * Running a ruby file against all versions of ruby or just one now works.
4022
+ * Fixed ree install. Site updates.
4023
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4024
+ * Merge branch 'master' of git@github.com:Pistos/rvm
4025
+ * Updated thank you's on site.
4026
+ * Adjusted path cleaning to remove trailing :
4027
+ * Refactoring complete. Testing needed.
4028
+ * Removed switching message now that we stay in the same shell.
4029
+ * Repaying technical debt. Refactoring.
4030
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4031
+ * 'ls' is now referencing '/bin/ls' to avoid potential alias issues, thanks Pistos!!!.
4032
+ * Make the about information show up again in the usage :)
4033
+ * Shortened usage and made it more maintainable at the same time, yay
4034
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4035
+ * More cleaning up, namespacing, working on support for 1.8.X
4036
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4037
+ * Added awesome sed-fu patch by Chrononaut.
4038
+
4039
+ == Release 0.0.24: Quick, hide before she sees!
4040
+
4041
+ == Release 0.0.23: It works!
4042
+ * Completely separated out rvm's gems from system 1.8.
4043
+ * Added support for bin_path.
4044
+ * ree now works with it's own rubygems again. Seeing some oddities with 1.9.2.
4045
+ * Namespaced log_path. Rubygems now good for 1.8.X, still failing for ree.
4046
+ * Default variable bugfix. All ruby installs work. Rubygems install needs bugfix (gem isn't going to the correct location).
4047
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4048
+ * Rename default_gem_path to default_user_gem_path
4049
+ * More namespacing.
4050
+ * Began the variable namespacing process.
4051
+ * Add rvm reload option.
4052
+ * Adjusted install & update based on feedback from Maz on IRC.
4053
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4054
+ * Download file check based on archive path.
4055
+ * Fixed prefix path checking and logic.
4056
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4057
+ * Merge branch 'master-upstream'
4058
+ * Defaulting log path properly to install_path/log
4059
+ * Changed variable defaults to use :- instead of simply -.
4060
+ * Added patch for archives, thanks to Pistos.
4061
+ * Applied niceness patch by Pistos.
4062
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4063
+ * Removed pwd for install & update. Added /log to log path. Thanks Maz.
4064
+ * Removed lots of trailing whitespace for Pistos.
4065
+ * Bugfix for zsh in rvm-install. Abstracted log dir.
4066
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4067
+ * ~/.rvm/log. Hook into .bashrc also. Install all bugfix. Install script capability testing cleanup.
4068
+ * Merge branch 'zsh'
4069
+ * Merge branch 'english-changes'
4070
+ * Merge branch 'master' of git://github.com/wayneeseguin/rvm
4071
+
4072
+ == Release 0.0.22: Let it Snow Leopards
4073
+ * Merge commit 'a8e55b29195f15b773dd698beb236493f372efdd'; branch 'site'
4074
+ * Credit Pistos, add patch by Caius Durling.
4075
+ * Merge branch 'master' into site
4076
+
4077
+ == Release 0.0.21. Is there a cure for stupidity?
4078
+
4079
+ == Release 0.0.20. Bugfix: zsh using curl. Bugfix: REE Uninstall.
4080
+ * Fixed ree uninstall bug.
4081
+ * 'Ignore built gems.' -- Pistos
4082
+ * 'Added evals to calls, to satisfy zsh' -- Pistos
4083
+ * Added evals to $curl calls, to satisfy zsh.
4084
+ * Merge branch 'master' of git@github.com:Pistos/rvm
4085
+ * freenod -> freenode
4086
+ * Ignore built gems.
4087
+ * Added rvm symlinks to generate ~/.rvm/bin/ binary symlinks. Fixed RUBYOPT 'bug' when installing ree.
4088
+ * Added rvm symlinks
4089
+ * Fixed documentation error in the installer.
4090
+ * Updated Site.
4091
+ * Updated README and website to http://rvm.beginrescueend.com/
4092
+ * Latest site.
4093
+ * Website initial just about ready.
4094
+ * Unset GEM_HOME and MY_RUBY_HOME on default switch.
4095
+ * gemdup getting there...
4096
+
4097
+ == Release 0.0.18.
4098
+ * Adjusted rvm debug.
4099
+ * Parital gemdup functionality (default & system).
4100
+ * Added system default ruby to rvm list.
4101
+ * rvm reset now works proper for hard system reset.
4102
+ * Adding rvm-update.
4103
+ * Added rvm reset feature.
4104
+
4105
+ == Release 0.0.16. Many documentation typo fixes. Added Install section to usage. Added more thank you's. Added curl detection (for Ubuntu). Added force to symlinks. Fixed gemdir system/user. Added both shells option to install. Improved wording of rvm-install script.
4106
+ * Bugfix on source pat.
4107
+ * Installer now prompts for manual install and is much more forthcoming and helpful.
4108
+
4109
+ == Release 0.0.14. Bitten by RubyGems.
4110
+
4111
+ == Release 0.0.13. Bugfix in mkdir for source dirs.
4112
+ * Namespaced logging functions.
4113
+ * Refined debug.
4114
+
4115
+ == Release 0.0.11. rvm gemdir functional.
4116
+ * Updated Readme.
4117
+ * rvm gemdir now functions.
4118
+
4119
+ == Release 0.0.10. rvm default and switching now work properly with the path. Began prepairing for abstraction.
4120
+ * Label gemdup TODO
4121
+ * Updated README
4122
+ * Added rvm list.
4123
+ * Updated README
4124
+ * Uninstall now works.
4125
+ * Added sanity check for rvm-install to deny installation as root.
4126
+
4127
+ == Release 0.0.8
4128
+ * Debug switch now works. Added root sanity check.
4129
+
4130
+ == Release 0.0.7
4131
+ * Addded gemdup example. Fixed a rather embarassing typo.
4132
+
4133
+ == Release 0.0.6
4134
+ * Installations are now verbose and clean. REE now works properly. rvm -v|--version alone now displays the version of rvm.
4135
+ * Updated usage & readme.
4136
+ * When not specifying implementation and version, set to default.
4137
+ * Added Credits & Website
4138
+ * Added version and author line and updated wording for usage/docs. Removed rubinius plans for now.
4139
+ * Don't depend on uninstall.
4140
+ * Added default task => :gem
4141
+ * Updated rake gem
4142
+ * Added initial zsh support.
4143
+ * un-DRY curl.
4144
+ * Properly namespace all rvm functions with rvm-.
4145
+ * Added 1.9.2 support. Added per interpreter rubygems install (for source installs).
4146
+ * Added --configure option override. Fixed a typo.
4147
+ * Typo fix. Merged two variables that were the same except in name.
4148
+ * gemdir and srcdir now work as advertised.
4149
+ * Improved usage documentation. Removed path, rvm-setup, leopard (redundant to default).
4150
+ * Added debug action. Added all install. Added RVM module place holder. Removed package manager option, this should be for system default control.
4151
+ * Added LICENCE file to gem build.
4152
+ * Fixed executable permissions for jruby.
4153
+ * Prepairing for first release.
4154
+ * gemdup stil needs some love but we're good to go.
4155
+ * About to refactor.
4156
+ * Correctly refer to the bash/rvm-setup script for setup option.
4157
+ * Added LICENCE File.
4158
+ * Adjusted the rvm command so that it does not hijack the cwd.
4159
+ * Initial Gem version.
4160
+ * Switched source and package to simply prefix.
4161
+ * Updated path order and installer.
4162
+ * Added Installer.
4163
+ * Initial rvm, ruby, jruby, leopard functional.