Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-01-19 11:53:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and      /work/SRC/openSUSE:Factory/.adminer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adminer"

Fri Jan 19 11:53:53 2018 rev:10 rq:567202 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-10-29 
20:24:29.123083994 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes     2018-01-19 
11:54:23.832290236 +0100
@@ -1,0 +2,101 @@
+Wed Jan 17 21:53:50 UTC 2018 - ji...@boombatower.com
+
+- s/or/OR/ in License.
+- Update to version 4.4.0:
+  * Release 4.4.0
+  * Allow sending multiple CSP headers
+  * Use __construct for constructor
+  * Set session cache limiter only without session.auto_start (bug #586)
+  * Add missing newline
+  * Require specifying credentials in login-sqlite plugin
+  * Avoid count(null)
+  * Disallow PHP 5.3 in Travis
+  * Disallow connecting to privileged ports (thanks to hyp3rlinx)
+  * Rate limit password-less login attempts from the same IP address (thanks 
to hyp3rlinx)
+  * Use HTTPS
+  * Use HTTPS in doc_link()
+  * Do not set '' for empty enum
+  * Fix select function onchange
+  * Clone all event handlers in cloneNode()
+  * Use border-collapse to prevent unnecessary wrapping in Chrome
+  * Fix whitespace
+  * Fix selectCount() in information_schema
+  * Fix SQL command toggle
+  * Disallow scripts without nonce
+  * Fix wrapping in Create table
+  * Use script_src for <script src>
+  * Fix typo in script()
+  * Do not send empty CSP
+  * Move inline event handlers to <script>
+  * Move inline event handlers to <script>
+  * Use the fact that we handle oninput in whisper()
+  * Move inline event handlers to <script>
+  * Editor: Fix Search data in tables
+  * Move inline event handlers to <script>
+  * Use <script> instead of inline event handler for skipping original
+  * Move inline event handlers to <script>
+  * Return false from editingMoveRow()
+  * Move inline event handlers to <script>
+  * Use oninput instead of onchange
+  * Move inline event handlers to <script>
+  * Fix fieldChange() after 6353a898
+  * Use oninput instead of onkeyup
+  * Move inline event handlers to <script>
+  * Use <script> instead of inline event handler in on_help()
+  * Move inline event handlers to <script>
+  * Clone onchange in cloneNode()
+  * Move inline event handlers to <script>
+  * Allow searching data in tables by Ctrl+Enter
+  * Move inline event handlers to <script>
+  * Fix selectors in schema after 58b2904d
+  * Rely on event always passed to handlers
+  * Move inline event handlers to <script>
+  * Return false from editingRemoveRow
+  * Move inline event handlers to <script>
+  * Use script() for <script>
+  * Move inline event handlers to <script>
+  * Use <script> instead of inline event handler in print_fieldset()
+  * Use <script> instead of inline event handler in confirm()
+  * Move inline event handlers to <script>
+  * Return false from ajaxSetHtml()
+  * Move inline event handlers to <script>
+  * Revert using @this in formChecked
+  * Move inline event handlers to <script>
+  * Return false from toggle()
+  * onchange='selectFieldChange
+  * Use @this in selectFieldChange
+  * Move inline event handlers to <script>
+  * Fix indexesAddColumn after 14778165
+  * Move inline event handlers to <script>
+  * Revert using @this in formChecked
+  * Allow customizing CSP
+  * Allow img-src data: common in skins
+  * Use JSON.parse if available
+  * Add Content Security Policy
+  * Always send security headers in customization
+  * Add nosniff header
+  * Use Referrer-Policy instead of <meta name="referrer">
+  * Editor: Fix doubleclick on database page
+  * Fix a typo from 9cb28186
+  * Use @this in JavaScript (prepares for removing inline event handlers)
+  * Prevent PHP 7.1 warning about non-numeric values
+  * Unindent doc-comments
+  * Delete type="text/css" from <style> as it is the default in HTML5
+  * Delete type="text/javascript" from <script> as it is the default in HTML5
+  * Replace getElementsByTagName by shortcut for querySelectorAll
+  * Use querySelector
+  * Replace getElementById by shortcut for querySelector (requires IE8)
+  * Fix skin for Chrome 61 (thanks to Dominik Ulrich)
+  * Editor: Display field comment's text inside [] only in edit form
+  * Fix hebrew typos (#228)
+  * Add new Hebrew translations
+  * Add Hebrew translation
+  * Editor: Don't set time zone from PHP
+  * Make sure all sidebar elements are pushed down, not just the form.
+  * Update AdminerTablesFilter to produce li as per c9801e2e2418
+  * MySQL: Remove dedicated view for replication status
+  * Sort table names (bug #552)
+  * Update es.inc.php
+  * Add a donate link
+
+-------------------------------------------------------------------

Old:
----
  adminer-4.3.1.tar.xz

New:
----
  adminer-4.4.0.tar.xz

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

Other differences:
------------------
++++++ adminer.spec ++++++
--- /var/tmp/diff_new_pack.HHItAk/_old  2018-01-19 11:54:24.400263469 +0100
+++ /var/tmp/diff_new_pack.HHItAk/_new  2018-01-19 11:54:24.400263469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adminer
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Jimmy Berry <ji...@boombatower.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,10 +22,10 @@
 %bcond_with mongodb
 %bcond_with mssql
 Name:           adminer
-Version:        4.3.1
+Version:        4.4.0
 Release:        0
 Summary:        Database management in a single PHP file
-License:        GPL-2.0 or Apache-2.0
+License:        GPL-2.0 OR Apache-2.0
 Group:          Productivity/Networking/Web/Frontends
 
 Url:            https://www.adminer.org/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.HHItAk/_old  2018-01-19 11:54:24.436261773 +0100
+++ /var/tmp/diff_new_pack.HHItAk/_new  2018-01-19 11:54:24.436261773 +0100
@@ -2,7 +2,7 @@
   <service name="tar_scm" mode="disabled">
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">refs/tags/v4.3.1</param>
+    <param name="revision">refs/tags/v4.4.0</param>
     <param name="url">https://github.com/vrana/adminer.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HHItAk/_old  2018-01-19 11:54:24.456260830 +0100
+++ /var/tmp/diff_new_pack.HHItAk/_new  2018-01-19 11:54:24.460260642 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/vrana/adminer.git</param>
-    <param 
name="changesrevision">7af1ee3702420620641d075ebfd54d4b1d220409</param>
+    <param 
name="changesrevision">187dd56b1c3e2cafe7f6f91c25f45bde7363f260</param>
   </service>
 </servicedata>

++++++ adminer-4.3.1.tar.xz -> adminer-4.4.0.tar.xz ++++++
++++ 4741 lines of diff (skipped)


Reply via email to