Skip to content

Commit 701ea32

Browse files
committed
* Update to BrowsCap 6000030
* Updated unit tests * Updated changelog
1 parent bf563d2 commit 701ea32

File tree

8 files changed

+199
-188
lines changed

8 files changed

+199
-188
lines changed

CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.3 - 15 August 2018
2+
- Updated to browscap 6000030
3+
- Updated unit tests accordingly
4+
15
1.2.3 - 23 May 2018
26
- Updated to browscap 6000029
37
- Updated unit tests accordingly

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# browscap-java
44
A blazingly fast and memory efficient Java client on top of the BrowsCap CSV source files.
5-
The BrowsCap version currently shipped is: 6000029.
5+
The BrowsCap version currently shipped is: 6000030.
66

77
## Description
88
This library can be used to parse useragent headers in order to extract information about the used browser, browser version, platform, platform version and device type. Very useful to determine if the client is a desktop, tablet or mobile device or to determine if the client is on Windows or Mac OS (just to name a few examples).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.blueconic</groupId>
55
<artifactId>browscap-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.2.3</version>
7+
<version>1.2.4</version>
88
<name>browscap-java</name>
99
<description>A blazingly fast and memory efficient Java client on top of the BrowsCap CSV source files.</description>
1010

src/main/java/com/blueconic/browscap/UserAgentService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public class UserAgentService {
2323

2424
// The version of the browscap file this bundle depends on
25-
public static final int BUNDLED_BROWSCAP_VERSION = 6000029;
25+
public static final int BUNDLED_BROWSCAP_VERSION = 6000030;
2626
private String myZipFilePath;
2727

2828
public UserAgentService() {
-3.32 MB
Binary file not shown.
3.81 MB
Binary file not shown.

src/test/resources/useragents.txt

+100-93
Large diffs are not rendered by default.

src/test/resources/useragents_2.txt

+92-92
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)