8
0
Stephan Kulow
2014-09-15 16:00:46 +00:00
committed by Git OBS Bridge
parent e061ae0797
commit 00ac3e63c2
4 changed files with 55 additions and 24 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 15 15:44:39 UTC 2014 - coolo@suse.com
- updated to 0.71
- Fix a few bugs of having unwanted values in PERL5LIB when switching between libs
0.70: # 2014-09-02T20:41:15+0900
- download the fatpacked perlbrew from an http:// url.
- protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++
- avoid several warnings, thanks to DabeDotCom++
- making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see also https://github.com/gugod/App-perlbrew/pull/404
- make it possible to override PERLBREWURL before invoking installers
0.69: # 2014-06-10T23:32:05+0200
- fix 'perlbrew env' breakage by just avoiding bad local::lib versions.
0.68: # 2014-06-07T15:08:00+0200
- disable SSL cert checks. GH #385.
- "perlbrew download stable" works as on expects. GH #383
- Many fish shell fixes. GH #376 #378 #379
- make 5.21 installable. GH #396
- various documentation fixes.
-------------------------------------------------------------------
Mon Mar 17 13:15:01 UTC 2014 - coolo@suse.com