diff -Nru edhttp-1.0.5.0~jammy/TODO.md edhttp-1.0.6.0~jammy/TODO.md --- edhttp-1.0.5.0~jammy/TODO.md 2023-07-11 20:48:42.000000000 +0000 +++ edhttp-1.0.6.0~jammy/TODO.md 2023-12-17 15:44:52.000000000 +0000 @@ -1,4 +1,5 @@ +* Remove duplicated code for time related convertions/tests (mktime, LEAP). * Look into support HTTP/2 (libhttp2) * Create the HTTP client & server as separate headers/implementations. * Get a better grip on the address ranges. diff -Nru edhttp-1.0.5.0~jammy/debian/changelog edhttp-1.0.6.0~jammy/debian/changelog --- edhttp-1.0.5.0~jammy/debian/changelog 2023-11-11 23:34:57.000000000 +0000 +++ edhttp-1.0.6.0~jammy/debian/changelog 2023-12-17 15:45:22.000000000 +0000 @@ -1,3 +1,9 @@ +edhttp (1.0.6.0~jammy) jammy; urgency=high + + * Added note about removing duplicated code. + + -- Alexis Wilke Sun, 17 Dec 2023 07:45:22 -0800 + edhttp (1.0.5.0~jammy) jammy; urgency=high * Created a separate token function to verify that a string is a valid token.