Age | Commit message (Collapse) | Author | Files | Lines |
|
2.0.5:
Unknown changes
|
|
2.1.8:
Bugfixes
Prevented admin inlines for a ManyToManyField’s implicit through model from being editable if the user only has the view permission
|
|
Fixes WebGL. PR pkg/54247
Bump PKGREVISION.
|
|
19.0.0
A query parameter-centric release, with two enhancements:
"equals sign" characters in query parameter values are no longer escaped.
URL.remove() now accepts value and limit parameters, allowing for removal of specific name-value pairs, as well as limiting the number of removals.
|
|
19.5.1
fix: authextra merging
fix: set default retry_delay_jitter
new: add rawsocket + twisted example
new: WebSocket testing support, via Agent-style interface
new: decorator for on_connectfailure
fix: delayed call leakage
new: CLI client
fix: set up TLS over proxy properly
new: expose ser modules
fix: base64 encodings, add hex encoding
new: onConnecting callback (with TransportDetails and ConnectingRequest). Note: if you've implemented a pure IWebSocketChannel without inheriting from Autobahn base classes, you'll need to add an onConnecting() method that just does return None.
|
|
3.0.2:
* Add a hint to the corsheaders.E013 check to make it more obvious how to
resolve it.
|
|
Version 1.7.2:
- Do not run a cached/memoized function if the cached return value is None.
|
|
copy tsutsui's commit to firefox:
fix wrong latency unit in stream_init() function.
Based on a patch in PR pkg/54206 from Y.Sugahara.
Bump PKGREVISION.
|
|
|
|
pkgsrc changes:
Replace use of legacy GeoIP library with libmaxminddb.
Uses a different module.
Changes:
Highlights
behavior change: strict URL parsing and normalization (configurable)
behavior change: mod_webdav now rejects partial PUT (configurable)
mod_auth: HTTP Auth Digest algorithm=SHA-256
mod_webdav: major rewrite: robustness, performance, RFC compliance
mod_maxminddb: new; obsoletes discontinued mod_geoip
Changes from 1.4.53
[mod_evhost] handle IPv6 literal addr; add tests
[core] separate server_main_loop() func, mark hot
[core] mark startup/shutdown funcs cold
[core] some server_main_loop() cleanup
[core] fdevent_process()
[core] srv→max_fds_lowat and srv→max_fds_hiwat
[core] remove server.h
[mod_staticfile] search ext array if not empty
[core] store joblist pointer on stack
[core] quickly clear request buffer for reuse
[core] helper funcs for connection_state_machine()
[core] perf: optimize connection_read_header()
[core] parse request in connection_read_header()
[core] log_request_header_on_error in one place
[core] copy request only if might need for logging
[core] make parse_request,request.request same buf
[core] prefer buffer_caseless_compare()
[core] pass req hdrs buffer to http_request_parse
[core] replace con→response.keep_alive
[core] mark log_error_write*() funcs cold
[core] http_request_parse() mark error paths cold
[core] lift code out of request line parse loop
[core] get_http_method_key() match by strlen first
[core] RFC7230 HTTP-version parse
[mod_accesslog] attempt to reconstruct req line
[multiple] minor: remove duplicated conditions
[mod_deflate] honor request for x-gzip, x-bzip2
[mod_auth] minor: adjust config validation
[core] discard oversized trailers
[core] no keep-alive if POLLRDHUP,empty read queue
[core] fix gw_backend spelling of directive in err
[multiple] reduce code dup in list resizing
[core] con→is_ssl_sock
[core] connection_handle_write() updates con state
[core] skip plugins_call_cleanup if not init’ed
[core] simpler loops to run plugin hooks
[core] fix mixed use of srv→split_vals array (fixes #2932)
[core] dispatch events from within event framework
[core] don’t call fd event handlers more than once, they might already be gone (fixes segfault)
[core] poll: fdarray uses fd as index, not fde_ndx
[core] map FDEVENT_* to OS system event frameworks
[core] prefer memchr() over strchr()
[core] use openssl to read,discard request body
[mod_openssl] inherit cipherlist from global scope
[mod_openssl] default: ssl.cipher-list = “HIGH”
[mod_proxy] pass Content-Length to backend if > 0
[core] config option to allow GET w/ request body
[core] some fdevent code streamlining
[core] remove fde_ndx member outside fdevents
[core] remove redundant check for allow_http11
[mod_openssl] use 16k static buffer instead of 64k
[core] pull server load checks out of main loop
[core] isolate fdevent processing
[core] release empty chunk buf when nothing read
[core] perf: pass (fdnode *) to epoll and kqueue
[core] modify config parser to handle multiple }
[core] pass (fdnode *) for registered fdevent fd
[mod_auth] http_auth_digest_hex2bin()
[mod_auth] http_auth_info_t digest abstraction
[mod_auth] pass http_auth_require_t for 401 Unauth
[core] no SOCK_NONBLOCK on QNX 7.0
[mod_auth] HTTP Auth Digest algorithm=SHA-256
[core] silence coverity warning
[mod_magnet] fix invalid script return-type crash (fixes #2938)
[build] remove -Wdeclaration-after-statement
[core] pass conf.follow_symlink in more places
[core] fix assertion with server.error-handler (fixes #2941)
[core] extend dir redirection to take HTTP status
[doc] minor adjust create-mime.conf.pl regex match (#2942)
[core] attribute((fallthrough)) for GCC 7.0
[core] fdevent_mkstemp_append() (shared)
[core] off_t upload_temp_file_size
[core] clear FDEVENT_RDHUP if no POLLRDHUP
[mod_wstunnel] fix ping-interval for big-endian (fixes #2944)
[core] fix abort in http-parseopts (fixes #2945)
[core] remove repeated slashes in http-parseopts
[core] fix 1.4.52 regression in mem use with POST (fixes #2948)
[multiple] cleaner calloc use in SETDEFAULTS_FUNC
[core] add const to some etag prototypes
[core] attribute((format …))
[core] struct log_error_st for error logging
[core] log_error, log_perror using printf-like fmt
[core] new worker_init hook to follow parent fork
[core] replace open() with fdevent_open_cloexec()
[mod_webdav] major rewrite (fixes #1818)
[core] 200 for OPTIONS /non-existent/path HTTP/1.1 (fixes #2939)
[mod_webdav] surround Lock-Token with “<…>”
[mod_webdav] fix uuid detection macro
[mod_webdav] fix misbehavior on blank nodes in PROPPATCH
[mod_webdav] clean up resources after do{}while(0)
[mod_webdav] check If-Match, If-Unmodified-Since (#1818)
[mod_webdav] deprecated unsafe partial PUT compat
[mod_webdav] provide ETag in more responses
[mod_webdav] platform portability fixes
[mod_webdav] disable elftc_copyfile() on FreeBSD
[mod_webdav] special-case If: ()
[mod_webdav] check If-None-Match (#1818)
[stat_cache] separate func for symlink policy chk
[stat_cache] separate symlink pol from data struct
[stat_cache] store entries without trailing slash
[stat_cache] pass age param for stat cache cleanup
[stat_cache] remove splaytree ins/del debug code
[stat_cache] FAM: reduce string copying
[stat_cache] FAM: check FAMNextEvent() return code
[stat_cache] FAM: use entry hash index as userdata
[stat_cache] FAM: improve handling modified file
[stat_cache] FAM: ignore follow-symlink config
[stat_cache] FAM: check hash collision before add
[stat_cache] FAM: ignore event with no valid match
[stat_cache] FAM: funcs to invalidate entries
[stat_cache] interfaces to invalidate entries
[mod_webdav] update stat_cache after file mod
[core] use high precision stat timestamp in etag
[scons] adjustment for static build under CentOS
[core] emit trace using path before clearing path
[core] http_chunk_append_file_fd()
[multiple] open target file earlier in some cases
[stat_cache] no longer stat() and open() for stat
[stat_cache] FAM: improve monitoring, cache 16 sec
[stat_cache] FAM: separate routine for FDEVENT_IN
[stat_cache] FAM: whitespace-only change
[mod_webdav] quiet coverity warnings
[doc] highlight relevance of module load order (fixes #2946)
[core] behavior change: stricter URL normalization
[stat_cache] fix compilation error for cmake
[cmake] help cmake on FreeBSD find sys/event.h
[scons] help scons on FreeBSD find sys/event.h
[build] detect FreeBSD elftc_copyfile()
[mod_openssl] use SSL_CTX_set_client_hello_cb()
[core] support weak etags with If-None-Match
[core] store log_state_handling flag on stack
[core] check if splay_tree NULL before invalidate
[mod_webdav] workaround Microsoft-WebDAV-MiniRedir
[mod_webdav] doc Microsoft-WebDAV-MiniRedir bugs
[mod_webdav] invalidate parent dir in stat_cache
[doc] systemd socket activation config example
[core] chunkqueue perf: code reuse
[core] chunkqueue perf: specialized buffer.h funcs
[core] chunkqueue perf: skip opening 0-length file
[core] chunkqueue perf: read small files into mem
[core] buffer_reset() should not be passed NULL
[tests] has_feature() helper func
[tests] skip mod-secdownload HMAC-SHA1,HMAC-SHA256
[core] use high precision stat timestamp on OS X
[mod_magnet] expose server addr (local IP) to lua
[core] adjust http_chunk read() retry loop
[mod_maxminddb] MaxMind GeoIP2 support
[mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940)
|
|
Changes 2.1.7:
- New: test, many many more tests :-) thanks everybody
- New: docs, many documentation updates
- New: graph_model, add simple theming support and django2018 theme
- Improvement: ModificationDateTimeField, make modificationfield name modifiable
- Improvement: graph_model, option to not showrelations labels in the graph
- Improvement: reset_db, allow to override list of backends for database engines
- Improvement: reset_db, add psqlextra backend
- Improvement: runserver_plus, idle support
- Improvement: generate_secret_key, removed get_random_string in favour of get_random_secret_key
- Improvement: update_permissions, add create-only and update-only flags
- Improvement: update_permissions, update changed names of permission to match correct permission name
- Improvement: syncdata, add --database option
- Improvement: runscript, allow to override RUNSCRIPT_SCRIPT_DIR
- Fix: create_command, fix mknod error on macos
- Fix: runserver_plus, fix in resolving ssl certificate path
- Fix: sqldiff, fix hstorefield
- Deprecate: truncate_letters, use Django's truncatechars
- Deprecate: passwd, use Django's changepassword
- Deprecate: Keyczar encrypted fields, Keyczar is abandonned / deprecated
|
|
Changelog:
Version 1.12.0
(12 Apr 2019, from /branches/1.12.x)
https://svn.apache.org/repos/asf/subversion/tags/1.12.0
User-visible changes:
- Major new features:
- Minor new features and improvements:
* 'move vs. move' merge conflicts can now be resolved (r1846851, r1851913)
* 'svn --version --verbose' shows loaded libraries on Linux (r1843774)
* 'svnrdump' can read/write a file instead of stdin/stdout (r1844906)
* 'svn list' tries to not truncate the author's name (r1847384 et al.)
* 'svn list' can show sizes in base-2 unit suffixes (r1847384 et al.)
* 'svn info' shows the size of files in the repository (r1847441 et al.)
* 'svn cleanup' can remove read-only directories (#4806, r1854072 et al.)
- Client-side bugfixes:
* Repos-to-WC copy with --parents works with absent target (r1843888)
* Repos-to-WC copy from foreign repo with peg/operative revs (#4785)
- Server-side bugfixes:
* Ignore empty group definitions in authz files (#4802, r1851687)
- Client-side and server-side bugfixes:
- Other tool improvements and bugfixes:
* svnauthz: warn about empty groups in authz files (#4803, r1851823)
* Storing passwords in plain text on disk is disabled by default (r1845377)
Developer-visible changes:
- General:
* Updated the required libtool version to 2.x (r1845716)
* get-deps.sh: Remove references to Googlemock and Googletest (r1849200)
* All C++ code is compiled in C++11 mode by default (r1849202)
- Bindings:
* JavaHL: Fixed potential core dump in ISVNClient.diff (r1845408)
* JavaHL: Let clients decode file contents from ISVNClient.blame (r1851333)
Version 1.11.1
(11 Jan 2019, from /branches/1.11.x)
http://svn.apache.org/repos/asf/subversion/tags/1.11.1
User-visible changes:
- Minor new features and improvements:
* Conflict resolver support for added vs unversioned file (r1845577)
* Conflict resolver support for unversioned directories (r1846299)
* Improve help for 'svn add' and the '-N' option (r1842814 et al.)
* Improve display of Mac OS name in 'svn --version --verbose' (r1842334)
- Client-side bugfixes:
* Fix: repos-to-WC copy with --parents doesn't create dirs (#4768)
* Fix: foreign repo copy with peg/operative revisions (#4785)
* Fix: foreign repo copy of file adding mergeinfo (#4792)
* Fix: assertion failure using -rPREV on a working copy at r0 (#4532)
* Fix: tree conflict message ends a sentence with a colon (#4717)
- Server-side bugfixes:
* Fix CVE-2018-11803: malicious SVN clients can crash mod_dav_svn
* Fix: unexpected SVN_ERR_FS_NOT_DIRECTORY errors (#4791)
* Fix: mod_dav_svn's SVNUseUTF8 had no effect in some setups (r1844882)
* Fix crash in mod_http2 (#4782)
- Other tool improvements and bugfixes:
* svndumpfilter: Clarify error messages by including node path (r1845261)
- Bindings bugfixes:
* JavaHL: Fix crash in client code when using external diff (r1845408)
Developer-visible changes:
- General:
* Fix build on systems without python in $PATH (r1845555)
* Fix compiler warnings about indentation (r1845556 et al.)
- API changes:
(none)
Version 1.11.0
(30 Oct 2018, from /branches/1.11.x)
http://svn.apache.org/repos/asf/subversion/tags/1.11.0
User-visible changes:
- Major new features:
* Shelving is no longer based on patch files (experimental) (issue #3625)
* Checkpointing (experimental) (issue #3626)
* Viewspec output command (experimental) (issue #4753)
- Minor new features and improvements:
* Improvements to tree conflict resolution (issue #4694 #4766 ...)
* 'patch' can now read non-pretty-printed svn:mergeinfo diffs (r1822151)
* Better error when http:// URL is not a Subversion repository (r1825302)
* Add 'schedule' and 'depth' items to 'svn info --show-item' (r1827032)
* Allow the client cert password to be saved (r1836762)
- Client-side bugfixes:
* Fix a crash in a repo:WC summary diff of a local copy (r1835218)
* Fix double diff headers (r1836746)
* Tree conflict resolver: avoid endless scan in some cases (r1839662)
- Server-side bugfixes:
* svnadmin dump shouldn't canonicalize svn:date (issue #4767)
* 'svnadmin verify --keep-going --quiet' shows an error summary (r1837790)
* Let 'svnadmin recover' prune the rep-cache even if disabled (r1838813)
- Client-side and server-side bugfixes:
* Fix pattern-matching of top level path in listing with search (r1830599)
* Allow commands like 'svn ci --file X' to work when X is a FIFO (r1836306)
- Other tool improvements and bugfixes:
* tools/client-side/bash_completion: Add '--password-from-stdin' (r1820045)
Developer-visible changes:
- General:
* new tool: tools/dist/edit-N-log-messages (r1819207)
* tools/dev/unix-build/Makefile.svn: various fixes
* Expose the diff option 'pretty_print_mergeinfo' in APIs (r1822014)
* In 'revert' APIs, choose whether to delete schedule-add nodes (r1822534)
- Bindings:
* Fix Python binding fs.FileDiff behaviour with python-future (r1823802)
* Fix Python unit test, fs.SubversionFSTestCase, on Windows (r1824410)
* Bump minimum JDK version required for JavaHL to 1.8 (r1831895)
* Enable building against Java 10 (r1841180 et al)
* Fix a potential crash in JavaHL (issue #4764)
|
|
|
|
Based on a patch in PR pkg/54206 from Y.Sugahara.
Bump PKGREVISION.
|
|
* Sync with www/firefox60-60.7.0
|
|
From Piotr Meyer, thank you.
Changelog:
changed:
Font and date adjustments to accommodate the new Reiwa era in Japan
fixed:
#CVE-2019-9815: Disable hyperthreading on content JavaScript threads on macOS
#CVE-2019-9816: Type confusion with object groups and UnboxedObjects
#CVE-2019-9817: Stealing of cross-domain images using canvas
#CVE-2019-9818: Use-after-free in crash generation server
#CVE-2019-9819: Compartment mismatch with fetch API
#CVE-2019-9820: Use-after-free of ChromeEventHandler by DocShell
#CVE-2019-11691: Use-after-free in XMLHttpRequest
#CVE-2019-11692: Use-after-free removing listeners in the event listener manager
#CVE-2019-11693: Buffer overflow in WebGL bufferdata on Linux
#CVE-2019-7317: Use-after-free in png_image_free of libpng library
#CVE-2019-9797: Cross-origin theft of images with createImageBitmap
#CVE-2018-18511: Cross-origin theft of images with ImageBitmapRenderingContext
#CVE-2019-11694: Uninitialized memory memory leakage in Windows sandbox
#CVE-2019-11698: Theft of user history data through drag and drop of hyperlinks to and from bookmarks
#CVE-2019-5798: Out-of-bounds read in Skia
#CVE-2019-9800: Memory safety bugs fixed in Firefox 67 and Firefox ESR 60.7
|
|
1.25.3:
* Change HTTPSConnection to load system CA certificates
when ca_certs, ca_cert_dir, and ssl_context are
unspecified.
* Upgrade bundled rfc3986 to v1.3.2.
|
|
Fix packaging when the "debug" option is enabled, which generates nine
extra files.
|
|
bindings (at least on NetBSD and OS X, as built from pkgsrc). This
leaves us falling through to getConfDir(), which has been gone
rather longer.
From highlight git, it appears searchFile() and getFiletypesConfPath()
both originated in the 3.14 release. The latter is still available in
3.51, and returns the same result searchFile() used to. Switch to it.
(From upstream git 4d06df9583e6c4145f8c6fc2fd51d7894c0b85ce.)
Bump PKGREVISION.
|
|
Backported from upstream commit 79c69ba194db0e4ddfb4ff985bc51c3b14ac8dd3.
PKGREVISION++
|
|
|
|
Upstream changes:
Major features
Forum
MDL-22077 - Private reply option
MDL-65033 - Ability to star discussions
MDL-64956 - In-page forum post reply
MDL-65032 - Ability to lock discussions manually
MDL-65069 - Ability to create discussions without changing page
MDL-64820 - Forum display updated to use templates
MDL-65071 - List of discussions is sortable
MDL-65034 - Accessibility improvements to forum discussions
MDL-65394 - Forum rendering speed improvements
MDL-46881 - Forum scheduled task (cron) has been refactored into several smaller cron tasks
Messaging
MDL-65015 - HTML in messages is cleaned according to site/role "trusttext" configuration
MDL-64715 - Personal space in messaging drawer for draft messages etc.
MDL-64495 - New settings page for messaging-related settings
MDL-63620 - Group conversations can be created from both the auto-create groups edit page and the import groups tool
MDL-63915 - Old messaging user interface removed and replaced with a new widget
MDL-64773 - Messaging conversations can be muted
MDL-65132 - New capability for deleting messages for all users within group conversations
MDL-64017 - Message processors can identify and handle group messages
MDL-64703 - Updated interface on the messaging index page
MDL-64137 - Searches highlight text that matches the search term
MDL-65114 - Timestamps in the main conversation list include days and years
MDL-64093 - New admin setting to set the site default for using enter key to send messages
MDL-60680 - Improved push notifications
Themes
MDL-58428 - All Boost templates moved to core
MDL-64505 - Classic theme introduced to core
MDL-64506 - Bootstrapbase and related themes (Clean/More) removed from core
MDL-65449 - Themes can override the course pattern used on the dashboard
LTI
MDL-62599 - LTI 1.3 support introduced
Open Badges
MDL-63262 - Support added for Open Badges 2.0 platforms
MDL-63876 - Moodle competencies can be linked to criteria for badges in Open Badges 2.0
Dashboard and Course Overview
MDL-63794 - Course categories can be displayed on courses in the course overview block
MDL-64855 - New admin setting to control the output of the course category in the myoverview block
MDL-64376 - Scrolling improved in the recently accessed courses block
MDL-64903 - Course filters are logically grouped in the myoverview block
MDL-64898 - The completion progress bar is no longer displayed for teachers in the myoverview block
Learning Analytics
MDL-61667 - Improvements to the install/uninstall procedure the Analytics API offers to plugins
MDL-64783 - New “upcoming activities due” model added
MDL-65582 - The "upcoming activities due" model is enabled by default
MDL-64786 - Users can overwrite default model names
MDL-64693 - New target added for course competencies achievement
MDL-64636 - New target added for course completion
MDL-65176 - New target added for students at risk of not getting the minimum grade to pass a course
MDL-64954 - A "More info" link provides more information about different core analytics elements
MDL-64777 - Default models can be restored
MDL-64787 - Analytics models can be evaluated using a trained machine learning backend
MDL-60944 - Models can be created, deleted, imported and exported
MDL-64779 - Ability to choose whether to include trained model weights in an export
MDL-65175 - When evaluating a model, the time-splitting method can be set using the web interface
MDL-65177 - It is possible to set the frequency of insight generation for models based on assumptions (e.g. the "upcoming activities due" model)
MDL-60936 - "Enabled time-splitting methods" analytics setting converted to a list of default time-splitting methods for a model's evaluation
Usability improvements
MDL-5311 - Choices can be cleared for single-answer multiple-choice questions
MDL-43385 - Print output of books has been improved
MDL-28505 - Course backup and restore can be performed asynchronously
MDL-61537 - Ability to rotate pages when annotating PDFs in assignment feedback
MDL-63773 - Assignment settings form hides irrelevant options instead of disabling them
MDL-64552 - Moodle forms inside the admin top level directory hide irrelevant options instead of disabling them
MDL-64557 - Moodle forms inside the course directory hide irrelevant options instead of disabling them
MDL-60474 - The student selection tool in the grading interface reflects the sorting order of the grading table
MDL-39261 - File support added to lesson essay questions
MDL-60913 - Global search results can be split into tabs by category
MDL-50793 - Teachers can see hidden pages in book activities
MDL-60059 - Workshop activity action events support drag and drop in the calendar
MDL-62142 - Accessibility improvements for Boost course landing page
Other Highlights
Functional changes
MDL-31355 - Forum due dates are added to the calendar
MDL-36088 - Adding/modifying questions to/in the question bank is logged
MDL-49673 - Assignment has an option to not display the grader to students
MDL-31852 - HTML tags allowed in the title of Lesson "content pages"
MDL-64377 - Ability to delete assignment file submissions
MDL-64243 - Nextcloud serves "offline" files consistent with other integrations (e.g. OneDrive and Google Docs)
MDL-53346 - User competencies in courses show the linked learning plans
MDL-62223 - Improved submission statements for assignments
MDL-52828 - Competencies can be graded when grading an activity
MDL-65154 - Course competencies page shows students which competencies are linked to an activity
MDL-64414 - "AND" and "OR" are available in if-conditions for grade calculations
For administrators
MDL-10965 - There is a new capability available to view the list of non-hidden courses
MDL-57898 - New custom field types plugin and course custom fields functionality
MDL-49399 - Output can be captured during cron and task runs
MDL-62869 - Global search can be configured to include all visible courses
MDL-64322 - New data privacy capability to restrict submission of deletion requests for other users
MDL-63569 - A constant can be added to the subject of all emails
MDL-62907 - The standard log table 'other' field can be set to store in JSON format
MDL-64281 - Frame embedding is always allowed for requests coming from the Moodle app
MDL-61164 - Tasks using legacy cron functionality moved to scheduled tasks
MDL-57900 - Added fields to provide site metadata to support learning analytics
MDL-63623 - Plugins can be uninstalled via command line
MDL-64323 - Additional fields are included in user searches when making new data requests on behalf of a user
MDL-64347 - Improved processing of scheduled and ad-hoc tasks
MDL-65142 - Tables can be downloaded in PDF format (new dataformat)
MDL-64314 - Insights notification enable web notifications by default
MDL-65138 - Course sharing to Moodle.net is disabled by default (configured via a new setting)
MDL-64454 - Site administration page warns if cron does not run frequently
MDL-62728 - The language packs page displays a warning when locales are not fully supported
MDL-64071 - Improved diagnostics when testing LDAP settings
MDL-64823 - Disabling mobile plugins works as expected
MDL-44484 - Theme field available in the bulk upload users tool
MDL-64477 - Learning analytics usage data is included with site usage data
MDL-64337 - Mobile app enabled sites prompt users that do not use the app to download it in notification emails
MDL-64339 - User names provided in the comments report are hyperlinked to the user's profile
For developers
MDL-54592 - MongoDB cache store upgraded to use PHP 7 compatible library
MDL-63977 - Behat testing available for mobile app features and plugins
MDL-63986 - Behat testing added for the messaging drawer
MDL-64449 - New debug feature to expose code issues with session locks
MDL-52167 - Core functionality added to enable site administration settings to be hidden if dependent on another disabled setting
MDL-63366 - Ability to specify filters for unit testing coverage
MDL-65130 - Improved unit testing coverage generation by only respecting the @covers annotation
MDL-60470 - New "after_require_login" hook introduced
MDL-65204 - Phpunit upgraded to version 7.5.x
MDL-64348 - Improved AJAX template fetching
MDL-59986 - External database enrolment sync moved to a scheduled task
MDL-63880 - Some templates common in dashboard blocks have been moved to increase reusability
MDL-64587 - New option in the XMLDB editor to add the mandatory persistent fields
MDL-64324 - ID collisions are avoided when forms are loaded from AJAX
MDL-64684 - When JavaScript caching is disabled, jQuery and RequireJS are no longer minified
New web services
MDL-64252 - New SCORM web service to return user capabilities
MDL-64656 - New web service to return the tag associated with an element
MDL-64655 - New forum web service to return user access information
MDL-64642 - New web service to call multiple external functions
|
|
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
|
Version 0.15.4
- Fix a SyntaxError on Python 2.7.5. (:issue:1544)
Version 0.15.3
- Properly handle multi-line header folding in development server in
Python 2.7. (:issue:1080)
- Restore the response argument to :exc:~exceptions.Unauthorized.
(:pr:1527)
- :exc:~exceptions.Unauthorized doesn't add the WWW-Authenticate
header if www_authenticate is not given. (:issue:1516)
- The default URL converter correctly encodes bytes to string rather
than representing them with b''. (:issue:1502)
- Fix the filename format string in
:class:~middleware.profiler.ProfilerMiddleware to correctly handle
float values. (:issue:1511)
- Update :class:~middleware.lint.LintMiddleware to work on Python 3.
(:issue:1510)
- The debugger detects cycles in chained exceptions and does not time
out in that case. (:issue:1536)
- When running the development server in Docker, the debugger security
pin is now unique per container.
|
|
Adjust mozilla-common.mk accordingly. Ride previous update.
|
|
* Sync with www/firefox-67.0
* en-US is not included in www/firefox
|
|
Changelog:
New
Firefox 67 demonstrates improved performance thanks to a number of changes such as:
Lowering priority of setTimeout during page load
Delayed component initialization until after start up
Painting sooner during page load but less often
Suspending unused tabs
Learn more about our approach to performance in 67 in the Mozilla blog.
Users can block known cryptominers and fingerprinters in the Custom settings of their Content Blocking preferences.
Keyboard accessibility has improved in the latest version of Firefox. Toolbar and toolbar overflow menu are both fully keyboard accessible: keyboard users can now access add-ons, the downloads panel, the overflow, Page actions and Firefox menus, and much more.
Private Browsing sees both usability and security improvements:
Save passwords in private browsing mode
Choose which extensions to exclude from private tabs
A myriad of new features help make Firefox easier to use:
We’ve added a toolbar menu for your Firefox Account to provide more transparency for when you are synced, sharing data across devices and with Firefox. Personalize the appearance of the menu with your own avatar
Tabs can now be pinned from the Page Actions menu in the address bar
Firefox will highlight useful features (like Pin Tabs) when users are most likely to benefit from them.
Easier access to your list of saved logins from the main menu and login autocomplete. Learn about all the ways you can manage your passwords in Firefox.
The Import Data from Another Browser feature is now also available from the File menu
Users will be able to run different Firefox installs side by side by default so that you can run the beta and release versions simultaneously
Firefox will now protect you against running older versions of the browser which can lead to data corruption and stability issues
Firefox is upgrading to the newer, higher performance, AV1 decoder known as ‘dav1d’
WebRender is gradually enabled by default on Windows 10 desktops with NVIDIA graphics cards
Mozilla’s highest performing JavaScript compiler now supports ARM64 Windows devices.
Enable FIDO U2F API, and permit registrations for Google Accounts
Some users will see experiments with an improved Pocket experience in Firefox Home with different layouts and more topical content.
Fixed
Various security fixes
#CVE-2019-9815: Disable hyperthreading on content JavaScript threads on macOS
#CVE-2019-9816: Type confusion with object groups and UnboxedObjects
#CVE-2019-9817: Stealing of cross-domain images using canvas
#CVE-2019-9818: Use-after-free in crash generation server
#CVE-2019-9819: Compartment mismatch with fetch API
#CVE-2019-9820: Use-after-free of ChromeEventHandler by DocShell
#CVE-2019-9821: Use-after-free in AssertWorkerThread
#CVE-2019-11691: Use-after-free in XMLHttpRequest
#CVE-2019-11692: Use-after-free removing listeners in the event listener manager
#CVE-2019-11693: Buffer overflow in WebGL bufferdata on Linux
#CVE-2019-7317: Use-after-free in png_image_free of libpng library
#CVE-2019-11694: Uninitialized memory memory leakage in Windows sandbox
#CVE-2019-11695: Custom cursor can render over user interface outside of web content
#CVE-2019-11t .JNLP files are not recognized as executable files for download prompts
#CVE-2019-11697: Pressing key combinations can bypass installation prompt delays and install extensions
#CVE-2019-11698: Theft of user history data through drag and drop of hyperlinks to andsulting bookmark is subsequently dragged and dropped into the web content area, an arbitrary query of a user's browser history can be run and transmitted to the content page via drop event data. This allows for the theft of browser history by a malicious site.
#CVE-2019-11700: res: protocol can be used to open known local files
#CVE-2019-11699: Incorrect domain name highlighting during page navigation
#CVE-2019-11701: webcal: protocol default handler loads vulnerable web page
#CVE-2019-9814: Memory safety bugs fixed in Firefox 67
#CVE-2019-9800: Memory safety bugs fixed in Firefox 67 and Firefox ESR 60.7
|
|
1. Added a missing build dependency, devel/yasm.
2. Fixed build failures when compiling with rust>=1.33 by disabling the
--enable-rust-simd flag for now. (borrowed from ryoon@'s fix from
www/firefox)
3. Bumped the rust dependency minimum version to 1.31.
4. Bump PKGREVISION
|
|
(Should be part of previous commit, sorry.)
|
|
pkgsrc changes:
- Remove patch-configure test(1) `==' -> `=' hunk applied upstream
Changes:
7.65.0
------
This release includes the following changes:
o CURLOPT_DNS_USE_GLOBAL_CACHE: removed
o CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
o pipelining: removed
This release includes the following bugfixes:
o CVE-2019-5435: Integer overflows in curl_url_set
o CVE-2019-5436: tftp: use the current blksize for recvfrom()
o --config: clarify that initial : and = might need quoting
o AppVeyor: enable testing for WinSSL build
o CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk
o CURLOPT_ADDRESS_SCOPE: fix range check and more
o CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later
o CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value
o CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE
o CURL_MAX_INPUT_LENGTH: largest acceptable string input size
o Curl_disconnect: treat all CONNECT_ONLY connections as "dead"
o INTERNALS: Add code highlighting
o OS400/ccsidcurl: replace use of Curl_vsetopt
o OpenSSL: Report -fips in version if OpenSSL is built with FIPS
o README.md: fix no-consecutive-blank-lines Codacy warning
o VC15 project: remove MinimalRebuild
o VS projects: use Unicode for VC10+
o WRITEFUNCTION: add missing set_in_callback around callback
o altsvc: Fix building with cookies disabled
o auth: Rename the various authentication clean up functions
o base64: build conditionally if there are users
o build-openssl.bat: Fixed support for OpenSSL v1.1.0+
o build: fix "clarify calculation precedence" warnings
o checksrc.bat: ignore snprintf warnings in docs/examples
o cirrus: Customize the disabled tests per FreeBSD version
o cleanup: remove FIXME and TODO comments
o cmake: avoid linking executable for some tests with cmake 3.6+
o cmake: clear CMAKE_REQUIRED_LIBRARIES after each use
o cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSP
o cmake: set SSL_BACKENDS
o configure: avoid unportable `==' test(1) operator
o configure: error out if OpenSSL wasn't detected when asked for
o configure: fix default location for fish completions
o cookie: Guard against possible NULL ptr deref
o curl: make code work with protocol-disabled libcurl
o curl: report error for "--no-" on non-boolean options
o curl_easy_getinfo.3: fix minor formatting mistake
o curlver.h: use parenthesis in CURL_VERSION_BITS macro
o docs/BUG-BOUNTY: bug bounty time
o docs/INSTALL: fix broken link
o docs/RELEASE-PROCEDURE: link to live iCalendar
o documentation: Fix several typos
o doh: acknowledge CURL_DISABLE_DOH
o doh: disable DOH for the cases it doesn't work
o examples: remove unused variables
o ftplistparser: fix LGTM alert "Empty block without comment"
o hostip: acknowledge CURL_DISABLE_SHUFFLE_DNS
o http: Ignore HTTP/2 prior knowledge setting for HTTP proxies
o http: acknowledge CURL_DISABLE_HTTP_AUTH
o http: mark bundle as not for multiuse on < HTTP/2 response
o http_digest: Don't expose functions when HTTP and Crypto Auth are disabled
o http_negotiate: do not treat failure of gss_init_sec_context() as fatal
o http_ntlm: Corrected the name of the include guard
o http_ntlm_wb: Handle auth for only a single request
o http_ntlm_wb: Return the correct error on receiving an empty auth message
o lib509: add missing include for strdup
o lib557: initialize variables
o makedebug: Fix ERRORLEVEL detection after running where.exe
o mbedtls: enable use of EC keys
o mime: acknowledge CURL_DISABLE_MIME
o multi: improved HTTP_1_1_REQUIRED handling
o netrc: acknowledge CURL_DISABLE_NETRC
o nss: allow fifos and character devices for certificates
o nss: provide more specific error messages on failed init
o ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup
o ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
o openssl: mark connection for close on TLS close_notify
o openvms: Remove pre-processor for SecureTransport
o openvms: Remove pre-processors for Windows
o parse_proxy: use the URL parser API
o parsedate: disabled on CURL_DISABLE_PARSEDATE
o pingpong: disable more when no pingpong protocols are enabled
o polarssl_threadlock: remove conditionally unused code
o progress: acknowledge CURL_DISABLE_PROGRESS_METER
o proxy: acknowledge DISABLE_PROXY more
o resolve: apply Happy Eyeballs philosophy to parallel c-ares queries
o revert "multi: support verbose conncache closure handle"
o sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
o sasl: only enable if there's a protocol enabled using it
o scripts: fix typos
o singleipconnect: show port in the verbose "Trying ..." message
o smtp: fix compiler warning
o socks5: user name and passwords must be shorter than 256
o socks: fix error message
o socksd: new SOCKS 4+5 server for tests
o spnego_gssapi: fix return code on gss_init_sec_context() failure
o ssh-libssh: remove unused variable
o ssh: define USE_SSH if SSH is enabled (any backend)
o ssh: move variable declaration to where it's used
o test1002: correct the name
o test2100: Fix typos in test description
o tests/server/util: fix Windows Unicode build
o tests: Run global cleanup at end of tests
o tests: make Impacket (SMB server) Python 3 compatible
o tool_cb_wrt: fix bad-function-cast warning
o tool_formparse: remove redundant assignment
o tool_help: Warn if curl and libcurl versions do not match
o tool_help: include <strings.h> for strcasecmp
o transfer: fix LGTM alert "Comparison is always true"
o travis: add an osx http-only build
o travis: allow builds on branches named "ci"
o travis: install dependencies only when needed
o travis: update some builds do Xenial
o travis: updated mesalink builds
o url: always clone the CUROPT_CURLU handle
o url: convert the zone id from a IPv6 URL to correct scope id
o urlapi: add CURLUPART_ZONEID to set and get
o urlapi: increase supported scheme length to 40 bytes
o urlapi: require a non-zero host name length when parsing URL
o urlapi: stricter CURLUPART_PORT parsing
o urlapi: strip off zone id from numerical IPv6 addresses
o urlapi: urlencode characters above 0x7f correctly
o vauth/cleartext: update the PLAIN login to match RFC 4616
o vauth/oauth2: Fix OAUTHBEARER token generation
o vauth: Fix incorrect function description for Curl_auth_user_contains_domain
o vtls: fix potential ssl_buffer stack overflow
o wildcard: disable from build when FTP isn't present
o winbuild: Support MultiSSL builds
o xattr: skip unittest on unsupported platforms
|
|
|
|
|
|
v6.5.5
- :issue:99 via :pr:186': Sockets now collect statistics (bytes
read and written) on Python 3 same as Python 2.
- :cp-issue:1618 via :pr:180: Ignore OpenSSL's 1.1+ Error 0
under any Python while wrapping a socket.
|
|
6.1.6:
Features / Enhancements
Security: Bump jQuery to 3.4.0
Bug Fixes
Playlist: Fix loading dashboards by tag.
6.1.5:
Security: Urgent security patch release.
6.1.4:
Bug Fixes
DataPanel: Added missing built-in interval variables to scopedVars.
Explore: Adds maxDataPoints to data source query options .
Explore: Fixes so intervals are recalculated on run query.
Heatmap: Fix for empty graph when panel is too narrow.
Heatmap: Fixed auto decimals when bucket name is not number.
QueryInspector: Now shows error responses again.
6.1.3:
Bug Fixes
Graph: Fixed auto decimals in legend values for some units like ms and s.
Graph: Fixed png rendering with legend to the right.
Singlestat: Use decimals when manually specified.
UI Switch: Fix broken UI switches. Fixes Default Data Source switch, Explore Logs switches, Gauge option switches.
6.1.2:
Bug Fixes
Graph: Fixed series legend color for hidden series.
Graph: Fixed tooltip highlight on white theme.
Styles: Fixed menu hover highlight border.
Singlestat Panel: Correctly use the override decimals.
6.1.1:
Bug Fixes
Alerting: Notification channel http api fixes.
Graphite: Editing graphite query function now works again.
Playlist: Kiosk & auto fit panels modes are working normally again .
QueryEditors: Toggle edit mode now always work on slower computers.
6.1.0:
Bug Fixes
CloudWatch: Fix for dimension value list when changing dimension key.
Graphite: Editing function arguments now works again.
InfluxDB: Fix tag names with periods in alert evaluation.
PngRendering: Fix for panel height & title centering .
Templating: Fix for editing query variables.
|
|
|
|
Changelog:
This is a bug-fix release with one important fix. There have been
reports about infrequent paginator crashes when running the Hugo
server since 0.55.0. The reason have been narrowed down to that of
parallel rebuilds. This isn't a new thing, but the changes in 0.55.0
made it extra important to serialize the page initialization. This
release fixes that by protecting the Build method with a lock when
running in server mode. 95ce2a40 @bep #5885#5968
|
|
|
|
|
|
TEXTURE_MAPPER_COLOR_CONVERT_FLAG is defined only if GSTREAMER_GL
is defined (it is not in pkgsrc package). Backport a patch from
upstream to address that.
Thanks to <wiz> for reporting this problem!
|
|
Version 2.4.0
- Make engine configuration more flexible.
- Address SQLAlchemy 1.3 deprecations.
- get_or_404() and first_or_404() now accept a description
parameter to control the 404 message.
- Use time.perf_counter for Python 3 on Windows.
- Drop support for Python 2.6 and 3.3.
- Add an example of Flask's tutorial project, Flaskr, adapted for
Flask-SQLAlchemy.
|
|
Flask-Flatpages v0.7.1
This release updates the dependencies to resolve some severe security alerts! Please update as soon as possible
|
|
Version 1.0.3
- :func:send_file encodes filenames as ASCII instead of Latin-1
(ISO-8859-1). This fixes compatibility with Gunicorn, which is
stricter about header encodings than PEP 3333.
- Allow custom CLIs using FlaskGroup to set the debug flag without
it always being overwritten based on environment variables.
- flask --version outputs Werkzeug's version and simplifies the
Python version.
- :func:send_file handles an attachment_filename that is a
native Python 2 string (bytes) with UTF-8 coded bytes.
- A catch-all error handler registered for HTTPException will not
handle RoutingExcpetion, which is used internally during
routing. This fixes the unexpected behavior that had been introduced
in 1.0.
- Passing the json argument to app.test_client does not
push/pop an extra app context.
|
|
This is the SassC for LibSass 3.6.0
|
|
Changelog
* Add functions utility compile unit
* Move macros and helpers to fn_utils
* Protect some header defines from redefining
* Move number functions to own compile unit
* Move selector functions to own compile unit
* Move color functions to own compile unit
* Move string functions to own compile unit
* Move list functions to own compile unit
* Move map functions to own compile unit
* Move misc functions to own compile unit
* Rename stacks to use shorter typedefs
* Cleanup CRTP implementation
* Rename ast2c and move c2ast to own compile unit
* Move AST memory macros to macro header
* Make Value inherit from PreValue
* Remove obsolete parameters
* Remove Function_Call_Schema class
* Remove obsolete in_selector flag
* Add distinct Parent_Reference class for values
* Fix parsing of colors (remove dynamic cast on eval)
* Pass traces instead of full context to bind
* Clean up get_arg_m in fn_utils
* Change String_Schema to only hold PreValue objects
* Clean up function macros and force to return PreValues
* Enhance stacktrace to report column numbers
* Add display name for color to debugger
* Add get method for environment class
* Remove obsolete function constructor arguments
* Add EnvStack typedef
* Replace direct references with methods
* Adjust output/error for modulo zero operation
* Adjust output/error for modulo zero operation
* Fix automake build if sassc is missing
* Upgrade sass2scss to version 1.1.2
* Allow colors in @at directives
* Fix edge case converting achromatic colors to HSL
* Delay interpolated expression as in regular CSS
* Fix automake build if sassc is missing
* Upgrade sass2scss to version 1.1.2
* Allow colors in @at directives
* Fix edge case converting achromatic colors to HSL
* Delay interpolated expression as in regular CSS
* Fix parsing of colors (remove dynamic cast on eval)
* Allow "!" in custom property values
* Allow "!" in custom property values
* Include Haskell bindings in implementations list
* Fix ordering in implementations list
* Fix link to node-sass implementation
* Separate out deprecated import file extensions
* Add a deprecation warning for @import's that resolved .css files
* Add support for index imports
* Add configuration for supporting additional extensions as .scss
* Remove raw css imports
* Inline out_of_memory macro
* Inline out_of_memory macro
* Emit transparent colors as rgba(0, 0, 0, 0)
* Fix merging of nested media queries with not
* Fix merging of nested media queries with not
* Fix regression in parsing selector with trailing escaped colon
* Fix regression in parsing selector with trailing escaped colon
* Emit transparent colors as rgba(0, 0, 0, 0)
* Add configuration for supporting additional extensions as .scss
* Remove raw css imports
* Mentioned SharpScss and LibSassHost in implementations.md
* Update compatibility section of the read me
* Fix segfault on empty custom properties
* Fix segfault on empty custom properties
* Include Haskell bindings in implementations list
* Fix ordering in implementations list
* Fix link to node-sass implementation
* Mentioned SharpScss and LibSassHost in implementations.md
* Revert "Upgrade sass2scss to version 1.1.2"
* Add deprecation messages for color arithmetic
* Add deprecation messages for color arithmetic
* Fix explosion of parent selectors in selector-nest
* Include in operation.hpp
* Adds another Nim implementation
* Update Readme.md
* Remove legacy workaround for parsing modulo operator
* Fix handling of unclosed interpolant in url
* Create CODE_OF_CONDUCT.md
* Revert "Remove raw css imports"
* Revert "Add configuration for supporting additional extensions as .scss"
* Revert "Add a deprecation warning for @import's that resolved .css files"
* Revert "Separate out deprecated import file extensions"
* Revert "Remove raw css imports"
* Revert "Add configuration for supporting additional extensions as .scss"
* Remove legacy workaround for parsing modulo operator
* Fix handling of unclosed interpolant in url
* Fix possible bug with handling empty reference combinators
* Fix -Wmissing-declarations for gcc < 7
* Support hex colors with alpha channels
* Make plugin tests run with a precision of 5
* Update make CC and CXX defaults for wider compat
* Update link to perl-libsass implementation
* Fix -Wmissing-declarations for gcc < 7
* Support hex colors with alpha channels
* Fix possible bug with handling empty reference combinators
* Update plugin test script to use precision 5
* Makefile: Use order-only deps for directories
* Use precision 10 by default
* Set default precision to 10 in Sass_Output_Options
* Docs: Profiling
* SharedPtr: Remove explicit detached bool
* Remove -undefined error, --no-undefined LDFLAGS
* SharedPtr: More cleanup
* Makefile cleanup
* Disable failing coverage check
* Fix ignored :not(multiple, selectors)
* Actually fix coveralls failures
* Use -std=c++11
* AST: Add final specifier to final classes
* Fix selector unification ordering
* Add and use a unification_order method
* Fix memory leak introduced in March
* Fix memory leak in resolve_parent_refs
* Revert "SharedPtr: More cleanup"
* Revert "SharedPtr: Remove explicit detached bool"
* AST: Fix clang warnings, add const, remove virtual
* .travis.yml: sudo: required for ptrace support
* Fix 2 more memory leaks
* Selector unification: use == for comparison
* Do not use 0 for initializing SharedImpl
* Add /plugins/ to .gitignore
* Fix a memory leak in rgba_2
* Travis ASan: Use default Travis clang (v5.0)
* Clean up Selector_List::operator==
* Fix heap-use-after-free in Parser error handling
* Optimize line_begin/end search in handle_error
* MSVC warning and fix
* Add a copy constructor to InvalidSass exception
* Minor fix: Reserve lists with correct sizes
* SharedPtr improvements
* Run C++ unit tests on CI (Makefile-only)
* Disallow parent selectors in selector-append
* Fix memory leak in parse_ie_keyword_arg
* Implement passing arguments to @content
* Clean up Compound_Selector::operator==
* Fix crash in selector-append('.x~~', 'a')
* Refactor: Add starts/ends_with functions
* Update utfcpp to v2.3.6
* Remove debugger from fn_miscs
* Move AST selectors into own compile units
* Move AST values into own compile units
* Fix clang warnings
* Cleanup and fix selector compare operators
* Rename element to type selector and type enums
* Replace to_string compare with == object compare
* Split AST declarations and definitions
* Move AST supports into own compile units
* Split AST declarations and definitions
* Cleanup AST values compare operators
* Fix clang warnings
* Refactor loops in Selector::unify_with
* Enable to read remote UNC locations on windows
* Re-implement selector unification
* Fix 2782: heap-use-after-free in expand.cpp
* Set without_rule flat only when explicitly requested by at_root
* Disallow optional pseudo_prefix
* Disallow parent selector in selector_fns arguments
* Refactor inspection/output of numbers
* Implement internal HSLA color representation
* Add deprecation for hsla with percentage alpha
* Fix number comparison for floats/doubles by calculations
* Fix VS2013 warning C4800 in src/ast_selectors.cpp
* Remove unused src/functions.{h,c}pp
* Catch exceptions by reference
* Simplify string concatenation
* indentation
* travis: Disable coverage for static OSX build
* Fixed typos
* Avoid clang warning: expression with side effects will be evaluated despite being used as an operand to 'typeid'
* Ensure sass.hpp is included before system headers
* Add comment about order to all sass.hpp includes
* https-ify sass-lang.com urls
* Fix broken markdown link
* Fix one more I missed due to faulty sed
* Install hrx gem in CI
* Install hrx gem in Windows CI
* Bump AppVeyor Ruby version
* Fix mixin-exists and function-exists in local scopes
* Avoid modifying Expression in ast_node_to_sass_value
* Remove _Ptr(_Const) typedefs
* Fix GCC warning: Catching polymorphic type by value
* Newlines: Parse \f and normalize in comments
* Make Makefile compatible with GNU Make >= 3.79.1
* Fix heap-use-after-free in eval.cpp
* Error on incomplete @supports clause in parser
* Fix invalid operator< for Selector_List
* Fix heap-buffer-overflow in prelexer.hpp:70
* Copy Unicode PWD tests from sass-spec
* Remove passing version flag to spec runner
* Remove unquoting for str_slice, str-insert and str-index
* Fix incorrect call to std::isdigit
* Remove obsolete unit tests
* Fix spec testing on mac with shared build
* Disallow non-string argument to quote
* Makefile: Mark test* targets as .PHONY
* Fix inspect for quoted strings
* Make parse_css_variable_value non-recursive
* Forbid empty custom property values
* Delete extconf.rb
|
|
Changelog:
Fix setupcheck for intl module (server#15223)
Take return of mkdir into consideration; photocache to not create a folder for deletion (server#15303)
Remove the custom prefix from the table name length when checking on … (server#15312)
Check if the data is in the lookup server (server#15341)
Do NOT assume all files are selected if the first checkbox is (server#15345)
Fix collapse button in app navigation in IE11 (server#15389)
Make sure all middlewares are only registered once (server#15399)
Allow to send the password of protected conversations (server#15405)
Remove extra margin from warning messages in authenticate page (server#15409)
Set Edge < 16 as incompatible with css vars (server#15417)
Remove extra param in cache update call (server#15418)
Handle 0 B default quota properly in the web UI (server#15424)
Fix multiselect min width (server#15433)
Make access column a real boolean (server#15434)
Fix public upload by also load the semaphore method (server#15439)
Remove setup args from logging (server#15442)
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario (server#15452)
Fix mobile vertical scrolling (server#15469)
Remove recommendation for opcache on CLI (server#15471)
Update file-upload.js (server#15482)
Add interfaces to interact with subscription from support app (server#15513)
Fall back to application/octet-stream instead of using an invalid mim… (activity#374)
Only call setViewerMode if FileList is available (files_pdfviewer#132)
Use correct CSS URL, remove default marked settings and change to GFM rendering (files_texteditor#150)
Use correct method to determine if HTTPS is used (firstrunwizard#189)
|
|
Upstream changes:
0.22 2019-04-16T01:51:15Z
Fixed test case(Slaven Rezić)
|
|
Upstream changes:
6.39 2019-05-06 14:18:39Z
- Document current best practices (GH#314) (Olaf Alders)
- Document order in which handlers fire (GH#315) (Olaf Alders)
- SKIP nntp test for now (GH#317) (Olaf Alders)
|
|
Thanks to <maya>!
|
|
Changes:
2.24.2
======
- Fix rendering of emojis copy-pasted from GTK emoji chooser.
- Fix space characters not being rendered with some CJK fonts.
- Fix adaptive streaming playback with older GStreamer versions.
- Set a maximum zoom level for pinch zooming gesture.
- Fix navigation gesture to not interfere with scrolling.
- Fix SSE2 detection at compile time, ensuring the right flags are passed to the compiler.
- Fix several crashes and rendering issues.
- Translation updates: Danish, Spanish, Ukrainian.
- Security fixes: CVE-2019-8595, CVE-2019-8607, CVE-2019-8615.
|
|
Update to the latest release, and, while here, get spell checking to
work.
Change log:
1.0.01 (2019-01-01):
- some enhancements in experimental backend for QtWebEngine (Blink):
-- download dialog is now shown for tab that initiated it;
-- added support for handling requests to print page;
- many other fixes.
0.9.99 RC 12 (2018-09-01):
- QtWebEngine backend no longer uses locks for fetching feeds, links or search engines;
- some other fixes.
0.9.99 RC 11 (2018-08-01):
- reworked handling of custom icons for toolbar entries;
- some other fixes.
|