Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
0616677c
Commit
0616677c
authored
Apr 20, 2016
by
Jan-Erik Rediger
Browse files
docs: Add breaking change note about makefile variable
parent
acf89500
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
0616677c
...
...
@@ -29,6 +29,14 @@ This removes the following old function aliases, use the new name now:
| redisReplyReaderGetObject | redisReaderGetObject |
| redisReplyReaderGetError | redisReaderGetError |
*
The
`DEBUG`
variable in the Makefile was renamed to
`DEBUG_FLAGS`
Previously it broke some builds for people that had
`DEBUG`
set to some arbitrary value,
due to debugging other software.
By renaming we avoid unintentional name clashes.
Simply rename
`DEBUG`
to
`DEBUG_FLAGS`
in your environment to make it working again.
### 0.13.3 (2015-09-16)
*
Revert "Clear
`REDIS_CONNECTED`
flag when connection is closed".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment