Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updated devel/p5-Git-Wrapper to 0.040
|
|
---------------------
0.040 2015-03-13 16:11:14-07:00 America/Los_Angeles
0.039 2015-02-23 19:27:47-08:00 America/Los_Angeles (TRIAL RELEASE)
Various POD updates (B. Estrade)
Exclude failing test on Mac OS with older Git (#41) (John Anderson)
POD and typo fixes (Doug Bell)
|
|
-------------------
1.12 2015-03-07
- The constructor now accepts named params. In addition to a magic_file param,
it now accepts follow_symlinks and uncompress params. These do what you'd
expect, tell the object to follow symlinks and/or uncompress files when
getting info from them. The old single parameter constructor is still
supported, but is no longer documented.
- The old APIs are now called "discouraged" rather than "deprecated" in the
documentation. I have no plan to remove these APIs any time soon or to make
them warn, so "deprecated" was too strong a word.
- Changed a test to hopefully skip rather than fail on OpenBSD systems.
1.11 2015-03-01
- The info_from_handle() method did not handle binary data correctly, which
could lead to incorrect results.
- The info_from_*() methods returned a full mime type with encoding in the
"mime_type" key rather than just the mime type alone.
- Allow File::LibMagic->new() to accept an array reference containing multiple
magic file paths.
|
|
|
|
bug fixes. A handful of modest feature adds are also present, including new Core features for SQLite, Postgresql, and new API features to provide better control of transaction isolation level when using the ORM.
|
|
|
|
Updated devel/p5-AnyEvent to 7.08
Updated devel/p5-CPAN to 2.1000
Updated devel/p5-CPAN-Meta to 2.150001
Updated devel/p5-Class-MethodMaker to 2.23
Updated devel/p5-Class-Virtual to 0.07
Updated devel/p5-Config-MVP to 2.200009
Updated devel/p5-Data-Munge to 0.094
Updated devel/p5-Data-ShowTable to 4.6
Updated devel/p5-Date-Calc-XS to 6.4
Updated devel/p5-Devel-CheckOS to 1.76
Updated devel/p5-Devel-PPPort to 3.31
Updated devel/p5-Expect to 1.32
Updated devel/p5-ExtUtils-ModuleMaker to 0.54
|
|
-------------------
0.54 March 13, 2015
Correct error in TEST_REQUIRES: should have been IO::Capture rather than
IO::CaptureOutput.
0.53 March 10, 2015
Add metadata to Makefile.PL. Remove IO::Capture from distribution. Instead,
add it to TEST_REQUIRES metadata in Makefile.PL.
|
|
- Add LICENSE to ${PERL5_LICENSE}
(upstream)
- Update 1.21 to 1.32
----------------------
1.32 2014-10-26
Skip bc tests. https://rt.cpan.org/Ticket/Display.html?id=98495
1.31 2014-09-02
Eliminate the requirement for ExtUtils::MakeMaker 1.70.
Now any ExtUtils::MakeMaker should work on the client side.
In the tests, add special treatment for $^O=midnightbsd and dragonfly.
and for $^O=linux as well.
Test t/11-calc.t also got some special treatment.
1.30 2014-08-22
RT #47834
After a failed call to ->expect the ->match, and ->after will return undef
and ->before will return the content of the accumulator.
Earlier they retained the values obtained during the last successful match.
->before will return undef at the first time but later, if we call ->clear_accum,
it will start returning the empty string.
CONFIGURE_REQUIRES ExtUtils::MakeMaker 6.70
Some test updates.
1.29 2014-08-14
Official co-maintainer SZABGAB (Gabor Szabo)
Update documentation according to RT #60722
1.28 2014-08-14
Croak if undef passed to _trim_length
Fix double planning on skipped test
1.27 2014-08-13
Remove $& and $` fixing the rest of RT #61395
Add more test cases.
Various code refactoring declaring loop variables;
parameter passing; return undef; etc.
1.26 2014-08-12
Skip the bc test on OS-es where it has been failing.
Stop inheriting from Exporter.
Eliminate $` and $' from the code. part of (RT #61395)
This fix might break some existing code n some extreme cases
when the regex being matched has a lookbehind or a lookahead
at the edges.
1.25 2014-08-05
Fix test count.
1.24 2014-08-04
More test diagnostics.
Tests added for RT #62359
1.23 2014-07-29
Refactoring test script.
Eliminate indirect calls in the code and in the docs.
Use Perl::Tidy to unify layout.
Add use warnings;
IO::Tty prerequisite version 1.03 => 1.11
1.22 2014-07-27
New unofficial mainainer (Gabor Szabo)
Merge .pod and .pm and move them to lib/
Move the test and the code to standard location /t in the distribution.
Eliminate indirect calls in tests.
Use Test::More instead of home-brew testing.
Typos fixed in pod RT #86852.
Changes file re-ordered and standardized.
|
|
-------------------
3.31 - 2015-03-12
* Regen todo files to sync with blead
3.30 - 2015-03-05
* Update typemap to account for STRLEN added in
3.29, which prevented compiling on older Perls
3.29 - 2015-03-05
* Fix issue found by Coverity
(Thanks to Dave M. for patch)
|
|
-------------------
1.76 2015-03-13 Add GNU Hurd
1.75 2015-03-08 Add Minix and iOS;
Correct ancient typo in Apple family that no-one
has ever noticed because no-one uses 'classic'
Mac OS;
Various 'kwalitee' improvements from Dale Evans
1.74 2015-03-04 Add Linux::Debian;
Add MacOSX::v10_*;
Add perl 5.6.2 support
all the above thanks to Dale Evans
|
|
-------------
Version 6.4 07.03.2015
+ Fixed t/f016.t, t/f027.t and t/f028.t which started failing on 01/01/2015
+ Fixed t/f035.t which gave a warning "Unescaped left brace in regex is deprecated"
with Perl 5.21.x
|
|
(Initial import was 3.3, and this is the first version update after that,
and following Changes File inserted below is not really sure for diffs, but)
---------------------------------------------------------------------------
Modified "ShowTable.pm":
Added "showmode" argument to ShowTableValue so it could handle HTML
embedded text correctly. ShowTableValue now uses a string substitution
"%s" for any values with embedded HTML tokens, even if defined as an
integer or real.
Changed how URLs work: now %K and %V are substituted into the URL
corresponding to the given field name key. No other insertions are
done, so the URL is completely specified by the user otherwise.
Added tableAttrs argument to ShowHTMLTable allowing other stuff to be
inserted within the TABLE token (ie: <TABLE $table_attrs>).
Changed the regexp in &PlainText to avoid the multiple null string
matches.
Changed htmltext to substitute blanks if the optional second argument
is non-null (which is used when creating URLs).
Allow column indexes, as well as column names, to be mapped to URLs.
Added %I (column index) key to the url substitutions.
Removed Sys::OutPut usage. Added "put" and "out" subs directly.
Fixed small documentation problems.
Modified "showtable":
Added -urls option to support URL mappings for fields.
Added -attributes option to support table_attributes argument.
Added Changes file.
Added t/html-urls.t test file.
|
|
---------------
0.094 2015-03-08
* elem("$ref", [$ref]) is now false.
(elem($ref, ["$ref"]) had been false before.)
|
|
------------------
2.200009 2015-03-07 17:18:10-05:00 America/New_York
- module-loading exceptions now include a section_name attribute for
the name of the section being assembled
|
|
--------------
0.07 Sun Mar 1 12:32:44 PST 2015
Misc
* Update metadata to point at Github.
* Discourage use of this module, there are better solutions.
* Clarify the license link in the documentation.
|
|
---------------
2.23 Mar 05 2015
- Use strict and warnings everywhere (Neil Bowers)
- renamed CommonMethods.pm to CommonMethods.pmt, as it's a
template for module code. CPANTS was assuming it's a module
from the name, and failing it (Neil Bowers)
|
|
[DOCUMENTED]
- Include allowed values for license field in 1.x historic licenses rather
than linking to Module::Build
- Documented when fragment merging became available
|
|
|
|
-----------------------------------------------------
2015-03-13 k <andk@cpan.org>
* release 2.10
* same code as 2.10-TRIAL
2015-02-22 k <andk@cpan.org>
* release 2.10-TRIAL
* Fix Makefile/Build file test in prereq_pm (Craig A. Berry; RT 98265)
* Don't use list assignment to %ENV in Distribution::make (Craig A.
Berry; RT 98265)
* Bump $VERSION in changed modules (for integration into blead, post
5.21.9) (Steve Hay)
* bump requirement for Socket.pm on Windows (Alexandr Ciornii)
2015-02-02 k <andk@cpan.org>
* release 2.09-TRIAL
* tune verbosity of failing tests in 30shell.t (Andreas Koenig)
* find or fetch MIRRORED.BY -- github #84 (brian d foy)
* bump $VERSION in modules changed since CPAN-2.00 -- github #83 (Steve
Hay)
2015-01-05 k <andk@cpan.org>
* release 2.08-TRIAL
* fixes binary test files github #81 (brian d foy)
2015-01-04 k <andk@cpan.org>
* release 2.07-TRIAL
* add support for Cwd::getdcwd and introduce workaround for a
misbehaviour seen on Strawberry perl 5.20.1 (Andreas Koenig)
* fixes bug that possibly CPAN::Meta::Requirements was not loaded in
time (Andreas Koenig)
* silences unini warnings from missing environment variables (tlhackque)
* fixes chdir after building dependencies bug github #79 and #80 (David
Schweikert)
* some new and some improved distroprefes files, and some have gone too
(Andreas Koenig, Slaven Rezic)
* introduces experimental support for plugins/hooks (#apw2014 in
Salzburg; Andreas Koenig, Branislav Zahradnik)
* catches more user errors on the 'o conf' commandline (Andreas Koenig)
* integrates the App::Cpan sources taken over from brian with lots of
cleanup from him, so that they have less chance to digress (brian d foy)
* fixes clear_credentials that were completely broken (Len Jaffe)
* fixes typos (David Horner)
2014-08-06 k <andk@cpan.org>
* release 2.06-TRIAL
* lazy load CPAN::Meta::Requirements (David Golden)
* fix $rtt handling in App::Cpan (Peter Martini)
* bump CPAN::Meta::Requirements requirement (Karen Etheridge)
* fix unini warning in App::Cpan (mudler)
* tiny distroprefs fixes (Andreas Koenig)
* remove beta warning from distroprefs documentation (Andreas Koenig)
* do not check recursion on optional dependencies (Andreas Koenig)
* address rt.cpan.org #95271: sanity check META.yml to contain a hash
(Alexandr Ciornii, Andreas Koenig)
|
|
|
|
--------------
7.08 Wed Dec 10 05:27:17 CET 2014
- work around a newly introduced bug in Socket 2.011 (an
errornous sun_length check) (analyzed by Maxime Soulé).
- AnyEvent::TLS didn't load (but refer to) AnyEvent::Socket
(analyzed by Ben Magistro).
- AnyEvent::Strict will now confess, not croak. This is in line with
it being a development/debugging tool.
- work around a number of libglib bugs (debug builds of libglib enforce
certain undocumented behaviour patterns such as not being able to
remove a child watch source after it has fired, which we will try
to emulate to avoid "criticals". what where they thinking...).
- mention json security issues in AnyEvent::Handle, now that Douglas
Crockford has foolishly and incompatibly changed JSON.
- changed default dns resolver "max_outstanding" value from 1 to 10,
the latter beinfg the intended value all along
(reported by Ilya Chesnokov).
- added new "AnyEvent::Impl::UV" interface module to the UV event lib
(written by Mike Lowell).
|
|
-------------------
0.26 2015-01-24 07:52:46Z
- change Mouse $VERSION check to avoid dying on bad 'v2.4.0' version
0.25 2015-01-21 04:31:32Z
- mark module as deprecated in metadata
- add additional checks for too-old Mouse
|
|
|
|
So, update of php{53,54,55,56} dose not change minimum version of depending
php{53,54,55,56} any more.
Since it relax minimum version, no need to bump PKGREVISION of each pacakge
depending to php{53,54,55,56}. If a package requires specific (and later)
versino of PHP, it should already specify such a version in dependency.
|
|
|
|
|
|
Changelog not found.
|
|
|
|
|
|
Changes for Version 1.32 (2015-03-14)
When creating a new repository using fossil init, ensure that
the new repository is fully compatible with historical versions
of Fossil by having a valid manifest as RID 1.
Anti-aliased rendering of arrowheads on timeline graphs.
Added vi/less-style key bindings to the --tk diff GUI.
Documentation updates to fix spellings and changes all "checkins"
to "check-ins".
Add the --repolist option to server commands such as fossil
server or fossil http.
Added the "Xekri" skin.
Enhance the "ln=" query parameter on artifact displays to accept
multiple ranges, separate by spaces (or "+" when URL-encoded).
Added fossil forget as an alias for fossil rm.
Changes For Version 1.31 (2015-02-23)
Change the auxiliary schema by adding columns MLINK.ISAUX and
MLINK.PMID columns to the schema, to support better drawing of
file change graphs. A fossil rebuild is recommended but is not
required. so that the new graph drawing logic can work effectively.
Added search over Check-in comments, Documents, Tickets and
Wiki. Disabled by default. The search can be either a full-scan
or it can use an index that is kept up-to-date automatically.
The new /srchsetup web-page and the fts-config command were
added to help configure the search capability. Expect further
enhancements to the search capabilities in subsequent releases.
Added form elements to some submenus (in particular the /timeline)
for easier operation.
Added the --ifneeded option to fossil rebuild.
Added "override skins" using the "skin:" line of the CGI script
or using the --skin LABEL option on the server, ui, or http
commands.
Embedded html documents that begin with <doc class="fossil-doc">
are displayed with standard headers and footers added.
Allow <div style='...'> markup in wiki.
Renamed "Events" to "Technical Notes", while updating the
technote display and control pages. Add support for technotes
as plain text or as Markdown.
Added the /md_rules pages containing summary instructions on
the Markdown format.
Added the --repolist and --nojail options to the various server
commands (ex: fossil server).
Added the fossil all add subcommand to "fossil all".
Improvements to the /login page. Some hyperlinks to pages that
require "anonymous" privileges are displayed even if the current
user is "nobody" but automatically redirect to /login.
The /doc web-page will now try to deliver the file "404.md"
from the top-level directory (if such a file exists) in place
of its built-in 404 text.
Download of Tarballs and ZIP Archives by user "nobody" is now
enabled by default in new repositories.
Enhancements to the table sorting controls. More display tables
are now sortable.
Add IPv6 support to fossil sync and fossil clone
Add more skins such as "San Francisco Modern" and "Eagle".
During shutdown, check to see if the check-out database
(".fslckout") contains a lot of free space, and if it does,
VACUUM it.
Added the /mimetype_list page.
Added the /hash-collisions page.
Allow the user of Common Table Expressions in the SQL that
defaults ticket reports.
Break out the components (css, footer, and header) for the
various built-in skins into separate files in the source tree.
|
|
|
|
Changelog:
Summary of changes from RPM 4.12.0
Package building
Fix RPMTAG_ARCHIVESIZE / RPMTAG_LONGARCHIVESIZE generation (RhBug:1142949)
Reduce double separator in dependency EVR error into a warning (RhBug:1065563)
Build process
Add testcase for RhBug:1142949
Summary of changes from RPM 4.11.2
General bugfixes and enhancements
New --nopretrans and --noposttrans disabler switches (previously tied to --nopre/--nopost)
New --noplugins switch to disable all plugins
New --reinstall mode which can handle changing file policies (RhBug:966715)
New --exportdb and --importdb switches in rpmdb(8)
New --recommends, --suggests, --supplements and --enhances query aliases for querying weak dependencies
New optional payload format to support large (> 4GB) files within packages (ticket #41)
New rpm2archive utility for converting rpm payload to tar archives
Fix curl globbing being enabled on remote retrieval (RhBug:1076277)
Fix $1 argument to %pretrans, %posttrans and %verifyscript to behave like all other scripts
Fix mixed binary + source rpm installation progress (RhBug:984724)
Fix file actions sometimes carrying state across multiple rpmtsRun() calls (RhBug:1076552)
Fix duplicate usernames causing false positives on verification (ticket #872)
Fix ordering to prefer self-provides on ordering when appropriate (RhBug:1111349)
Fix a double-free on unpadded signature header
Add support for "new" architectures:
m68k (again)
Sparc Niagara (detection)
ARM v6 and v7 (hardware FPU detection)
Documentation, translation updates
Package building
New warnings on invalid / dubious spec constructs:
Detect multiple %files sections per package
Detect empty %files -f manifest files
Detect multiple %changelog sections per spec
Detect duplicate Group, Summary, Description, Distribution, Vendor, License and Packager tags per package (ticket #27)
Add support for specifying weak dependencies (Recommends, Suggests, Supplements and Enhances) tags in spec
Add support for automatic generation of weak dependencies (RhBug:1117912)
New %{load:<path>} macro to load custom macro files (from eg spec)
New %_smp_ncpus_max macro to configure CPU limit for parallel builds (related to RhBug:669638)
New %make_build macro for hiding parallel-build magic from specs (ticket #115)
New %_rundir macro for referring to /run (formerly /var/run) directory
New %__gpg_reserved_space macro allows preallocating space for signatures which allows very fast package signing
Add support for detecting and warning on macro scoping violations (RhBug:552944) when %trace is active
Add support for %autosetup -S git_am variant (RhBug:???)
Fix parametrized macros eating newlines (RhBug:1045723)
Fix around macro scoping problems in %autosetup (RhBug:???)
Fix ELF soname dependencies getting generated for non-library DSO's too (RhBug:???)
Fix garbage sonames sometimes getting added as dependencies (ticket #158)
Fix various issues in dependency generator
Fix libtool dependency generation with libtool >= 2.4.2 version
Fix external dependency generator to use the same generators as internal one by default
Fix crash on missing name-argument to %package (RhBug:1123722)
Fix non-canonical path usage for matching in debugedit (RhBug:1077148)
Fix PPC ABI change in default configuration (RhBug:1085127)
Removed features
Remove support for %_noPayloadPrefix (rpm < 3.0.5 compatibility)
Remove experimental support for "collections", added in 4.9.0
API changes
New rpmtxnBegin() and rpmtxnEnd() to permit clients to control transaction locking
New rpmtsImportHeader() to permit importing "detached" headers into rpmdb
New rpmtsAddReinstallElement() function for reinstalling packages
New rpmdbIndexIteratorNextTd() provides a nicer iterator interface to rpmdb indexes
New file info set iterator functions: rpmfiFLinks(), rpmfiFindFN(), rpmfiStat()...
New file info set iterator functions for accessing original paths from relocated packages: rpmfiOFN(), rpmfiOBN(), rpmfiODN(), rpmfiFindOFN()
New archive API on top of file info iterators: (FIXME: describe...)
New "rpmfiles" object + related API for random access to file info sets
Many new file info set iteration modes (FIXME: describe...)
New rpmteFiles() to return transaction element file info set, to be used instead of rpmteFI()
New rpmdsTagF(), rpmdsTagEVR(), rpmdsD(), rpmdsPutToHeader(), rpmdsTi(), rpmdsTagTi() and rpmdsSinglePoolTix() methods to rpmds objects
Internal improvements and cleanups
Lots of cleanups all over the codebase
Former "file state manager" eliminated and rewritten
"Package state manager" largely eliminated
File IO subsystem sanity & improvements
Berkeley DB dependencies isolated to backend code
File info sets are finally properly opaque
Handle trigger indexes within rpmds objects
Partial thread-safety by added locks/mutexes (FIXME: describe...)
Configuration and macros
Logging
Keyrings and keys
...
Fix symlink timestamp on install on systems which support it
Fix problematic license on internal mergesort() implementation (removed)
Fix rpm dependency on libselinux (moved to a plugin)
Fix installation to always use header, not payload metadata
Fix global macro state side-effects from rpmInstallSourcePackage()
Fix oversized stack allocation on verify (RhBug:1106594)
Fix buffer overflows on malformed macro define/undefine (RhBug:1087000)
Optimize package generation and signing considerably
Optimize file requires processing
Optimize installed dependency processing
Plugins
A new plugin system, internal-only for now (FIXME: describe...)
Plugins included in this release:
systemd_inhibit plugin - preventing shutdown while transaction is in progress (RhBug:1109927)
selinux plugin - basic SELinux support, previously in librpm directly
syslog - example plugin for logging rpm activity to syslog
Python bindings
Database index iteration returns proper types for non-strings
New rpm.fi methods: FLinks(), FindFN(), OFN()...
New fi.FLinks() method added
New rpm.files object + related API for random access to file info sets
New rpm.archive object + related API for manipulating package payloads
New te.Files() method added
New addReinstall() method in transaction set objects (related to RhBug:966715, RhBug:1071854...)
New rpm.strpool object for utilizing shared string pool with eg rpm.fi and rpm.ds objects
New rpm.header_magic constant exported
Fix several Python 3 compatibility issues (RhBug:1064758
Fix build- and sign-module initialization (RhBug:1064758)
Fix sign-module missing module methods
Fix incompatible module name usage (foomodule.so vs foo.so)
Fix misc Python 2 vs 3 API difference issues
... FIXME:this list is very incomplete
Lua interface
New rpm.load() function for loading macro files
Build process
New test-cases for various issues
Fix dist tarballs to use PAX format to overcome UID/GID limitations
Fix in-tree python binding build with setup.py (related to RhBug:531543)
Fix librpmsign library to follow same versioning as other rpm libraries for consistency's sake
Summary of changes from RPM 4.11.1
General bugfixes and enhancements
Fix removed symlinks affecting fingerprinting (RhBug:???)
Fix bogus dependency check errors from installed packages with self-obsoletes and -conflicts
Fix bogus header growth on export in some circumstances, such as install (RhBug:953719)
Fix byteorder for 64bit tags on big-endian systems (RhBug:1012946)
Fix signature generation using RPMSIGTAG_LONGSIZE when not needed (RhBug:1012595)
Fix segfault executing a -p <lua> scriptlet without a body (RhBug:1004062)
Fix failure to install relocated package with unowned directories (RhBug:1001553)
Fix scriptlets in relocatable packages not always executing with $RPM_INSTALL_PREFIX* defined (RhBug:979443)
Fix RPMTAG_NOSOURCE and RPMTAG_NOPATCH tags defined as non-arrays (RhBug:991329)
Fix a possible loophole in file triplet sanity-checking
Fix name service initialization where passwd and group service differs from host (ticket #157)
Add support for ppc64le architecture
Package building
Fix double-free on %caps() wildcard %files entry (RhBug:956190)
Fix sub-package names not getting sanity-checked (RhBug:1039520)
Fix invalid separators in EVR passing sanity checking
Fix some invalid characters in dependency range operators passing sanity checking
Fix autogenerated dependencies bypassing sanity-checking (related to RhBug:503846)
Fix python libdirs in non-root prefix not getting bytecompiled (RhBug:868332)
Fix (remove) bogus __find_requires|provides macro definitions in macros.perl (RhBug:1043149)
Fix (really) debugedit choking on .debug_gdb_scripts section (SuseBug:818502)
Fix %autosetup git patch application to handle file additions (RhBug:1059285)
Add automatic generation for appdata() and application() provides
Add support for (quoted) whitespace in automatically generated dependencies (RhBug:503846)
Python bindings
Fix mode and flags not honored when reopening a file descriptor as rpm.fd
Fix RPMFILE_ICON and RPMFILE_SPECFILE constants missing
Fix rpm.dsSingle() swapped arguments (regession introduced in rpm 4.8.0)
Fix Python 3 compatibility issues in rpm.TransactionSet class
Fix module import succeeding on rpm initialization failure
Add .open() class-method to rpm.fd
Add open-mode and -flags to rpm.fd as properties
Add support for reopening an rpm.fd file descriptor
Add accessor for spec %check section
Add bindings for rpm stringpool
Add support for shared stringpool with rpm.fi and rpm.ds objects (optional pool argument to constructor)
Internal improvements and cleanups
Fix minor memory leak in %files parsing
Fix rpmstrPoolRehash() missing last id
Fix string pool artifacts (unreliable rpmstrPoolNumStr(), empty strings showing up on rehash etc) caused by dummy entries
Fix unnecessary /proc dependency if getauxval(3) is available
Fix various minor issues in beecrypt crypto backend
Fix possible mishandling of handing environment open on EACCESS and EROFS returns
Optimize / cleanup %attr() and %defattr() string storage
Optimize dependency set management in file classifier
Optimize MPI length validation
Optimize beecrypt crypto backend
Build process
Add upport 7za and 7z as alternatives to 7-zip
Fix an include portability issue
Add several new test-cases
|
|
|
|
* Newer GCC requires swig2.
Changelog:
Version 1.1.0:
- geometry tools: sequence of lines, curved lines, ellipses
- new brush and layer blending modes; different layer merging
- new color dialog: palette and gamut mapping
- improved document frame, can be resized on canvas
- symmetric drawing mode
- old color changer ("washed") from 0.6 is available again
- toolbar improvements, e.g. move layer mode, pan/zoom
- revised cursor and on-canvas color picker
- better separation of mypaint's brush library; json brush file format
- translations, performance improvements, bugfixes, and more
|
|
|
|
|