Upstream changes:
0.05 Thu Jun 5 12:52:12 WIB 2014
This release is done by SHARYANTO
Add 'format' argument (RT#95998)
Support '13 Nov 1986' format (RT#95999)
Upstream changes:
Maxima 5.38 change log
New items in core:
commit [ae11414]: Images in the HTML manual now are automatically shrinked to fit within the browser window, if neeeded.
commit [d817ac5]: A singlepage HTML manual (doc/info/maxima_singlepage.html)
commit [2b0f8c4]: Docu/Creating a release: Added a request to inform the wxMaxima team that aims to make a simultaneous release.
commits [b2302ed]-[fcbb0e4]: Commit charsets package as posted by Michel Talon
commit [1818e0b]: Add configure option --enable-mathjax to enable usage of MathJax in the html docs
commit [7ca8a27]: Add simple documentation for bf_fft and bf_inverse_fft.
commit [d1def61]: Added a small GUI for Windows users for selecting their default Lisp interpreter.
commit [688f662]: Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows.
commit [bdaf3c7]: Try to exit gracefully if we are unable to connect to a server
New items in share:
commits [68d866e]-[4d1f046]: draw: grid now not only accepts boolean values, but also a list of 2 numbers.
Changes in core:
commits [3631127]-[82aea3a]: Documentation: Add example images for the draw options.
commit [baa97e3]: Crosscompiling: update sbcl to the current version.
commit [eedadc7]: Adjust the tolerances of two li[2] numerical tests
commit [79d9dcd]: Prevent the removal of the integervalued feature during a reset()
commit [05b922f]: Work around bug in ecl that causes all tests to fail.
commit [f798207]: Removed the --dynamic-space-size option for sbcl.
commit [eba5341]: Fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL
commit [d95efeb]: WIP: Bigfloat FFT routines.
Changes in share:
commit [4ae042fc]: Split up implementation of FFT in a separate package
commit [473ea6c]: Add the draw package to autoload updating the documentation
commit [993aea7]: First attempt to rework numericalio.lisp for greater speed and memory efficiency.
Bug fixes:
commit [22f4fd0]: Apply patch in bug report 3120.
commit [c57712d]: Fix#3105: lis doesn't simplify.
commit [3b94068]: Fix#3112: inaccurate zeta(n) for negative even n.
commit [f7b7b06]: Fix#3098: li[3] nuemrical evaluation.
commit [689fdbc]: Fix SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow"
commit [689fdbc]: Fix SF bug report #3103: "limit of li.. with numer:true infinite recursion"
commit [30d5d01]: Fix SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow"
commit [0443536]: Fix SF bug report #3099: "Float read is single-precision, though float() is double-precision"
commit [33666cc]: Fix bug #481: ('m)[1] (meval)
commit [7398246]: Fixed bug #3075: '#3075 answer "3false" from "integrate(3asinh(x),x,-inf,inf)"'
commit [2c7bf01]: Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."'
commit [26375cd]: Fix#3069 limit(a/abs(x),x,0) crashes with stack overflow
commit [df38b65]: Fix bug:#3065.
commit [7409f45]: Fix bug #3058: Lingering assumptions after an interrupted simpsum
commit [0848773]: Add test for SF bug #2302: "'at' applied to definite integral"
commit [9c89d36]: A quick solution for Bug 3052
commit [0b6a9a1]: Fix SF bug #3049: "set should act like list"
commit [4b6c2df]: Fix SF bug #3045: "Save command now fails to generate lisp file"
commit [3c8d45b]: Fix bug #3044: opsubst crash
commit [38c5ac7]: Fix SourceForge bug #2159 - integration_with_logabs.
commit [20d4d93]: Fix SF bug #3003: make pdf returns an error.
commit [49a2df1]: Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result.
commit [7c12736]: Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072
Unnumbered bugs:
commit [f4af2a1]: Use per-maxima-instance filenames for draw and plot. Without this simultaneous plotting from concurrent maxima instances might result in name collisions.
commit [5cc41da]: Allow sbcl to use enough memory to compile Lapack (linux+mac only).
commit [4be3d80]: Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0
commit [592b38b]: Fix integrate((4x^3-x^2+4x)^(-2/3)(12x^2-2*x+4),x);
commits [f7b7b06]...[eedadc7]: li[2] and li[3] fixes.
commit [366b08f]: Try to fix the trace output when the lisp_print trace option is set
commit [b637368]: In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06
This module provides functions to treat half-width and full-width
characters and display correct size of text in one line on terminals and
mobile phones. You can know the visual width of any text and truncate text
by the visual width. Now this module support flagged UTF-8 and tested only
with Japanese.
This module is pure perl version of Text::VisualWidth. This is bit slow,
but it's not require compiler.
Changes:
CHANGES IN V1.8.3 (2016-03-23):
- cups-browsed: When creating or modifying a local print queue
set the printer-is-shared bit to false in a separate IPP
request as this operation errors on queues directly pointing
to remote CUPS queues with the IPP backend. This way we can
ignore the error and assure that all other settings are
applied (Ubuntu bug #1560099).
- Fixed pkg-config support so that $PKG_CONFIG gets used and
cross compilation works (Bug #1347).
- gstoraster: Put conversion rules for this filter into a
separate file, so that they do not get installed when we
build without Ghostscript support (Bug #1346).
- Allow disabling dependencies on IJS (Bug #1345).
- pdftops: Switch to Poppler as PDF renderer also for the
Apple LaserWriter 12/640, to work around a bug in the
printer's PostScript interpreter (Bug #1344).
Updated devel/p5-Git-Repository-Plugin-AUTOLOAD to 1.002
Updated devel/p5-Graph to 0.9704
Updated devel/p5-Graph-ReadWrite to 2.08
Updated devel/p5-Hash-Util-FieldHash-Compat to 0.10
Updated devel/p5-Dist-Zilla to 5.044
- Add following line for make test
+BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
(upstream)
- Updated to devel/p5-Dist-Zilla-5.044
------------------------------------
5.044 2016-04-06 20:32:14-04:00 America/New_York
- require a newer List::Util to avoid a dumb bug caused by relying on
side effects of loading Moose (thanks, Karen Etheridge!)
5.043 2016-01-04 22:54:56-05:00 America/New_York
- dzil test now supports --extended to set EXTENDED_TESTING (thanks,
Philippe Bruhat)
5.042 2015-11-26 09:05:37-05:00 America/New_York
- try to avoid testing errors when the local time zone can't be
determined (https://github.com/rjbs/Dist-Zilla/issues/497)
5.041 2015-10-27 22:07:54-04:00 America/New_York
- add 'static_attribution' attribution to MakeMaker plugin
- fix prereqs for App::Cmd and Config::MVP::Reader::INI
5.040 2015-10-13 11:42:25-04:00 America/New_York
- the distribution tarball name no longer includes -TRIAL if the
version contains an underscore
- [PkgVersion] adds "$VERSION = $VERSION_SANS_UNDERSCORES" when
version contains an underscore
- made the PodCoverageTests and PodSyntaxTests plugins generate author
tests, not release tests. These are tests you want passing on every
commit, not just before a release (Dave Rolsky)
---------------------------------------------------
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.