Skip to content

Commit ebe2275

Browse files
committed
updated changelog
1 parent 4236d13 commit ebe2275

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
This is the changelog file for the POCO C++ Libraries.
22

3+
Release 1.7.2 (2016-03-21)
4+
==========================
5+
6+
- fixed GH #1197: Upgrade bundled expat to 2.1.1
7+
Expat 2.1.1 fixes a CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1283
8+
- fixed GH #1204: getdtablesize has been removed on Android 21
9+
- fixed GH #1203: Poco::Data::RecordSet should be reusable
10+
- fixed GH #1198: Upgrade bundled SQLite to 3.11.1
11+
12+
313
Release 1.7.1 (2016-03-14)
414
==========================
515

doc/99100-ReleaseNotes.page

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
POCO C++ Libraries Release Notes
22
AAAIntroduction
33

4+
!!!Release 1.7.2
5+
6+
!!Summary of Changes
7+
8+
- fixed GH #1197: Upgrade bundled expat to 2.1.1
9+
Expat 2.1.1 fixes a CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1283
10+
- fixed GH #1204: getdtablesize has been removed on Android 21
11+
- fixed GH #1203: Poco::Data::RecordSet should be reusable
12+
- fixed GH #1198: Upgrade bundled SQLite to 3.11.1
13+
14+
415
!!!Release 1.7.1
516

617
!!Summary of Changes

0 commit comments

Comments
 (0)