| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 06327e5 commit 94eb980
69 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,6 +65,9 @@ ipch | |||
| 65 | 65 | # sphinx generated files | |
| 66 | 66 | /docs/build/ | |
| 67 | 67 | ||
| 68 | + # Clion / IntelliJ project files | ||
| 69 | + /.idea/ | ||
| 70 | + | ||
| 68 | 71 | *.xcodeproj | |
| 69 | 72 | *.xcworkspace | |
| 70 | 73 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,23 +8,29 @@ Brian White <mscdex@mscdex.net> | |||
| 8 | 8 | Brian White <mscdex@mscdex.net> <mscdex@gmail.com> | |
| 9 | 9 | Caleb James DeLisle <cjd@hyperboria.ca> <cjd@cjdns.fr> | |
| 10 | 10 | Christoph Iserlohn <christoph.iserlohn@innoq.com> | |
| 11 | + Devchandra Meetei Leishangthem <dlmeetei@gmail.com> | ||
| 11 | 12 | Fedor Indutny <fedor.indutny@gmail.com> <fedor@indutny.com> | |
| 12 | 13 | Frank Denis <github@pureftpd.org> | |
| 13 | 14 | Isaac Z. Schlueter <i@izs.me> | |
| 15 | + Jason Williams <necmon@yahoo.com> | ||
| 14 | 16 | Justin Venus <justin.venus@gmail.com> <justin.venus@orbitz.com> | |
| 15 | 17 | Keno Fischer <kenof@stanford.edu> <kfischer+github@college.harvard.edu> | |
| 16 | 18 | Keno Fischer <kenof@stanford.edu> <kfischer@college.harvard.edu> | |
| 17 | 19 | Leith Bade <leith@leithalweapon.geek.nz> <leith@mapbox.com> | |
| 18 | 20 | Leonard Hecker <leonard.hecker91@gmail.com> <leonard@hecker.io> | |
| 19 | 21 | Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com> | |
| 20 | 22 | Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com> | |
| 23 | + Michael <michael_dawson@ca.ibm.com> | ||
| 24 | + Michael Neumann <mneumann@think.localnet> <mneumann@ntecs.de> | ||
| 25 | + Nicholas Vavilov <vvnicholas@gmail.com> | ||
| 21 | 26 | Rasmus Christian Pedersen <zerhacken@yahoo.com> | |
| 22 | 27 | Rasmus Christian Pedersen <zerhacken@yahoo.com> <ruysch@outlook.com> | |
| 23 | 28 | Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org> | |
| 24 | 29 | Ryan Dahl <ryan@joyent.com> <ry@tinyclouds.org> | |
| 25 | 30 | Ryan Emery <seebees@gmail.com> | |
| 26 | 31 | Sam Roberts <vieuxtech@gmail.com> <sam@strongloop.com> | |
| 27 | 32 | San-Tai Hsu <vanilla@fatpipi.com> | |
| 33 | + Santiago Gimeno <santiago.gimeno@quantion.es> <santiago.gimeno@gmail.com> | ||
| 28 | 34 | Saúl Ibarra Corretgé <saghul@gmail.com> | |
| 29 | 35 | Shigeki Ohtsu <ohtsu@iij.ad.jp> <ohtsu@ohtsu.org> | |
| 30 | 36 | Timothy J. Fontaine <tjfontaine@gmail.com> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -240,3 +240,16 @@ Yuval Brik <yuval@brik.org.il> | |||
| 240 | 240 | Joran Dirk Greef <joran@ronomon.com> | |
| 241 | 241 | Andrey Mazo <andrey.mazo@fidelissecurity.com> | |
| 242 | 242 | sztomi <hello.sztomi@gmail.com> | |
| 243 | + Martin Bark <martin@barkynet.com> | ||
| 244 | + Dave <dave@jut.io> | ||
| 245 | + Alexis Murzeau <amubtdx@gmail.com> | ||
| 246 | + Didiet <lynxluna@gmail.com> | ||
| 247 | + Nan Xiang <514580344@qq.com> | ||
| 248 | + Samuel Lorétan <sloretan@riotgames.com> | ||
| 249 | + Nándor István Krácser <bonifaido@gmail.com> | ||
| 250 | + Katsutoshi Horie <mps299792458@gmail.com> | ||
| 251 | + Lukasz Jagiello <lukasz@wikia-inc.com> | ||
| 252 | + Robert Chiras <robert.chiras@intel.com> | ||
| 253 | + Kári Tristan Helgason <kthelgason@gmail.com> | ||
| 254 | + Krishnaraj Bhat <krrishnarraj@gmail.com> | ||
| 255 | + Enno Boland <g@s01.de> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,8 +23,7 @@ The stable branch is effectively frozen; patches that change the libuv | |||
| 23 | 23 | API/ABI or affect the run-time behavior of applications get rejected. | |
| 24 | 24 | ||
| 25 | 25 | In case of doubt, open an issue in the [issue tracker][], post your question | |
| 26 | - to the [libuv mailing list], or contact one of project maintainers | ||
| 27 | - (@bnoordhuis, @piscisaureus, @indutny or @saghul) on [IRC][]. | ||
| 26 | + to the [libuv mailing list], or contact one of [project maintainers][] on [IRC][]. | ||
| 28 | 27 | ||
| 29 | 28 | Especially do so if you plan to work on something big. Nothing is more | |
| 30 | 29 | frustrating than seeing your hard work go to waste because your vision | |
@@ -138,7 +137,10 @@ $ git rebase upstream/v1.x # or upstream/master | |||
| 138 | 137 | ### TEST | |
| 139 | 138 | ||
| 140 | 139 | Bug fixes and features should come with tests. Add your tests in the | |
| 141 | - `test/` directory. Tests also need to be registered in `test/test-list.h`. | ||
| 140 | + `test/` directory. Each new test needs to be registered in `test/test-list.h`. If you add a new test file, it needs to be registered in two places: | ||
| 141 | + - `Makefile.am`: add the file's name to the `test_run_tests_SOURCES` list. | ||
| 142 | + - `uv.gyp`: add the file's name to the `sources` list in the `run-tests` target. | ||
| 143 | + | ||
| 142 | 144 | Look at other tests to see how they should be structured (license boilerplate, | |
| 143 | 145 | the way entry points are declared, etc.). | |
| 144 | 146 | ||
@@ -164,3 +166,4 @@ not send out notifications when you add commits. | |||
| 164 | 166 | [libuv mailing list]: http://groups.google.com/group/libuv | |
| 165 | 167 | [IRC]: http://webchat.freelibuv.net/?channels=libuv | |
| 166 | 168 | [Google C/C++ style guide]: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml | |
| 169 | + [project maintainers]: https://github.com/libuv/libuv/blob/master/MAINTAINERS.md | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,142 @@ | |||
| 1 | + 2016.04.08, Version 1.9.0 (Stable), 229b3a4cc150aebd6561e6bd43076eafa7a03756 | ||
| 2 | + | ||
| 3 | + Changes since version 1.8.0: | ||
| 4 | + | ||
| 5 | + * win: wait for full timeout duration (João Reis) | ||
| 6 | + | ||
| 7 | + * unix: fix support for uClibc-ng (Martin Bark) | ||
| 8 | + | ||
| 9 | + * doc: indicate where new test files need to be added (Dave) | ||
| 10 | + | ||
| 11 | + * test,unix: fix logic error in test runner (Ben Noordhuis) | ||
| 12 | + | ||
| 13 | + * fs: don't nullify req->bufs on EINTR (Dave) | ||
| 14 | + | ||
| 15 | + * osx: set the default thread stack size to RLIMIT_STACK (Saúl Ibarra Corretgé) | ||
| 16 | + | ||
| 17 | + * build: invoke libtoolize with --copy (Ben Noordhuis) | ||
| 18 | + | ||
| 19 | + * test: fixup eintr_handling (Saúl Ibarra Corretgé) | ||
| 20 | + | ||
| 21 | + * osx: avoid compilation warning with Clang (Saúl Ibarra Corretgé) | ||
| 22 | + | ||
| 23 | + * test,win: fix compilation with shared lib (Alexis Murzeau) | ||
| 24 | + | ||
| 25 | + * test: fix race condition in pipe-close-stdout (Imran Iqbal) | ||
| 26 | + | ||
| 27 | + * unix,win: add uv_os_tmpdir() (cjihrig) | ||
| 28 | + | ||
| 29 | + * ios: fix undefined PTHREAD_STACK_MIN (Didiet) | ||
| 30 | + | ||
| 31 | + * test: fix threadpool_multiple_event_loops for AIX (Imran Iqbal) | ||
| 32 | + | ||
| 33 | + * unix: report errors for unpollable fds (Ben Noordhuis) | ||
| 34 | + | ||
| 35 | + * win: fix watching root files (Nicholas Vavilov) | ||
| 36 | + | ||
| 37 | + * build,win: print the Visual Studio version in use (Saúl Ibarra Corretgé) | ||
| 38 | + | ||
| 39 | + * build,win: remove unneeded condition from GYP file (Saúl Ibarra Corretgé) | ||
| 40 | + | ||
| 41 | + * test,win: fix compilation warning (Saúl Ibarra Corretgé) | ||
| 42 | + | ||
| 43 | + * test: use uv_loop_close and assert its result (Nan Xiang) | ||
| 44 | + | ||
| 45 | + * build: map 'AMD64' host arch to 'x64' (Ben Noordhuis) | ||
| 46 | + | ||
| 47 | + * osx: protected use of potentially undefined macro (Samuel Lorétan) | ||
| 48 | + | ||
| 49 | + * linux: fix compilation with musl (Saúl Ibarra Corretgé) | ||
| 50 | + | ||
| 51 | + * doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé) | ||
| 52 | + | ||
| 53 | + * doc: add missing link in README (Saúl Ibarra Corretgé) | ||
| 54 | + | ||
| 55 | + * build: python 2.x/3.x consistent print usage (Rasmus Christian Pedersen) | ||
| 56 | + | ||
| 57 | + * test: assume no IPv6 if interfaces cannot be listed (Nan Xiang) | ||
| 58 | + | ||
| 59 | + * darwin: replace F_FULLFSYNC with fdatasync syscall (Saúl Ibarra Corretgé) | ||
| 60 | + | ||
| 61 | + * doc: add missing write callback to example (Nándor István Krácser) | ||
| 62 | + | ||
| 63 | + * build: compile with -D_THREAD_SAFE on AIX (Imran Iqbal) | ||
| 64 | + | ||
| 65 | + * test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal) | ||
| 66 | + | ||
| 67 | + * test: reduce timeout in tcp_close_while_connecting (Imran Iqbal) | ||
| 68 | + | ||
| 69 | + * unix, win: consistently null-terminate buffers (Saúl Ibarra Corretgé) | ||
| 70 | + | ||
| 71 | + * unix, win: count null byte on UV_ENOBUFS (Saúl Ibarra Corretgé) | ||
| 72 | + | ||
| 73 | + * test: fix deadlocks in uv_cond_wait (Katsutoshi Horie) | ||
| 74 | + | ||
| 75 | + * linux: fix cpu count (Lukasz Jagiello) | ||
| 76 | + | ||
| 77 | + * unix: fix uv__handle_type for AIX (Imran Iqbal) | ||
| 78 | + | ||
| 79 | + * linux: call fclose(), fix fdopen() memory leak (Ben Noordhuis) | ||
| 80 | + | ||
| 81 | + * win: remove unneeded condition (Saúl Ibarra Corretgé) | ||
| 82 | + | ||
| 83 | + * unix: fix compile error in Android using bionic (Robert Chiras) | ||
| 84 | + | ||
| 85 | + * linux: add braces to multi-statement if (Kári Tristan Helgason) | ||
| 86 | + | ||
| 87 | + * doc: add @cjihrig as a maintainer (Saúl Ibarra Corretgé) | ||
| 88 | + | ||
| 89 | + * unix: add fork-safe open file function (Kári Tristan Helgason) | ||
| 90 | + | ||
| 91 | + * linux: replace calls to fopen with uv__open_file (Kári Tristan Helgason) | ||
| 92 | + | ||
| 93 | + * linux: remove redundant call to rewind() (Krishnaraj Bhat) | ||
| 94 | + | ||
| 95 | + * win: remove duplicated code when processing fsevents (Saúl Ibarra Corretgé) | ||
| 96 | + | ||
| 97 | + * test: fix poll_bad_fdtype for AIX (Imran Iqbal) | ||
| 98 | + | ||
| 99 | + * linux: fix error checking in uv__open_file (Saúl Ibarra Corretgé) | ||
| 100 | + | ||
| 101 | + * poll: add UV_DISCONNECT event (Santiago Gimeno) | ||
| 102 | + | ||
| 103 | + * fs: realpath: fix string size before converting (Yuval Brik) | ||
| 104 | + | ||
| 105 | + * win: use native APIs for UTF conversions (cjihrig) | ||
| 106 | + | ||
| 107 | + * doc: clarify uv_loop_close() (Ben Noordhuis) | ||
| 108 | + | ||
| 109 | + * unix: retry ioctl(TIOCGWINSZ) on EINTR (Ben Noordhuis) | ||
| 110 | + | ||
| 111 | + * win,build: remove unused build defines (Saúl Ibarra Corretgé) | ||
| 112 | + | ||
| 113 | + * win: fix buffer overflow in fs events (Joran Dirk Greef) | ||
| 114 | + | ||
| 115 | + * win: fix uv_relative_path and remove dead branch (Joran Dirk Greef) | ||
| 116 | + | ||
| 117 | + * unix: use open(2) with O_CLOEXEC on OS X (Kári Tristan Helgason) | ||
| 118 | + | ||
| 119 | + * test: add missing copyright header (cjihrig) | ||
| 120 | + | ||
| 121 | + * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis) | ||
| 122 | + | ||
| 123 | + * unix,win: add uv_get_passwd() (cjihrig) | ||
| 124 | + | ||
| 125 | + * process: fix uv_spawn edge-case (Santiago Gimeno) | ||
| 126 | + | ||
| 127 | + * test: use %ld for printing uid/gid (Ben Noordhuis) | ||
| 128 | + | ||
| 129 | + * aix: fix ahafs implementation (Imran Iqbal) | ||
| 130 | + | ||
| 131 | + * aix: do not store absolute path to ahafs (Imran Iqbal) | ||
| 132 | + | ||
| 133 | + * process: close process pipes safely (Santiago Gimeno) | ||
| 134 | + | ||
| 135 | + * unix: open ttyname instead of /dev/tty (Enno Boland) | ||
| 136 | + | ||
| 137 | + * unix: remove outdated comment (Kári Tristan Helgason) | ||
| 138 | + | ||
| 139 | + | ||
| 1 | 140 | 2015.12.15, Version 1.8.0 (Stable), 5467299450ecf61635657557b6e01aaaf6c3fdf4 | |
| 2 | 141 | ||
| 3 | 142 | Changes since version 1.7.5: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,7 @@ libuv is currently managed by the following individuals: | |||
| 6 | 6 | * **Ben Noordhuis** ([@bnoordhuis](https://github.com/bnoordhuis)) | |
| 7 | 7 | - GPG key: D77B 1E34 243F BAF0 5F8E 9CC3 4F55 C8C8 46AB 89B9 (pubkey-bnoordhuis) | |
| 8 | 8 | * **Bert Belder** ([@piscisaureus](https://github.com/piscisaureus)) | |
| 9 | + * **Colin Ihrig** ([@cjihrig](https://github.com/cjihrig)) | ||
| 9 | 10 | * **Fedor Indutny** ([@indutny](https://github.com/indutny)) | |
| 10 | 11 | - GPG key: AF2E EA41 EC34 47BF DD86 FED9 D706 3CCE 19B7 E890 (pubkey-indutny) | |
| 11 | 12 | * **Saúl Ibarra Corretgé** ([@saghul](https://github.com/saghul)) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,6 @@ if WINNT | |||
| 43 | 43 | ||
| 44 | 44 | include_HEADERS += include/uv-win.h include/tree.h | |
| 45 | 45 | AM_CPPFLAGS += -I$(top_srcdir)/src/win \ | |
| 46 | - -DWIN32_LEAN_AND_MEAN \ | ||
| 47 | 46 | -D_WIN32_WINNT=0x0600 | |
| 48 | 47 | LIBS += -lws2_32 -lpsapi -liphlpapi -lshell32 -luserenv | |
| 49 | 48 | libuv_la_SOURCES += src/win/async.c \ | |
@@ -130,6 +129,7 @@ EXTRA_DIST = test/fixtures/empty_file \ | |||
| 130 | 129 | TESTS = test/run-tests | |
| 131 | 130 | check_PROGRAMS = test/run-tests | |
| 132 | 131 | test_run_tests_CFLAGS = | |
| 132 | + test_run_tests_LDFLAGS = | ||
| 133 | 133 | test_run_tests_SOURCES = test/blackhole-server.c \ | |
| 134 | 134 | test/dns-server.c \ | |
| 135 | 135 | test/echo-server.c \ | |
@@ -151,6 +151,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ | |||
| 151 | 151 | test/test-default-loop-close.c \ | |
| 152 | 152 | test/test-delayed-accept.c \ | |
| 153 | 153 | test/test-dlerror.c \ | |
| 154 | + test/test-eintr-handling.c \ | ||
| 154 | 155 | test/test-embed.c \ | |
| 155 | 156 | test/test-emfile.c \ | |
| 156 | 157 | test/test-error.c \ | |
@@ -161,6 +162,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ | |||
| 161 | 162 | test/test-get-currentexe.c \ | |
| 162 | 163 | test/test-get-loadavg.c \ | |
| 163 | 164 | test/test-get-memory.c \ | |
| 165 | + test/test-get-passwd.c \ | ||
| 164 | 166 | test/test-getaddrinfo.c \ | |
| 165 | 167 | test/test-getnameinfo.c \ | |
| 166 | 168 | test/test-getsockname.c \ | |
@@ -242,6 +244,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ | |||
| 242 | 244 | test/test-timer-again.c \ | |
| 243 | 245 | test/test-timer-from-check.c \ | |
| 244 | 246 | test/test-timer.c \ | |
| 247 | + test/test-tmpdir.c \ | ||
| 245 | 248 | test/test-tty.c \ | |
| 246 | 249 | test/test-udp-bind.c \ | |
| 247 | 250 | test/test-udp-create-socket-early.c \ | |
@@ -280,7 +283,7 @@ endif | |||
| 280 | 283 | ||
| 281 | 284 | ||
| 282 | 285 | if AIX | |
| 283 | - libuv_la_CFLAGS += -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT | ||
| 286 | + libuv_la_CFLAGS += -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT -D_THREAD_SAFE | ||
| 284 | 287 | include_HEADERS += include/uv-aix.h | |
| 285 | 288 | libuv_la_SOURCES += src/unix/aix.c | |
| 286 | 289 | endif | |
@@ -301,15 +304,18 @@ libuv_la_SOURCES += src/unix/darwin.c \ | |||
| 301 | 304 | src/unix/fsevents.c \ | |
| 302 | 305 | src/unix/kqueue.c \ | |
| 303 | 306 | src/unix/proctitle.c | |
| 307 | + test_run_tests_LDFLAGS += -lutil | ||
| 304 | 308 | endif | |
| 305 | 309 | ||
| 306 | 310 | if DRAGONFLY | |
| 307 | 311 | include_HEADERS += include/uv-bsd.h | |
| 312 | + test_run_tests_LDFLAGS += -lutil | ||
| 308 | 313 | endif | |
| 309 | 314 | ||
| 310 | 315 | if FREEBSD | |
| 311 | 316 | include_HEADERS += include/uv-bsd.h | |
| 312 | 317 | libuv_la_SOURCES += src/unix/freebsd.c src/unix/kqueue.c | |
| 318 | + test_run_tests_LDFLAGS += -lutil | ||
| 313 | 319 | endif | |
| 314 | 320 | ||
| 315 | 321 | if LINUX | |
@@ -320,16 +326,19 @@ libuv_la_SOURCES += src/unix/linux-core.c \ | |||
| 320 | 326 | src/unix/linux-syscalls.c \ | |
| 321 | 327 | src/unix/linux-syscalls.h \ | |
| 322 | 328 | src/unix/proctitle.c | |
| 329 | + test_run_tests_LDFLAGS += -lutil | ||
| 323 | 330 | endif | |
| 324 | 331 | ||
| 325 | 332 | if NETBSD | |
| 326 | 333 | include_HEADERS += include/uv-bsd.h | |
| 327 | 334 | libuv_la_SOURCES += src/unix/kqueue.c src/unix/netbsd.c | |
| 335 | + test_run_tests_LDFLAGS += -lutil | ||
| 328 | 336 | endif | |
| 329 | 337 | ||
| 330 | 338 | if OPENBSD | |
| 331 | 339 | include_HEADERS += include/uv-bsd.h | |
| 332 | 340 | libuv_la_SOURCES += src/unix/kqueue.c src/unix/openbsd.c | |
| 341 | + test_run_tests_LDFLAGS += -lutil | ||
| 333 | 342 | endif | |
| 334 | 343 | ||
| 335 | 344 | if SUNOS | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,6 @@ CFLAGS += -Wall \ | |||
| 20 | 20 | -Iinclude \ | |
| 21 | 21 | -Isrc \ | |
| 22 | 22 | -Isrc/win \ | |
| 23 | - -DWIN32_LEAN_AND_MEAN \ | ||
| 24 | 23 | -D_WIN32_WINNT=0x0600 | |
| 25 | 24 | ||
| 26 | 25 | INCLUDES = include/stdint-msvc2008.h \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,11 +156,16 @@ project tree manually: | |||
| 156 | 156 | ||
| 157 | 157 | ### Unix | |
| 158 | 158 | ||
| 159 | - Run: | ||
| 159 | + For Debug builds (recommended) run: | ||
| 160 | 160 | ||
| 161 | 161 | $ ./gyp_uv.py -f make | |
| 162 | 162 | $ make -C out | |
| 163 | 163 | ||
| 164 | + For Release builds run: | ||
| 165 | + | ||
| 166 | + $ ./gyp_uv.py -f make | ||
| 167 | + $ BUILDTYPE=Release make -C out | ||
| 168 | + | ||
| 164 | 169 | Run `./gyp_uv.py -f make -Dtarget_arch=x32` to build [x32][] binaries. | |
| 165 | 170 | ||
| 166 | 171 | ### OS X | |
@@ -243,3 +248,4 @@ See the [guidelines for contributing][]. | |||
| 243 | 248 | [Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express | |
| 244 | 249 | [guidelines for contributing]: https://github.com/libuv/libuv/blob/master/CONTRIBUTING.md | |
| 245 | 250 | [libuv_banner]: https://raw.githubusercontent.com/libuv/libuv/master/img/banner.png | |
| 251 | + [x32]: https://en.wikipedia.org/wiki/X32_ABI | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - version: v1.8.0.build{build} | ||
| 1 | + version: v1.9.0.build{build} | ||
| 2 | 2 | ||
| 3 | 3 | install: | |
| 4 | 4 | - cinst -y nsis | |
| Back | FazBrowse Home | New Git URL |
0 commit comments