Skip to content

Commit 488a0bb

Browse files
committed
1.2 Release Prep
1 parent 0afdb89 commit 488a0bb

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
## [Unreleased](https://github.com/kevthehermit/VolUtility/tree/HEAD)
44

5-
[Full Changelog](https://github.com/kevthehermit/VolUtility/compare/v1.0...HEAD)
5+
[Full Changelog](https://github.com/kevthehermit/VolUtility/compare/v1.1...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Authentication request [\#66](https://github.com/kevthehermit/VolUtility/issues/66)
10+
11+
**Closed issues:**
12+
13+
- MD5 calculations not correct when recursively adding memory images [\#70](https://github.com/kevthehermit/VolUtility/issues/70)
14+
- 3rd Party Plugins not seen if memory image already loaded [\#69](https://github.com/kevthehermit/VolUtility/issues/69)
15+
- Refresh Timer Issue [\#68](https://github.com/kevthehermit/VolUtility/issues/68)
16+
- KeyError: 'extensions' [\#65](https://github.com/kevthehermit/VolUtility/issues/65)
17+
- Error 500 issues on most plugins [\#64](https://github.com/kevthehermit/VolUtility/issues/64)
18+
19+
**Merged pull requests:**
20+
21+
- Authentication [\#72](https://github.com/kevthehermit/VolUtility/pull/72) ([kevthehermit](https://github.com/kevthehermit))
22+
23+
## [v1.1](https://github.com/kevthehermit/VolUtility/tree/v1.1) (2016-12-01)
24+
[Full Changelog](https://github.com/kevthehermit/VolUtility/compare/v1.0...v1.1)
625

726
**Implemented enhancements:**
827

@@ -27,6 +46,11 @@
2746

2847
**Merged pull requests:**
2948

49+
- Merge Devlop with Master [\#63](https://github.com/kevthehermit/VolUtility/pull/63) ([kevthehermit](https://github.com/kevthehermit))
50+
- Merge pull request \#61 from kevthehermit/develop [\#62](https://github.com/kevthehermit/VolUtility/pull/62) ([kevthehermit](https://github.com/kevthehermit))
51+
- Merge pull request \#60 from kevthehermit/master [\#61](https://github.com/kevthehermit/VolUtility/pull/61) ([kevthehermit](https://github.com/kevthehermit))
52+
- Merge [\#60](https://github.com/kevthehermit/VolUtility/pull/60) ([kevthehermit](https://github.com/kevthehermit))
53+
- Change the spinner overlay colour [\#59](https://github.com/kevthehermit/VolUtility/pull/59) ([kevthehermit](https://github.com/kevthehermit))
3054
- Update Vagrant file [\#58](https://github.com/kevthehermit/VolUtility/pull/58) ([kevthehermit](https://github.com/kevthehermit))
3155
- Update CuckooSandbox Extension [\#57](https://github.com/kevthehermit/VolUtility/pull/57) ([kevthehermit](https://github.com/kevthehermit))
3256
- Update VirusTotal Extension [\#54](https://github.com/kevthehermit/VolUtility/pull/54) ([kevthehermit](https://github.com/kevthehermit))

web/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from commands import getoutput
1414

1515
logger = logging.getLogger(__name__)
16-
volutility_version = '1.1-dev'
16+
volutility_version = '1.2'
1717
volrc_file = os.path.join(os.path.expanduser('~'), '.volatilityrc')
1818

1919

0 commit comments

Comments
 (0)