update changelog
[p5sagit/local-lib.git] / Changes
CommitLineData
d211388d 1Revision history for local::lib
e2d0e1c1 2
02b4a1d9 3 - releasing 2.000_002 as stable
4
616b5872 52.000_002 - 2013-12-25
49fd1052 6 - fix CPAN setup error check in Makefile.PL
7 - fix install test warnings
8 - fix shell test to skip cmd/powershell startup scripts
9
bee721f6 102.000_001 - 2013-12-23
74377047 11 - fix shell output for old bourne shells
12 - fix various shell test issues
49fd1052 13 - note issues/workarounds when combining with PREFIX/--prefix options
74377047 14
bb98a6f7 152.000_000 - 2013-12-22
88252319 16 - significant refactor of internals, adding an object oriented interface
17 - add --no-create option to prevent directory creation on activation
18 - add support for powershell output
19 - add --shelltype option to specify shell instead of auto detecting
20 - document recommended use of $SHLVL
21 - document limitations regarding File::Spec
22 - avoid including empty path segments in output
23 - fix output for csh to allow direct use in eval
24 - improve taint handling test
25 - fix docs for build_environment_vars, install_base_bin_path
6b6ce6e6 26 - use Distar instead of Module::Install for packaging
27
b3b52443 281.008026 - 2013-11-05
7c0e6b54 29 - drop perl prerequisite to 5.6, since everything works there.
30
b3b52443 311.008025 - 2013-11-01 (development release, unindexed)
9f353242 32 - fix install test on cygwin
33 - fix stackable test on win32 and when external local::lib is set
34 - clarify errors in Makefile.PL about CPAN configuration
35 - adjust csh output to allow use directly by eval
36 - silence a possible warning in Makefile.PL
37 - add additional docs about combining local::lib with lib::core::only
38 - reverse order of PERL_LOCAL_LIB_ROOT. new local::libs are now added
39 to the beginning instead of the end, to match the order of other
40 similar environment variables.
41
b3b52443 421.008024 - 2013-10-28 (development release, unindexed)
8d3e402e 43 - fix installation into directories with spaces or backslashes, as
44 well as Win32 test failures when Capture::Tiny is installed
45 - fix test breaking in some cases when an external local::lib is set
46 - fix test compatibility with old versions of Exporter
47
b3b52443 481.008023 - 2013-10-19
6a677472 49 - stable release of 1.008022 (no code changes since 1.008012)
50
b3b52443 511.008022 - 2013-10-07 (development release, unindexed)
f7f543d9 52 - see 1.008019 through 1.008021
53
b3b52443 541.008021 - 2013-10-04 (development release, unindexed)
10036864 55 - yet another attempt to overcome win32 testing issues (paths with
56 spaces, backslashes)
57
b3b52443 581.008020 - 2013-10-03 (development release, unindexed)
4a1c5f7f 59 - yet another attempt to overcome win32 testing issues (paths with
60 spaces, backslashes)
61
b3b52443 621.008019 - 2013-09-29 (development release, unindexed)
e9d9e2d8 63 - another attempt to overcome win32 testing issues (paths with spaces,
64 backslashes)
65
b3b52443 661.008018 - 2013-09-15
10dd4b88 67 - print out actual paths in more test cases, for helping to diagnose
68 mysterious failures
69
b3b52443 701.008017 - 2013-09-14
19e2f061 71 - avoid "Unrecognized escape \s passed through" errors on win32
72 (again)
73
b3b52443 741.008016 - 2013-09-13
89201d47 75 - avoid "Unrecognized escape \s passed through" errors on win32
76
b3b52443 771.008015 - 2013-09-12
003747f7 78 - re-release 1.008014 to fix broken MANIFEST
79
b3b52443 801.008014 - 2013-09-12
663a8675 81 - fix new test to use alternate path representations on windows, to
82 handle potential space issues (regression since 1.008012)
83
b3b52443 841.008013 - 2013-09-11
0d174bf6 85 - fix undef value errors when not installing into a local::lib
86
b3b52443 871.008012 - 2013-09-11
24351831 88 - now handling using -Mlocal::lib in a taintperl environment, by
89 ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
90 @INC (RT#76661, Karen Etheridge)
91
b3b52443 921.008011 - 2013-07-26
a7af04aa 93 - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731)
94
b3b52443 951.008010 - 2013-05-26
e2d0e1c1 96 - Fix a split on undefined value warning (David Golden -- see
97 https://github.com/gugod/App-perlbrew/issues/305)
98
b3b52443 991.008009 - 2013-02-24
25398da1 100 - Remove Carp::Always dep
101
b3b52443 1021.008008 - 2013-02-24
c50d554b 103 - Fix putting arch path in PERL5LIB
104 - Refactor Win32 path handling out of ensure_dir_structure_for()
8febbb1d 105 - Fix active_paths when PERL_LOCAL_LIB_ROOT starts with :
c50d554b 106 - Fix ~/perl5/bin missing in $PATH
8febbb1d 107 - The environment variables definition for the shell is now output in
108 a way that allows to put the generated content directly in the
109 .profile without requiring to launch perl
110 (the only difference is how PERL_LOCAL_LIB_ROOT is generated)
111 (Olivier Mengué).
c50d554b 112
b3b52443 1131.008007 - 2013-02-17
98d589da 114 - Back to 1.008004 with Carp fix since subsequent releases were botched
cd3eb741 115 - Avoid issue where PERL5LIB Carp is older than local::lib one
116
b3b52443 1171.008004 - 2011-02-24
d759027e 118
119 - Fix stackable tests on win32 by canonicalizing the path ahead of time
120
b3b52443 1211.008003 - 2011-02-23
99f8e621 122
123 - Fix tests with stacking l::ls.
124
b3b52443 1251.008002 - 2011-02-23
5a98906e 126
127 - Add local::lib stacking support.
128 - Add activation/deactivation support.
129
b3b52443 1301.008001 - 2011-01-09
d211388d 131
135193f4 132 - Bootstrap Module::Build just like ExtUtils::MakeMaker
133
b3b52443 1341.008000 - 2011-01-05
5a98906e 135
8468f123 136 - Remove redundant prereqs now that Module::Build 0.36 is required
137 - Makefile.PL avoids CPAN client configuration when not required
138 - print_environment_vars_for() refactored with separate function
139 environment_vars_string_for()
140 - PERL_LOCAL_LIB_ROOT environment is added to disambiguate when
141 PERL_MM_OPT, etc. was set by local::lib or other means
142
b3b52443 1431.007000 - 2010-12-09
176d4afb 144 - Chase the Module::Build version which supports PERL_MB_OPT. Thanks to
145 miyagawa for pointing this out.
146
b3b52443 1471.006009 - 2010-12-09
c4e3c83b 148
176d4afb 149 - Split up method guess_shelltype from parts of print_environment_vars_for
c4e3c83b 150 - Updated documentation about change of use with .modulebuildrc
151
b3b52443 1521.006008 - 2010-11-17
e322149f 153
154 - Finally move to PERL_MB_OPT rather than using .modulebuildrc.
155
b3b52443 1561.006007 - 2010-08-12
adf315c3 157
158 - Fixing stuff so that search.cpan.org displays right
159 - Documented one method in all languages
160
b3b52443 1611.006006 - 2010-08-12
a949ebcd 162
838d2042 163 - Added portuguese translation
a949ebcd 164 - Several minor fixes in the documentation
adf315c3 165 - Changed methods look in documentation
a949ebcd 166
b3b52443 1671.006005 - 2010-07-13
cc19e8d4 168
169 - Added support informations (also for german)
170 - Fixed newline in german translation from DOS2UNIX
171
b3b52443 1721.006004 - 2010-06-10
6f060486 173
174 - I am stupid.
175
b3b52443 1761.006003 - 2010-06-10
71f1f1db 177
178 - Added german translation right
179
b3b52443 1801.006002 - 2010-06-10
7fc36986 181
182 - Hotfix for a search.cpan.org "Bug"
183
b3b52443 1841.006001 - 2010-06-10
de152ed2 185
898f36cf 186 - Added german translation
187 - Enhanced some parts of english documentation
ac9016d3 188 - doc patch for win32 from run4flat
189 - reverse the perl/arch paths in PERL5LIB
a2443311 190
b3b52443 1911.006000 - 2010-03-31
a2443311 192
57ddfe24 193 - Create lib::core::only that provides the "set @INC to core dirs
194 only" functionality that was the only part of --self-contained that
195 ever worked usefully.
1f8043c8 196 - Delete broken --self-contained flag from core
57ddfe24 197
b3b52443 1981.005001 - 2010-03-10
aac84626 199
200 - I am an idiot.
201
b3b52443 2021.005000 - 2010-03-10
764c1685 203
1c9cde8e 204 - More robust handling of running new toolchains on older perls. This
205 should sort out issues users have with bootstrapping on e.g. Solaris
206 and other traditional Unices. In addition, try to find a GNU tar
207 capable of dealing with @LongLink so bootstrapping doesn't fail.
208
03b91976 209 - Warnings for missing PATH/PERL5LIB (as when not running interactively)
210 silenced by a patch from Marco Emilio Poleggi.
211
b0c48f8e 212 - Start of better docs for C<--self-contained> thanks to
213 markstos@cpan.org.
214
b3b52443 2151.004009 - 2009-11-07
4f9db5b4 216
ea0824e7 217 - Fix warning if your $ENV{PERL5LIB} is undef
218
4f9db5b4 219 - Doc improvement from kgish/#perl-help@irc.perl.org
220
221 - t0m and chrisa on #local-lib@irc.perl.org pointed out a PERL5LIB ordering issue
222 with C<--self-contained>.
223
b3b52443 2241.004008 - 2009-10-13
4d25b5d9 225
226 - Clarify re-reading the shell config file after writing to it.
227
228 - Clarify copyright and licensing for packaging by vendors.
229
b3b52443 2301.004007 - 2009-09-02
730f5dda 231
232 - Ensure that $ENV{PERL5LIB} and @INC are always de-duped, stopping
233 them from growing if local::lib is invoked multiple times for the
234 same path. (t0m)
235
236 - Doc improvements by kurisuto@irc.perl.org/#catalyst.
237
238 - Cleaned up indentation of code lines in the POD. Everything should be
239 nice and flush, now.
a9489cb0 240
b3b52443 2411.004006 - 2009-08-25
b9c94c15 242 - Fix parsing of --self-contained and local lib directory. It's now
243 possible to specify flags and the directory in any order. Also made
244 adding future flags easier in the future. Thanks to
245 frew@irc.perl.org/#catalyst for pointing out that --self-contained
246 wouldn't work without a directory.
247
b3b52443 2481.004005 - 2009-08-23
b9c94c15 249 - Add the --no-manpages option to bootstraping to tell EUMM / MB to not
250 generate manpages from POD. Thanks to RKITOVER for providing the
251 necessary values for CPAN.pm's configuration.
252
b3b52443 2531.004004 - 2009-08-05
f58534b1 254
e9227729 255 - Add dependency on Extutils::Install 1.43 and install in --bootstrap
256 otherwise we fail to build with latest MakeMaker on OpenSolaris (t0m)
257
f58534b1 258 - Fix Win32 / Cygwin detection (emazep).
259
b3b52443 2601.004003 - 2009-16-16
6d74e2d7 261 - Stop Makefile.PL exploding if your CPAN is too old to have
262 CPAN::HandleConfig. Needed when installing local::lib via CPAN
263 using an old CPAN version (t0m)
b143d045 264 - Fix warning from Makefile.PL about ExtUtils::MakeMaker::prompt (t0m)
69b80106 265 - Set PERL5LIB back to calculated @INC with --self-contained, to stop
266 invoking other perl scripts from losing the local::lib if they
011371a7 267 mangle @INC from $ENV{PERL5LIB}, and fix install of 'difficult'
268 modules with such as Test::Deep (t0m)
69b80106 269
b3b52443 2701.004002 - 2009-06-15
69b80106 271 - Fixed up INC untaint procedure to skip/ignore CODE, ARRAY,
272 blessed entries. (grink)
6e5079df 273 - Include test in xt/ for the above
274
e4892f2b 275 - Put PERL5LIB first, so it'll be favored over privlibexp and
276 archlibexp when self contained.
53699c99 277 - Automatically untaint @INC (t0m)
e4892f2b 278 - Prevent @INC from growing when you have multiple scripts using
53699c99 279 --self-contained called from inside one another. (grink by way of t0m)
280 - eg/scripted_install.pl now no longer requires TARGET, but still
281 respects it. (confound)
e4892f2b 282
b3b52443 2831.004001 - 2009-05-21
9a021b2b 284 - Clean up CPAN.pm's environment variable the same way we do for
285 CPANPLUS. Add an example program showing local::lib employed
286 programmatically (confound).
287
288 - Add the beginnings of a troubleshooting section (pattern).
289
b3b52443 2901.004000 - 2009-05-14
c4dbb66c 291 - Don't allow dangerous settings for CPAN.pm that affect where CPAN
292 installs stuff, as this conflicts with what we're trying to do.
293
294 - Make sure that our Makefile is written to the correct directory when
295 bootstrapping (confound).
296
b3b52443 2971.003004 - 2009-05-12
be160790 298 - Additional documentation and examples concerning having multiple
299 local::lib enviornments (amiri)
300
301 - Some install tests courtesy of Hans Dieter Pearcey <hdp@cpan.org>.
302 Thanks!
977a9ca3 303
b3b52443 3041.003003 - 2009-04-09
480e6e85 305 - Expose the internals per RT #36846.
306 - Fix the MANIFEST up a bit.
307
b3b52443 3081.003002 - 2009-02-25
8b1e8e69 309 - Add a doc patch from Torsten Raudssus <torsten@raudssus.de> that
310 clarifies how to specify a directory other than ~/perl5.
311
b3b52443 3121.003001 - 2009-01-14
d4dbe584 313 - Properly bail if given fancy dashes obtained by copy-pasting from a
314 UTF8-happy POD formatter. This will bail in both the Makefile.PL and
315 in local::lib::import().
316
b3b52443 3171.003000 - 2009-01-13
8dbbc821 318 - Add the --self-contained flag from Mark Stosberg, which also contains
319 a doc patch warning about the dangers of UNINST=1. Thanks, Mark!
320
b3b52443 3211.002000 - 2008-08-06
f66e06d3 322 - make CPAN config reinit non-prompting but still robust
715c31a0 323 - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
324
b3b52443 3251.001000 - 2007-09-19
d211388d 326 - refactored shell command generation
327 - implemented C shell command generation based on this (checks $SHELL}
328 - improved docs
329 - modified Makefile.PL to install an up-to-date CPAN.pm if needed
330
b3b52443 3311.000000 - 2007-09-13
d211388d 332 - initial release