Hello community, here is the log from the commit of package ghc-http2 for openSUSE:Factory checked in at 2016-05-31 12:24:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-http2 (Old) and /work/SRC/openSUSE:Factory/.ghc-http2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http2" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-http2/ghc-http2.changes 2016-02-17 12:11:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-http2.new/ghc-http2.changes 2016-05-31 12:24:21.000000000 +0200 @@ -1,0 +2,40 @@ +Sat Apr 9 18:01:59 UTC 2016 - [email protected] + +- update to 1.6.0 +- refreshed cabal-deps.patch +* Reverse indices of HPACK are now based on tokens. +* New APIs: encodeTokenHeader and decodeTokenHeader. +* Deleted API: encodeHeaderBuffer -- use encodeTokenHeader instead. +* New module: Network.HPACK.Token + +------------------------------------------------------------------- +Fri Mar 18 08:31:58 UTC 2016 - [email protected] + +- update to 1.5.4 +* Fixing a bug due to misuse of memcpy() + +------------------------------------------------------------------- +Wed Mar 16 09:05:10 UTC 2016 - [email protected] + +- update to 1.5.3 +* Adding debug information. + +------------------------------------------------------------------- +Sat Mar 12 09:27:51 UTC 2016 - [email protected] + +- update to 1.5.2 +* Minor optimization for HPACK. + +------------------------------------------------------------------- +Thu Feb 25 09:33:42 UTC 2016 - [email protected] + +- update to 1.5.1 + +------------------------------------------------------------------- +Wed Feb 24 09:43:48 UTC 2016 - [email protected] + +- update to 1.5.0 +* New API for HPACK. HPACK is much faster than 1.4.x (roughly x3.2). The default + encoding is now Linear instead of LinearH. + +------------------------------------------------------------------- Old: ---- http2-1.4.5.tar.gz New: ---- http2-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-http2.spec ++++++ --- /var/tmp/diff_new_pack.9zplA6/_old 2016-05-31 12:24:22.000000000 +0200 +++ /var/tmp/diff_new_pack.9zplA6/_new 2016-05-31 12:24:22.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_with tests Name: ghc-http2 -Version: 1.4.5 +Version: 1.6.0 Release: 0 Summary: HTTP/2.0 library including frames and HPACK Group: System/Libraries @@ -40,6 +40,7 @@ BuildRequires: ghc-aeson-pretty-devel BuildRequires: ghc-array-devel BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-case-insensitive-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel ++++++ cabal-deps.patch ++++++ --- /var/tmp/diff_new_pack.9zplA6/_old 2016-05-31 12:24:22.000000000 +0200 +++ /var/tmp/diff_new_pack.9zplA6/_new 2016-05-31 12:24:22.000000000 +0200 @@ -1,52 +1,52 @@ -Index: http2-1.3.1/http2.cabal +Index: http2-1.6.0/http2.cabal =================================================================== ---- http2-1.3.1.orig/http2.cabal -+++ http2-1.3.1/http2.cabal -@@ -61,7 +61,6 @@ Library +--- http2-1.6.0.orig/http2.cabal ++++ http2-1.6.0/http2.cabal +@@ -81,7 +81,6 @@ Library Build-Depends: base >= 4.6 && < 5 , array , bytestring >= 0.10 - , bytestring-builder + , case-insensitive , containers >= 0.5 , psqueues - , stm -@@ -94,7 +93,6 @@ Test-Suite spec +@@ -114,7 +113,6 @@ Test-Suite spec Build-Depends: base >= 4 && < 5 , array , bytestring - , bytestring-builder + , case-insensitive , containers , hex - , hspec >= 1.3 -@@ -118,7 +116,6 @@ Test-Suite hpack +@@ -137,7 +135,6 @@ Test-Suite hpack , aeson-pretty , array , bytestring - , bytestring-builder + , case-insensitive , containers , directory - , filepath -@@ -167,7 +164,6 @@ Executable hpack-encode +@@ -187,7 +184,6 @@ Executable hpack-encode , aeson-pretty , array , bytestring - , bytestring-builder + , case-insensitive , containers , hex - , text -@@ -188,7 +184,6 @@ Executable hpack-debug +@@ -209,7 +205,6 @@ Executable hpack-debug , aeson , array , bytestring - , bytestring-builder + , case-insensitive , containers , hex - , text -@@ -210,7 +205,6 @@ Executable hpack-stat +@@ -232,7 +227,6 @@ Executable hpack-stat , aeson-pretty , array , bytestring - , bytestring-builder + , case-insensitive , containers , directory - , filepath ++++++ http2-1.4.5.tar.gz -> http2-1.6.0.tar.gz ++++++ ++++ 110935 lines of diff (skipped)
