Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

Commit ea596d9

Browse files
committed
Release 1.5.3 Final.
Review URL: https://codereview.appspot.com/308070043 .
1 parent 5517aa6 commit ea596d9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.3",
1717
"post": "0",
18-
"rc": "3"
18+
"rc": "0"
1919
}
2020
""")
2121

rekall-core/rekall/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.3",
1717
"post": "0",
18-
"rc": "3"
18+
"rc": "0"
1919
}
2020
""")
2121

rekall-core/rekall/plugins/response/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def from_stat(cls, filespec, session=None):
225225

226226
def open(self):
227227
try:
228-
return open(self.filename.os_path())
228+
return open(self.filename.os_path(), "rb")
229229
except (IOError, OSError) as e:
230230
return obj.NoneObject("Unable to open file: %s", e)
231231

rekall-gui/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.3",
1717
"post": "0",
18-
"rc": "3"
18+
"rc": "0"
1919
}
2020
""")
2121

tools/layout_expert/layout_expert/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def raw_versions():
1515
"codename": "Furka",
1616
"version": "1.5.3",
1717
"post": "0",
18-
"rc": "3"
18+
"rc": "0"
1919
}
2020
""")
2121

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependent_versions:
66
version_data:
77
codename: Furka
88
post: '0'
9-
rc: '3'
9+
rc: '0'
1010
version: 1.5.3

0 commit comments

Comments
 (0)