---------------------------------------------------
0.10 2015-09-27 04:28:27Z
- fix invalid prereq specification for Heavy implementation (changed
in 0.09)
----------------------------------------
2.08 2015-10-30 NEILB
- Switched to Dist::Zilla
- Updated the github repo URL after changing my github username
- Removed a spurious =back from Graph::ReadWrite.
Thanks to Lucas Kanashiro for RT#106063
--------------------------------
0.9704 2015-10-07 Jarkko Hietaniemi <jhi@iki.fi>
- rt.cpan.org 107567: edges() missing on undirected multiedged graph:
was broken in 0.96, had been fixed somewhere there and here,
added the test case
- rt.cpan.org 107600: no modify Storable $VERSION
-------------------------------------------------------
1.002 Tue Feb 2 2016
- Prevent system/global configs from messing with test expectations
(Fix for RT #111645, reported by DBOOK)
- Load Config when using %Config
(Fix for RT #100806, reported by PPISAR)
----------------------------------------
2.2.1 2016-02-06
[ BUG FIXES ]
- Test was failing if color.ui was set to always. (GH#29, reported by
grinnz)
[ STATISTICS ]
- code churn: 3 files changed, 24 insertions(+), 13 deletions(-)
Updated devel/p5-ExtUtils-F77 to 1.19
Updated devel/p5-ExtUtils-MakeMaker-CPANfile to 0.07
Updated devel/p5-ExtUtils-ModuleMaker to 0.55
Updated devel/p5-File-BOM to 0.15
Updated devel/p5-File-DesktopEntry to 0.22
Updated devel/p5-File-Modified to 0.10
Updated devel/p5-File-Path-Tiny to 0.8
Updated devel/p5-File-Touch to 0.11
----------------------------------
0.11 2015-11-26 NEILB
- Document when reference gras the timestamps, and give example.
Thanks to SMYLERS for the PR with this.
0.10 2015-10-24 NEILB
- Added [MetaJSON] to dist.ini, so we get a META.json in the release
- Auto tag and push to github on release
- Updated repo URL after changing my github username
-------------------------------------
0.8 2016-01-26 14:44:57
- rt 88849: allow multiple processes to operate on the same paths (thanks HELENA!)
- Add github to POD
- rt 96842: Fix mk() to work correctly w/ UNC paths on windows (thanks MITHUN!)
- Add following line for make test
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:.....
(upstream)
- Update to devel/p5-File-BOM-0.15
--------------------------------
0.15 - Mon Dec 14 2015
- Fix spelling errors spotted by debian team. Thanks to Gregor Herrmann.
0.55 January 03, 2016
Prodded by Chris Kirke during the CPAN Pull Request Challenge, standardized
$VERSION numbers and release dates across all files. No changes in
functionality or tests.
------------------------------------
v1.19 released Dec 12th 2015
----------------------------
* Improved gfortran linking on OS X Yosemite+ which avoids PERL_DL_NONLAZY meltdowns
Updated devel/p5-Curses to 1.34
Updated devel/p5-Data-MessagePack to 0.49
Updated devel/p5-Data-Peek to 0.45
Updated devel/p5-Devel-CheckLib to 1.07
Updated devel/p5-Devel-Cover to 1.22
Updated devel/p5-Devel-NYTProf to 6.03
Updated devel/p5-Devel-PatchPerl to 1.40
Updated devel/p5-Devel-Pragma to 0.62
Updated devel/p5-Devel-REPL to 1.003028
Updated devel/p5-Devel-StackTrace to 2.01
Updated devel/p5-Devel-StackTrace-AsHTML to 0.15
Updated devel/p5-Devel-TraceUse to 2.094
Updated devel/p5-Data-Munge to 0.096
Updated devel/p5-EV to 4.22
Updated devel/p5-Event-RPC to 1.08
Updated devel/p5-ExtUtils-CBuilder to 28.02.24
- Add c++ for USE_LANGUAGE for make test
(upstream)
- Update to devel/p5--ExtUtils-CBuilder-0.28.22.24
------------------------------------------------
0.282224 - 2015-10-09
Enhncements:
- Use warnings/strict on all modules.
----------------------------
1.08 Sun Sep 26, 2015, joern
Notes:
- Just a stable release without changes. I thought
CPAN testers would pick up developer releases
too, but was wrong ;)
1.08_01 Sat Sep 26, 2015, joern
Features:
- Support for multiple serialisers: Sereal, CBOR::XS,
JSON::XS and Storable. That's because Storable is
known to be insecure, so this module should not
rely on it.
Great care has been taken to make these changes
up- and downwards compatible, so old clients still
can connect to new servers and vice versa.
Check documentation chapters MESSAGE FORMAT OPTIONS
in Event::RPC, Event::RPC::Server and Event::RPC::Client
manpages for details.
Thanks to mala <mala AT ma.la> for his hint about the
security issues of Storable. You find more details in
this article:
http://www.masteringperl.org/2012/12/the-storable-security-problem/
Bugfixes:
- Proper handling of exceptions which occur at the
server before a remote method is really executed,
e.g. when lookup of the class failed due to
incorrect @INC path.
- Fixed encoding of source files and corrected
the year of all Copyright notices.
--------------------------
4.22 Sun Dec 20 02:34:39 CET 2015
- (libev) when epoll detects unremovable fds in the fd set, rebuild
only the epoll descriptor, not the signal pipe, to avoid
SIGPIPE in ev_async_send. This doesn't solve it on fork,
so document what needs to be done in ev_loop_fork
(analyzed by Benjamin Mahler).
- (libev) remove superfluous sys/timeb.h include on win32
(analyzed by Jason Madden).
- updated libecb.
Upstream changes:
Moodle 3.0.3 release notes
Releases > Moodle 3.0.3 release notes
Release date: 14 March 2016
Here is the full list of fixed issues in 3.0.3.
Contents
1 Highlights
2 Fixes and improvements
3 Security issues
4 See also
Highlights
MDL-48778 - Fixed problems with assign quick grading in case of multiple attempts
MDL-21912 - New setting 'Allow admin conflict resolution' for restoring a course from a different Moodle site
MDL-31635 - Course completion "grade" criteria now correctly shows grades as points and not percents
MDL-51702 - Restored ability to assign roles to blocks in Default dashboard and My home
MDL-49807 - Wiki table of contents correctly displays headers created in Atto editor
Fixes and improvements
MDL-48015 - Fixed misalignment in gradebook when category has no total and items
MDL-52566 - Releasing assignment with team submission now releases grades to all group members
MDL-52486 - Fixed javascript errors in languages with _ in the name such as en_us (for example when editing user interests)
MDL-52249 - Custom menus with subitems now work correctly on touch screen devices
MDL-51723 - Fixed bug with unenrolling users on login under LDAP auth with Active Directory
MDL-38020 - Corrected user enrollment workflow through Participant list using Edit Icon
MDL-41531 - Fixed irregular characters in course name interfering with PayPal enrolment
MDL-51075 - Centered positioning of glossary popup
MDL-52217 - Cleaning temporary download directory for dropbox repository
MDL-52637 - Fixed problems with connection to SMTP mail in some configurations
MDL-52589 - Allow non-default cache stores to be uninstalled
MDL-50083 - Unlock submissions when reopening locked assignment
MDL-43620 - Allow to reset the course start date when having a chat activity
MDL-49338 - Fixed bug when quiz statistics report displays the preview icons to the wrong variant
MDL-52763 - Users with the mod/assign:viewblinddetails capability are able to cross reference users with their blind identities
MDL-52435 - Plagiarism prevention links are moved to the top of the submission text
MDL-52814 - Fixed overlapping of redo button in Quiz
MDL-53012 - Behat: Add step to run scheduled task
MDL-50218 - If there is no grade, an external tool (LTI) module will now return a grade of '' instead of 0 to the LTI tool producer
Security issues
MSA-16-0003 Incorrect capability check when displaying users emails in Participants list
MSA-16-0004 XSS from profile fields from external db
MSA-16-0005 Reflected XSS in mod_data advanced search
MSA-16-0006 Hidden courses are shown to students in Event Monitor
MSA-16-0007 Non-Editing Instructor role can edit exclude checkbox in Single View
MSA-16-0008 External function get_calendar_events return events that pertains to hidden activities
MSA-16-0009 CSRF in Assignment plugin management page
MSA-16-0010 Enumeration of category details possible without authentication
MSA-16-0011 Add no referrer to links with _blank target attribute
MSA-16-0012 External function mod_assign_save_submission does not check due dates
-----------------------------------
0.096 2016-03-02
* eval_string() now preserves the value of $@ both inside the eval'd
code and outside (if no exception is thrown).
+# for make test
+BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+# following introduce cyclic dependency
+#UILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
---------------------------------------
2.094 2016-03-20 BOOK
- Disabled extra debugger features (HAARG)
- Added SEE ALSO section with a discussion of the main modules
on CPAN for determining dependencies. (NEILB)
- Tweaked formatting of this file as per CPAN::Changes::Spec, in the
process ensuring all dates are UTC (like CPAN & PAUSE). (NEILB)
- Simplified the data structure and the caller() call
- Switched to Dist::Zilla for packaging
-----------------------------------------
2.01 2016-03-02
- Fixed the frames method when it is called with arguments. Previously this
did not work if it was called before the method was called as a
reader. Fixed by Mark Fowler. PR #8.
--------------------------------------
Changes in Devel::NYTProf 6.03 - 25th March 2016
Fix to account for the deep stack optimizations in perl 5.23.8
by Dave Mitchell, with my great gratitude!
Fix SIGUSR2 on MSWin32 and div by zero #78 PR#79
with thanks to Nicolas Georges.
Fix for perl 5.8.8 but adding definition for tTHX.
Unify 'Profile format error' messages.
Improve the TROUBLESHOOTING docs.
Added some more docs for the start=init option #85
Corrected URL of KCachegrind home page #87
with thanks to Denis Ibaev.
Corrected URL of sample report #80
Removed dead code.nytimes.com URL and redundant history #84
------------------------
New in 1.34 (Released April 2, 2016)
Several bugs fixed in demo programs (which also function as the
documentation) for forms and menus and comments added explaining need to
keep Perl variables around to avoid invalid memory references.
New in 1.33 (Released October 3, 2015)
Package contains META files.
-------------------------
Version 0.78 (2016-02-14)
-------------------------
* added Clang support to ccconfig
* fix cpan #109978: improve wording/grammar in POD; thanks to
gregor herrmann for providing a patch
* fix cpan #95716: Add support for #warn/#warning; thanks to
Jon DuSaint for providing an initial patch
* update module metadata
v0.12.21
- lib/model: Correct handling of multiple subs when scanning (#2851, @calmh)
- lib/model: Properly handle deleting multiple files when doing scans with subs (#2851, @calmh)
- Clarify GUI stuff (#2819, @AudriusButkevicius)
- Increase contrast for readonly form controls in dark theme (#2820, @wweich)
- gui: Improve layout of footer on narrow screens (#2663, @calmh)
- lib/relay/client: Log relay client messages (#2624, @AudriusButkevicius)
- gui: Better accessibility for folder & device panels (#2288, @wweich)
v0.12.20
- Add priority,section and homepage to debian/control (Laurent Arnoud)
- Fix description-contains-tabs and improve description (Laurent Arnoud)
- gui: add a lock icon to the folder title for easy overview (fixes#2703) (@kralo)
- gui: add html tooltips (title) to the folder path and syncthing version elements (fixes#2758) (@kralo)
- systemd: Add syncthing-resume.service (@rumpelsepp)
- Only test with -race on supported platforms (fixes#2765) (@calmh)
----------------------------------------
0.004008 Sat Sep 12 13:16:30 2015
- Promoted $VERSION variable to earlier in source to
attempt to placate cpanminus (thanks, Karen!)
- Added prototype to overridden caller()
- Changed way caller() is overridden, hopefully will no longer
clash with Sub::Uplevel