Upstream changes:
Version 1.04 2013-03-18
The __nl__ substitution wasn't happening.
Version 1.05 2013-03-20
Fixed the Build.PL/Makefile.PL scripts to not install the example scripts. RT 84091
User-visible changes:
- Client- and server-side bugfixes:
* translation updates for Swedish
* enforce strict version equality between tools and libraries (r1502267)
* consistently output revisions as "r%ld" in error messags (r1499044 et al)
- Client-side bugfixes:
* status: always use absolute paths in XML output (issue 4398)
* ra_serf: 'svn log -v' fails with a 1.2.x server (issue 4044)
* ra_serf: fix crash when committing cp with deep deletion (issue 4400)
* diff: issue an error for files that can't fit in memory (r1513119 et al)
* svnmucc: generate proper error for mismatched URLs (r1511353)
* update: fix a crash when a temp file doesn't exist (r1513156)
* commit & update: improve sleep for timestamps performance (r1508438)
* diff: continue on missing or obstructing files (issue 4396)
* ra_serf: use runtime serf version for User-Agent (r1514315, r1514628)
* ra_serf: ignore case when checking certificate common names (r1514763)
* ra_serf: format distinguished names properly (r1514804)
* ra_serf: do not retry HTTP requests if we started to parse them (r1503318)
* ra_serf: output ssl cert verification failure reason (r1514785 et al)
* ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901)
* ra_serf: include library version in '--version' output (r1514295 et al)
* info: fix spurious error on wc root with child in conflict (r1515366)
- Server-side bugfixes:
* svnserve: fix creation of pid files (r1516556)
* svnadmin: fix output encoding in non-UTF8 environments (r1506966)
* svnsync: fix high memory usage when running over ra_serf (r1515249 et al)
* mod_dav_svn: do not map requests to filesystem (r1512432 et al)
* svnauthz: improve help strings (r1511272)
* fsfs: fixed manifest file growth with revprop changes (r1513874)
* fsfs: fix packed revprops causing loss of revprops (r1513879 et al)
- Other tool improvements and bugfixes:
* svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream)
Developer-visible changes:
- General:
* describe APR unimplemented errors as coming from APR (r1503010 et al)
* mod_dav_svn: update INSTALL to reflect configure defaults (r1515141)
* davautocheck: use the correct apxs binary by default (r1507889, r1507891)
- API changes:
* svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al)
- Bindings:
* swig-pl: fix SVN::Client not honoring config file settings (r150744)
* swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)
Upstream changes:
0.031 2013-08-27 10:03:57 America/New_York
[FIXED]
- parent() on paths with internal double dots (e.g. /foo..bar.txt) now works
correctly
0.030 2013-08-20 16:10:04 America/New_York
[FIXED]
- t/zzz-spec.t used getcwd() instead of getdcwd(), which breaks
on Windows if the build directory isn't on the 'C' drive
0.029 2013-08-19 11:52:24 America/New_York
[FIXED]
- On Win32, "C:/" no longer is changed to "C:". Also, "C:" is
converted to the absolute path of cwd on the "C:" volume. UNC paths
("//server/share/") now retain their trailing slash to correctly
distinguish volume and directory paths when split
0.028 2013-08-14 13:12:49 America/New_York
[ADDED]
- The 'children()' method now takes an optional regular expression to
filter the results
Upstream changes:
0.21 2013-04-12
- Require Test::Pod 1.41 for Pod tests. Fixes test failures due to the
use of the `L<text|scheme>` Pod syntax diallowed in earlier versions
of Test::Pod.
- Eliminated "v-string in use/require non-portable" warning on Perl
5.10.0.
Upstream changes:
0.007 2013-08-30 09:53:47 America/New_York
[FIXED]
- In some situations, the source of a local warning can have an
absolute filename and would not be reported if ALLOW_DEPS were true.
Now absolute filenames are made relative to the original cwd before
checking if they are local or not.
[DOCUMENTED]
- Fixed synopsis to match new failing test label
0.006 2013-08-22 10:41:11 America/New_York
[CHANGED]
- The label of the failing test has been revised for clarity
Upstream changes:
0.04 2012-Nov-29
! This method of running subcommands doesn't work hot on
Windows (except cygwin). Instead of hanging the cpantesters,
we'll instead drop the platform altogether.
Upstream changes:
1.26 Thu Jul 19 2012
No changes after 1.25_01
1.25_01 Tue Jul 17 2012
+ Module wasn't able to find the MANIFEST when the test file was in a subdirectory - Thanks to BBYRD
- sections "AUTHOR" and "COPYRIGHT AND LICENSE" were duplicated - Thanks to BIGPRESH
(once from Dist::Zilla and once in the original source)
1.25 Tue Jan 31 2012
- fix typo in documentation - Thanks to BIGPRESH
Upstream changes:
0.370 Not Released
- Fix interpolation bug that could cause 'Unrecognized escape'
warning on some platforms.
- Skip nested fork test on Windows.
0.369 2013-08-25
- Don't print warning when exit() is called if it's called from
a child process (if the pid has changed),
since it seems likely that if the process has forked
the child is expected to exit in some way.
- Reformat dates in change log to appease CPAN::Changes.
Thanks, Neil Bowers.
Upstream changes:
0.28 2013-05-12 15:03:47 PDT
- Use requires instead of recommends
0.27 2013-04-25 12:02:27 PDT
- Switch to Milla and use optional_features in CPAN Meta spec 2
0.26
- Upped versions
* calendar: Display the popup mouseover when there is only 1 page for a
given day, for better UI consistency.
* meta: Can now be used to add an enclosure to a page, which is a fancier
way to do podcasting than just inlining the media files directly;
this way you can write a post about the podcast episode with show notes,
author information, etc.
(schmonz)
* aggregate: Show author in addition to feedname, if different.
(schmonz)
* Consistently configure LWP::UserAgent to allow use of http_proxy
and no_proxy environment variables, as well as ~/.ikiwiki/cookies
(schmonz)
* Fix test suite to work with perl 5.18. Closes: #719969
* Fix cookiejar default setting.
per-platform default. Previously PREFER.<pkg> was used, and as that
has the highest precedence it meant the defaults could not be overridden
with the PREFER_PKGSRC and PREFER_NATIVE user variables.
While here, set the openssl default for SunOS back to pkgsrc, now that
users who wish to use the builtin can do so via PREFER_NATIVE=openssl.