Skip to content

Commit

Permalink
Merge pull request #16544 from RocketChat/release-2.4.9
Browse files Browse the repository at this point in the history
Release 2.4.9
  • Loading branch information
sampaiodiego authored Feb 10, 2020
2 parents 4f39401 + cd30a87 commit db19111
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 2.4.8
ENV RC_VERSION 2.4.9

MAINTAINER [email protected]

Expand Down
19 changes: 19 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -38349,6 +38349,25 @@
]
}
]
},
"2.4.9": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16452",
"title": "[FIX] `stdout` streamer infinite loop",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}
18 changes: 17 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 2.4.9
`2020-02-10 · 1 🐛 · 1 👩‍💻👨‍💻`

### Engine versions
- Node: `8.17.0`
- NPM: `6.13.4`
- MongoDB: `3.4, 3.6, 4.0`

### 🐛 Bug fixes

- `stdout` streamer infinite loop ([#16452](https://github.com/RocketChat/Rocket.Chat/pull/16452))

### 👩‍💻👨‍💻 Core Team 🤓

- [@sampaiodiego](https://github.com/sampaiodiego)

# 2.4.8
`2020-02-06 · 5 ️️️⚠️ · 10 🎉 · 11 🚀 · 26 🐛 · 31 🔍 · 20 👩‍💻👨‍💻`
`2020-02-07 · 1 🔍 · 1 👩‍💻👨‍💻`

### Engine versions
- Node: `8.17.0`
Expand Down
2 changes: 1 addition & 1 deletion app/logger/server/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stdoutStreamer.allowRead(function() {

Meteor.startup(() => {
const handler = (string, item) => {
stdoutStreamer.emit('stdout', {
stdoutStreamer.emitWithoutBroadcast('stdout', {
...item,
});
};
Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.4.8"
"version": "2.4.9"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "2.4.8",
"version": "2.4.9",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit db19111

Please sign in to comment.