Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/libuv

[DEPRECATED] Nvim 0.6+ uses upstream libuv, not this fork.
https://github.com/neovim/libuv

unix, windows: fix UV_RUN_ONCE mode if progress was made

If pending I/O callbacks were ran before polling, do a zero timeout
poll.

PR-URL: https://githu...

e58dc269683df5b6e748aec7a5c614ed2c98b948 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
unix, windows: don't treat uv_run_mode as a bitmask

The modes are not meant to be combined, and doing so may hide problems
in the future.

PR-URL: h...

e37a2a0d53b40c753ad8f040c40f72ff6f7a291f authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
build: remove clang and gcc_version gyp defines

The clang and gcc_version defines were used to:

1. Conditionally enable -fvisibility=hidden, a ...

fcb2223da8af5fefd6b0010a89f684c2578158e8 authored about 10 years ago by Ben Noordhuis <[email protected]>
Merge branch 'v0.10' into v1.x

Conflicts:
config-unix.mk

c1025117eaa6e5a9f2b163400e58cd278beb41d4 authored about 10 years ago by Bert Belder <[email protected]>
win: scandir use 'ls' for formatting long strings

PR-URL: https://github.com/libuv/libuv/pull/75/files
Reviewed-By: Bert Belder <bertbelder@gmail....

796425205b78b4ca8c62e3cb448249a5a84f7dc0 authored about 10 years ago by Kenneth Perry <[email protected]>
build: link against -pthread

Please see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773341 for
more information. Libuv...

ccd9745a681f625a8fc41f27da086ba42eac5691 authored about 10 years ago by Logan Rosen <[email protected]>
build: fix dragonflybsd autotools build

Fixes multiple definition linker errors due to what seems to be multiple
inclusions of src/unix/...

3ccd95ec67cb6ca7d85a9fc3746ac50ad4884b9c authored about 10 years ago by John Marino <[email protected]>
test: add uv_cwd output to platform_output test

PR-URL: https://github.com/libuv/libuv/pull/63
Reviewed-By: Bert Belder <[email protected]>
R...

098ba555c41530ef63e0153bae9d67cdaa2327fa authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: fix cwd_and_chdir test on Unix

There is no need to check for a trailing slash, uv_cwd ensures it.

PR-URL: https://github.com/l...

37daffaccbe4e2f02682e4a3e6e598574a845675 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
unix: change uv_cwd not to return a trailing slash

This aligns the behavior with the Windows implementation.

PR-URL: https://github.com/libuv/libu...

d4d1f328583bcadfdc652ec1cab32adef38f0465 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Merge branch 'v0.10' into v1.x

eb986397c1d07e691aa850d5374c45d572024992 authored about 10 years ago by Bert Belder <[email protected]>
test: check dlerror is "no error" in no error case

PR-URL: https://github.com/libuv/libuv/pull/59
Reviewed-By: Bert Belder <[email protected]>
R...

59f875d63868e4c3be326635160e940c6b986c23 authored about 10 years ago by Marc Schlaich <[email protected]>
test: improve compatibility for dlerror test

Check uv_dlerror() doesn't return "no_error", in order to make the test
less dependent on the ex...

f70b69d055544c212348e6cf1c6e0baa8321a3fa authored about 10 years ago by Marc Schlaich <[email protected]>
win: fall back to default language in uv_dlerror

PR-URL: https://github.com/libuv/libuv/pull/59
Reviewed-By: Bert Belder <[email protected]>
R...

4272e0a61a829c29cd7cde9adfe2c1eeea384cb6 authored about 10 years ago by Marc Schlaich <[email protected]>
win: set fallback message if FormatMessage fails

FormatMessage can fail, e.g. with ERROR_MUI_FILE_NOT_FOUND. In this case
no error message was se...

6eb2eaa7538155a2aed987930de2e7f2b5377ba1 authored about 10 years ago by Marc Schlaich <[email protected]>
gitignore: ignore Visual Studio files

PR-URL: https://github.com/libuv/libuv/pull/59
Reviewed-By: Bert Belder <[email protected]>
R...

4298c1fb2c41fc92ffe7e125cb1b5798ed98f2c1 authored about 10 years ago by Marc Schlaich <[email protected]>
win: fix autotools build of tests

Add missing test file to match GYP definition and solve undefined
reference.

PR-URL: https://gi...

4203ef202cf492bf5e8c071b02c333626ec9a6ab authored about 10 years ago by Luis Lavena <[email protected]>
test: fix compilation warnings when building with Clang

warning: ISO C90 forbids mixing declarations and code [-Wdeclaration-after-statement]

PR-URL: h...

9c8e971443063b0c1fd0116e4759176e972ae492 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: relax osx_select_many_fds

1502 is not enough, since there are other fds which are in use
internally.

PR-URL: https://gith...

5a8f7931b72ed775936f265cee9c38aba74f05f7 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: silence some Clang warnings

They only show up on OSX for some reason, though.

PR-URL: https://github.com/libuv/libuv/pull/6...

96f164e52b8f13d11a56c6dd0ad393e0e956f156 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: skip spawn_setuid_setgid if we get EACCES

More often than not, users run the test suite from /root, which means
the 'nobody' user won't be...

86fcc20f96ef3d605738d0bc72dae5a419d1896b authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: fix sphinx warning

460907279e9beac73f0cca5a6e4d4d317ebbd42e authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: indicate what version uv_loop_configure was added on

PR-URL: https://github.com/libuv/libuv/pull/60
Reviewed-By: Ben Noordhuis <[email protected]>

3fef323e7c44a795ab9e9be2b9eb420cd1b4d5a6 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: fix test-cwd-and-chdir

The test used to call uv_cwd() twice, in this fashion:

char buf[PATH_MAX];
size_t size = si...

e8c4c329e69fff1b656c833883997ac663ea48ef authored about 10 years ago by Bert Belder <[email protected]>
test: fix test-fs-file-loop on Windows

* Check whether uv_fs_symlink() succeeds.
* Bail out early if we're on an old version of windows...

cb2f6a9743cc6ed32236c17facae52e5965edfd5 authored about 10 years ago by Bert Belder <[email protected]>
Merge branch 'v0.10' into v1.x

Conflicts:
src/win/poll.c
test/test-poll-close-doesnt-corrupt-stack.c

9f3fa71cfa99adbd70755b1c5d46d4473b824b99 authored about 10 years ago by Bert Belder <[email protected]>
Revert "win: keep a reference to AFD_POLL_INFO in cancel poll"

The offending patch doesn't completely fix the issue, it just trades
stack corruption for heap c...

152c35d54dfe9a9a7bf0e63dd00b606b0dfe61ac authored about 10 years ago by Bert Belder <[email protected]>
win: avoid stack corruption when closing a poll handle

When the user closes an uv_poll_t handle, there may still be an
outstanding AFD_POLL request. Li...

48d39345bc0f19e6ba39f40950018e1edd0cccb2 authored about 10 years ago by Bert Belder <[email protected]>
win: fix compilation of tests

PR-URL: https://github.com/libuv/libuv/pull/51
Reviewed-By: Ben Noordhuis <[email protected]>

2e30a19641189fd345766978a796adb0e530623b authored about 10 years ago by Marc Schlaich <[email protected]>
win: fix compilation of tests

PR-URL: https://github.com/libuv/libuv/pull/51
Reviewed-By: Ben Noordhuis <[email protected]>

2f0b41ec82d360ab0f47c6194403389af25ad48a authored about 10 years ago by Marc Schlaich <[email protected]>
test: test that closing a poll handle doesn't corrupt the stack

This is a regression test for an issue that was originally reported
in https://github.com/libuv/...

5f2016a425664831488a0169fece030635031b5e authored about 10 years ago by Bert Belder <[email protected]>
test: test that closing a poll handle doesn't corrupt the stack

This is a regression test for an issue that was originally reported
in https://github.com/libuv/...

f9aa3b3d60cd599860b1c14bbdbd561453ea295a authored about 10 years ago by Bert Belder <[email protected]>
Add SHAs to changelog

413dbd89ec33f3cba3e339fd2bf86444b6a59d66 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
2014.12.10, Version 1.0.2 (Stable)

Changes since version 1.0.1:

* linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhuis...

d42630dd9b0146e001dbfc058a0d51ac36791547 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Merge branch 'v0.10' into v1.x

Conflicts:
AUTHORS
ChangeLog
src/version.c
src/win/poll.c

7d144851b5e7a3f4e7b09a5d36dd9033350da795 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
Now working on v0.10.31

20fe7f9bc749b249ce41cdce124ccdedbb17d76e authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
2014.12.10, Version 0.10.30 (Stable)

Changes since version 0.10.29:

* linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhu...

5a63f5e9546dca482eeebc3054139b21f509f21f authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
cleanup: remove a dead increment

As pointed out by clang-analyzer.

PR-URL: https://github.com/libuv/libuv/pull/13
Reviewed-By: B...

f87657ee08485cdef29b9b27510b0c5038e36748 authored about 10 years ago by Maciej Małecki <[email protected]>
linux: return early if we have no interfaces

This was pointed out as possible undefined allocation of 0 bytes by
clang-analyzer. `malloc` of ...

f86cd02a946660381c16b3d3eaddc44f555c8f33 authored about 10 years ago by Maciej Małecki <[email protected]>
cleanup: remove all dead assignments

As pointed out by clang-analyzer.

PR-URL: https://github.com/libuv/libuv/pull/13
Reviewed-By: B...

18d58643af8fdc6d366171550bb45029058c3488 authored about 10 years ago by Maciej Małecki <[email protected]>
unix: stop reading if an error is produced

This aligns the behavior with Windows, where users don't need to
call `uv_read_stop` or `uv_clos...

873b02607c8dd29e7dd8918d661dbd734fc180f6 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
unix: reset the reading flag when a stream gets EOF

PR-URL: https://github.com/libuv/libuv/pull/47
Reviewed-By: Ben Noordhuis <[email protected]>

b1bb9053a50a8321e51a5ee862c6ab2f8d68e4a4 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
unix: remove overzealous assert in uv_read_stop

Also make it a noop if we weren't reading at all.

PR-URL: https://github.com/libuv/libuv/pull/4...

db6ba5b28ce6b10a64a06cf286e6de5de480688a authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: raise fd limit for OSX select test

Fixes #42

PR-URL: https://github.com/libuv/libuv/pull/46
Reviewed-By: Ben Noordhuis <info@bnoor...

5c1c046dba8ebd23d102fa3cc9d1e93e2d410f46 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
win: keep a reference to AFD_POLL_INFO in cancel poll

cd894521dd9e1e648fde803950f2dcb3a8529a3b authored about 10 years ago by schlamar <[email protected]>
doc: document uv_loop_configure()

Move the comments from commit 9da5fd4 from the v0.10 branch into docs/.

d3b1ccd6fbd46da9d5f4e466f574138ab605482d authored about 10 years ago by Ben Noordhuis <[email protected]>
Merge branch 'v0.10' into v1.x

Conflicts:
AUTHORS
ChangeLog
README.md
config-unix.mk
include/uv.h
src/unix/internal.h
sr...

a6f2a4f834f1574865d93636d8cc826aaa939806 authored about 10 years ago by Ben Noordhuis <[email protected]>
unix, windows: add uv_loop_configure() function

The only supported option right now is UV_LOOP_BLOCK_SIGNAL, which only
supports the SIGPROF sig...

9da5fd443ebc2c56a7f5946f0a1e04801b370a33 authored about 10 years ago by Ben Noordhuis <[email protected]>
unix: add flag for blocking SIGPROF during poll

Add a per-event loop flag for blocking SIGPROF signals when polling for
events.

The motivation ...

2daf9448b127f2849de735a76ff4f9a95184d64f authored about 10 years ago by Ben Noordhuis <[email protected]>
doc: document how to get result of uv_fs_mkdtemp

PR-URL: https://github.com/libuv/libuv/pull/31
Reviewed-By: Ben Noordhuis <[email protected]>

dfdcfc0c4dc0a1bf8c49aba7e53b5ec590d1c71d authored about 10 years ago by Tim Caswell <[email protected]>
Revert "unix: use cfmakeraw() for setting raw TTY mode"

This reverts commit 0f25560c8aed4fb9f40120750d0832ac415ce092.

This change was introduced to mak...

484a3a92a865b738ff12f9355a65fccaf238caa5 authored about 10 years ago by Ben Noordhuis <[email protected]>
doc: update README with IRC channel

PR-URL: https://github.com/libuv/libuv/pull/26

e7895debead62cb4f364b3092f360657e8d3875c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: skip tty test if detected width and height are 0

This happens in certain build environments such as Jenkins if
some tweaking is not performed in ...

e157dc9c67d59b9ba0d24cd8f8231e30752653aa authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: fix compilation warnings

PR-URL: https://github.com/libuv/libuv/pull/23

b5442510c56bb0ed15325054b2235ad820c1eb1c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
test: canonicalize test runner path

The get_currentexe test requires a canonicalized argv[0] to check
against. Before this commit, ...

ff29322b99533fde798ad4c4ee5344836aa2a11a authored about 10 years ago by Ben Noordhuis <[email protected]>
unix, windows: fix typos in comments

Fix various typos and spelling mistakes in comments.
Does not affect any code, just changes comm...

3aeca36a1b29d64cf290459a64fa989d46322372 authored about 10 years ago by Joey Geralnik <[email protected]>
doc: fix spelling

Fix various typos and spelling mistakes in the documentation

PR-URL: https://github.com/libuv/l...

45c7ccce2105ad3650125592f9c7b6d4ce7133d4 authored about 10 years ago by Joey Geralnik <[email protected]>
Add SHAs to changelog

6ffe2a9dec6941d2679f3bb8a0e72d45d118ae75 authored about 10 years ago by Bert Belder <[email protected]>
2014.11.27, Version 1.0.1 (Stable)

Changes since version 1.0.0:

* readme: remove Rust from users (Elijah Andrews)

* doc,build,inc...

0a8e81374e861d425b56c45c8599595d848911d2 authored about 10 years ago by Bert Belder <[email protected]>
win: replace non-ansi characters in source file

Closes: joyent/libuv#1581

030666385c898f191808bd107299b2ac3220fc58 authored about 10 years ago by Bert Belder <[email protected]>
unix: fix processing process handles queue

Make sure we initialize it after the handle was removed from the pending
queue so that QUEUE_REM...

c0ea37cf30d64b778fea39ccd3a788dcc61185df authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: fix typo: Strcutures -> Structures

Signed-off-by: Michael Ira Krufky <[email protected]>

06b78e1ead97f113868a016fe93073182ab31b14 authored about 10 years ago by Michael Ira Krufky <[email protected]>
windows: fix compilation of tests

0bcac64512d937d8fe8dbb7c51f7ce0e230c6898 authored about 10 years ago by schlamar <[email protected]>
doc: update project links

This is like commit 7ce1113 from the v1.x branch but for the v0.10
branch. The project home has...

fa35193bb1c6cbd6d6ae1afda0d8542bd98b83ae authored about 10 years ago by Ben Noordhuis <[email protected]>
linux: handle O_NONBLOCK != SOCK_NONBLOCK case

linux-syscalls.h assumes that on all Linux platforms the value
of O_NONBLOCK is the same as SOCK...

5672bbd68a8ac47644a7e17b71b2d88234795f08 authored about 10 years ago by Helge Deller <[email protected]>
doc,build,include: update project links

The project home has moved from https://github.com/joyent/libuv to
https://github.com/libuv/libu...

7ce11138859c6895d485dc26d142318fa9237760 authored about 10 years ago by Ben Noordhuis <[email protected]>
linux: fix sigmask size arg in epoll_pwait() call

sizeof(sigset_t) = 128 whereas the kernel expects 8, the size of a long.

It made the system cal...

b705b53edd1b1e166391861cf9a0460b11a188a6 authored about 10 years ago by Ben Noordhuis <[email protected]>
readme: remove Rust from users

Closes #1572

156069130f822e139023460e2c33793a65ac3113 authored about 10 years ago by Elijah Andrews <[email protected]>
2014.11.21, Version 1.0.0 (Stable)

Changes since version 1.0.0-rc2:

* doc: fix git/svn url for gyp repo in README (Emmanuel Odeke)...

feb2a9e6947d892f449b2770c4090f7d8c88381b authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
gyp: fix comment regarding version info location

a07e0779682b11bb7e3bfe58ca82ab4d45b274c4 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
mailmap: remove duplicated entries

fe0b3ed1998696debdb16b6e4db774b5209278c2 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: fix link in misc.rst

0fc24f6f74cda97895d56f708866791dd411b00b authored about 10 years ago by Manos Nikolaidis <[email protected]>
build: remove dtrace probes

The existing probes, all two of them, cause a great deal of pain for
people trying to build libu...

cb5140023b109aa9bb6b97d1bebc9f251b8195ac authored about 10 years ago by Ben Noordhuis <[email protected]>
build: add x32 support to gyp build

This commit adds x32 support to the gyp build. Configure with:

$ ./gyp_uv.py -Dtarget_arch...

f914721c240eba73be89b9b40b6d227ad98a0425 authored about 10 years ago by Ben Noordhuis <[email protected]>
win: fix uv_thread_self()

59658a8de7cc05a58327a164fd2ed4b050f8b4f4 changed uv_thread_self()
to return uv_thread_t, but uv_...

6591d000d13714c9e362942fbeaeca2b29507a25 authored about 10 years ago by Alexis Campailla <[email protected]>
unix: use cfmakeraw() for setting raw TTY mode

0f25560c8aed4fb9f40120750d0832ac415ce092 authored about 10 years ago by Yuri D'Elia <[email protected]>
doc: fix parameter name in uv_fs_access

Closes #1560

e03c0c73834ec98f4dcf96fefe74d6d37597073c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: add learnuv workshop to README

3f585626a4df283c6bf122cb1c060b7736c10a7b authored about 10 years ago by Thorsten Lorenz <[email protected]>
doc: mention homebrew in README

41ddd1f2672ab3ad6b41d5967af460bd38f17cb6 authored about 10 years ago by Mikhail Mukovnikov <[email protected]>
win: add missing IP_ADAPTER_UNICAST_ADDRESS_LH definition for MinGW

97bb41f35cb95a51269c169c3bf6e165e75b1ff2 authored about 10 years ago by huxingyi <[email protected]>
windows: fix fs_read with nbufs > 1 and offset

ReadFile() does not seem to update the offset at all.

5ac921bb6a81875b1913227a22e960629461dbac authored about 10 years ago by Unknown W. Brackets <[email protected]>
doc: fix git/svn url for gyp repo in README

b174a84e390471ca89a1eb61122eac9a759e543d authored about 10 years ago by Emmanuel Odeke <[email protected]>
Now working on v0.10.30

39a5728dd9457e44e3582a999d07e6549790825c authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
2014.10.21, Version 0.10.29 (Stable)

Changes since version 0.10.28:

* darwin: allocate enough space for select() hack (Fedor Indutny...

2d728542d3790183417f8f122a110693cd85db14 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
windows: map ERROR_INVALID_DRIVE to UV_ENOENT

Backport c44f264641bd60bdc53b6e3f2e56d82ba43011d8 for v0.10 branch.

5e507159c93e2f3f2102552dc56ae8530aec6e49 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
linux: try epoll_pwait if epoll_wait is missing

It seems that epoll_wait is implemented in glibc in terms of epoll_pwait and
new architectures (...

ef7b783d8d581f49a68f32f426c18b0fff9c78e3 authored about 10 years ago by Michael Hudson-Doyle <[email protected]>
version: now working on 1.0.0-rc3

f277e80707e3c5a818e4c6cfae04dc17438b20b4 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
2014.10.21, Version 1.0.0-rc2 (Pre-release)

Changes since version 1.0.0-rc1:

* build: add missing fixtures to distribution tarball (Rob Ada...

e3ea6c1179cc8b42d6bc48df3d359a2149ebbab5 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
windows: fix fs_write with nbufs > 1 and offset

When multiple bufs are specified, overlapped needs to be advanced
manually between each write. ...

6760d51b52e35bdcc7102e3ddf6db9c8d275563e authored about 10 years ago by Unknown W. Brackets <[email protected]>
unix, windows: add uv_thread_equal

59658a8de7cc05a58327a164fd2ed4b050f8b4f4 authored about 10 years ago by Tomasz Kołodziejski <[email protected]>
unix, windows: don't include null byte in uv_cwd size

Make it consistent with uv_exepath

8a8cff4b34c6dbaf6d31a2c9dda8afa3b1509cf0 authored about 10 years ago by Saúl Ibarra Corretgé <[email protected]>
windows: fix netmask detection

uv_interface_addresses was using the linked list pointed to by
the FirstPrefix member of IP_ADAP...

68ac0a68e7269ddcea86ca90b4a4ae10bb43e784 authored over 10 years ago by Alexis Campailla <[email protected]>
unix, windows: add uv_fs_access()

c18205a1c588b5cfb7ea74c67b5e2974ebeff7ab authored over 10 years ago by cjihrig <[email protected]>
windows: return libuv error codes in uv_poll_init()

Closes #1518

416b7335fcc089b15eec6221b3d2f8c7108c6ce7 authored over 10 years ago by cjihrig <[email protected]>
doc: fix punctuation and grammar in README

471e8447932a2832c1bccb32880b1b9020852036 authored over 10 years ago by Jeff Widman <[email protected]>
doc: add documentation for missing functions and structures

* uv_process_kill, uv_kill
* uv_fs_poll_init
* uv_timespec_t

e4dc4aaac5964a0638198cd0907409e7a2a9a2f3 authored over 10 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: clarify uv_loop_t.data field lifetime

Fixes #1503

00df3ec75bd30a98226dc5758a142e49f7c434f8 authored over 10 years ago by Saúl Ibarra Corretgé <[email protected]>
doc: document missing stream related structures

uv_connect_t, uv_write_t and uv_shutdown_t.

Closes #1507

9486e462fce7754c72933118166602c938e344a7 authored over 10 years ago by Saúl Ibarra Corretgé <[email protected]>
build: add DragonFly BSD support in autotools

3193b67ff0c9b1e2a237534eff04aeb54a37ccf4 authored over 10 years ago by Robin Hahling <[email protected]>
doc: add migration guide from version 0.10

958009bb04e117f29d29c8e2d9b2b79b9215cc77 authored over 10 years ago by Saúl Ibarra Corretgé <[email protected]>