Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
2014.05.02, Version 0.10.27 (Stable)
Browse files Browse the repository at this point in the history
Changes since version 0.10.26:

* windows: fix console signal handler refcount (Saúl Ibarra Corretgé)

* win: always leave crit section in get_proc_title (Fedor Indutny)
  • Loading branch information
tjfontaine committed May 1, 2014
1 parent 4a67d8c commit 6e24ce2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,3 +1,12 @@
2014.05.02, Version 0.10.27 (Stable)

Changes since version 0.10.26:

* windows: fix console signal handler refcount (Saúl Ibarra Corretgé)

* win: always leave crit section in get_proc_title (Fedor Indutny)


2014.04.07, Version 0.10.26 (Stable), d864907611c25ec986c5e77d4d6d6dee88f26926

Changes since version 0.10.25:
Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Expand Up @@ -35,7 +35,7 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#define UV_VERSION_PATCH 27
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_IS_RELEASE 1


#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
Expand Down

3 comments on commit 6e24ce2

@wqvbjhc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

who can't tell me what's different of v0.11.25?

@saghul
Copy link
Contributor

@saghul saghul commented on 6e24ce2 May 14, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is currently no "changelog" of sorts between the v0.10 and v0.11 series.

@wqvbjhc
Copy link

@wqvbjhc wqvbjhc commented on 6e24ce2 May 14, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.