Skip to content

Commit

Permalink
Jodd v5.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Feb 5, 2019
1 parent 261c4ba commit 2bca54b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

All notable changes to Jodd project are documented here.

## [n/a](https://github.com/oblac/jodd/compare/v5.0.6...master)
## [n/a](https://github.com/oblac/jodd/compare/v5.0.7...master)

## [v5.0.7](https://github.com/oblac/jodd/compare/v5.0.6...v5.0.7)

### New features

Expand All @@ -23,7 +25,7 @@ All notable changes to Jodd project are documented here.
+ **http** - fixed an issue with query param parsing.
+ **core** - fixed up Java version parsing.

## [v5.0.6](https://github.com/oblac/jodd/compare/v5.0.5...master)
## [v5.0.6](https://github.com/oblac/jodd/compare/v5.0.5...v5.0.6)

### New features

Expand All @@ -47,15 +49,15 @@ Just refreshing with some bug fixes and few new features.
### New features

+ **core** - `FileUtil.mkdirs` return created folder.
+ **email** - added new method for unsetting the email flags in builder.
+ **email** - added new method for unsetting the email flags in builder.

## [v5.0.4](https://github.com/oblac/jodd/compare/v5.0.3...v5.0.4)

Many little improvements plus one important fix for `jodd-mail`. Sorry for any inconvenience.

### Bug fixes

+ **core** - fixed special cases in `NaturalOrderComparator`, making rules a bit more strict.
+ **core** - fixed special cases in `NaturalOrderComparator`, making rules a bit more strict.
+ **mail** - fixed unused `debug` and `timeout`.
+ **mail** - `RFC2822AddressParser` methods `parseToXxx()` now returns `null` for invalid emails.
+ **http** - secure connection was sending `CONNECT` string twice.
Expand Down Expand Up @@ -95,7 +97,7 @@ One minor fix and one important change for the bootstrap usages.

### Bug fixes

+ **joy** - better output of the Joy configuration that does not cut of the values.
+ **joy** - better output of the Joy configuration that does not cut of the values.



Expand All @@ -119,7 +121,7 @@ Minor fixes and improvements.

Welcome to Jodd 5.

Version 5 contains a great number of new features, changes, bug fixes and performance improvements. It's all new Jodd: slick as before, just better.
Version 5 contains a great number of new features, changes, bug fixes and performance improvements. It's all new Jodd: slick as before, just better.

High-five!

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ description = '''
simple, but not simpler.
'''

version = '5.0.7-' + date()
//version = '5.0.6'
//version = '5.0.8-' + date()
version = '5.0.7'

// --- properties -------------------------------------------------------------

Expand Down

0 comments on commit 2bca54b

Please sign in to comment.