Skip to content

Commit

Permalink
Update pom and release-notes for v4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
agrabil committed Dec 12, 2022
1 parent e5cf4c4 commit 043d20e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Jagornet-DHCP/dhcp-server/docs/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes in 4.0.1
----------------
- Fix #73: Fix option map building for complex types
- Correct the implementation of GenericOptionFactory.getDhcpOption to
return the built generic option for complex option types

Changes in 4.0.0
----------------
- Fix #41: Set name of undefined options to DHCP version and option code
Expand Down
2 changes: 1 addition & 1 deletion Jagornet-DHCP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
which necessitates flatten-maven-plugin in module builds in order to remove
and replace the installed or deployed module
-->
<revision>4.0.0</revision>
<revision>4.0.1</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 043d20e

Please sign in to comment.