Hello community,

here is the log from the commit of package ghc-wai-extra for openSUSE:Factory 
checked in at 2016-03-16 10:33:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wai-extra (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-wai-extra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-wai-extra"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-wai-extra/ghc-wai-extra.changes      
2016-01-22 01:08:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-wai-extra.new/ghc-wai-extra.changes 
2016-03-16 10:33:46.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  8 09:15:03 UTC 2016 - mimi...@gmail.com
+
+- update to 3.0.14.1
+* Doc update for logStdout and logStdoutDev 
+
+-------------------------------------------------------------------

Old:
----
  wai-extra-3.0.14.tar.gz

New:
----
  wai-extra-3.0.14.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-wai-extra.spec ++++++
--- /var/tmp/diff_new_pack.4YiBxo/_old  2016-03-16 10:33:47.000000000 +0100
+++ /var/tmp/diff_new_pack.4YiBxo/_new  2016-03-16 10:33:47.000000000 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:           ghc-wai-extra
-Version:        3.0.14
+Version:        3.0.14.1
 Release:        0
 Summary:        Provides some basic WAI handlers and middleware
 License:        MIT

++++++ wai-extra-3.0.14.tar.gz -> wai-extra-3.0.14.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.14/ChangeLog.md 
new/wai-extra-3.0.14.1/ChangeLog.md
--- old/wai-extra-3.0.14/ChangeLog.md   2016-01-12 14:53:39.000000000 +0100
+++ new/wai-extra-3.0.14.1/ChangeLog.md 2016-02-29 09:16:01.000000000 +0100
@@ -1,3 +1,7 @@
+## 3.0.14.1
+
+* Doc update for logStdout and logStdoutDev 
[#515](https://github.com/yesodweb/wai/issues/515)
+
 ## 3.0.14
 
 * Middleware to force domain names. 
[#506](https://github.com/yesodweb/wai/issues/506) 
[#507](https://github.com/yesodweb/wai/pull/507)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/wai-extra-3.0.14/Network/Wai/Middleware/RequestLogger.hs 
new/wai-extra-3.0.14.1/Network/Wai/Middleware/RequestLogger.hs
--- old/wai-extra-3.0.14/Network/Wai/Middleware/RequestLogger.hs        
2016-01-12 14:53:39.000000000 +0100
+++ new/wai-extra-3.0.14.1/Network/Wai/Middleware/RequestLogger.hs      
2016-02-29 09:16:01.000000000 +0100
@@ -140,14 +140,16 @@
     return rspRcv
 
 -- | Production request logger middleware.
+--
+-- This uses the 'Apache' logging format, and takes IP addresses for clients 
from
+-- the socket (see 'IPAddrSource' for more information). It logs to 'stdout'.
 {-# NOINLINE logStdout #-}
 logStdout :: Middleware
 logStdout = unsafePerformIO $ mkRequestLogger def { outputFormat = Apache 
FromSocket }
 
 -- | Development request logger middleware.
 --
--- Flushes 'stdout' on each request, which would be inefficient in production 
use.
--- Use "logStdout" in production.
+-- This uses the 'Detailed' 'True' logging format and logs to 'stdout'.
 {-# NOINLINE logStdoutDev #-}
 logStdoutDev :: Middleware
 logStdoutDev = unsafePerformIO $ mkRequestLogger def
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.14/wai-extra.cabal 
new/wai-extra-3.0.14.1/wai-extra.cabal
--- old/wai-extra-3.0.14/wai-extra.cabal        2016-01-12 14:53:39.000000000 
+0100
+++ new/wai-extra-3.0.14.1/wai-extra.cabal      2016-02-29 09:16:01.000000000 
+0100
@@ -1,5 +1,5 @@
 Name:                wai-extra
-Version:             3.0.14
+Version:             3.0.14.1
 Synopsis:            Provides some basic WAI handlers and middleware.
 description:
   Provides basic WAI handler and middleware functionality:


Reply via email to