Blob Blame History Raw
<revisionlist>
  <revision rev="1" vrev="1">
    <srcmd5>5a61c856259839e907e9c363e0d6be80</srcmd5>
    <version>0.8.11</version>
    <time>1405253177</time>
    <user>coolo</user>
    <comment>New package as described in http://lists.opensuse.org/opensuse-factory/2013-01/msg00105.html

changes related to request: 238211

 - spec-cleaner used
 - spec file uses only opensuse related parts, rest has been removed
 - fdupes macro used correctly to reduce duplicated files in docs
 - 6 packages and 0 specfiles checked; 0 errors, 3 warnings.
   - warnings about missing man pages has been addressed upstream to the qore development
   - warning about missing-call-to-setgroups-before-setuid is false positive here (IMHO). libqore.so contains qore low level wrappers around libc functions (1:1) so it's up to application developer to use it correctly.</comment>
    <requestid>240455</requestid>
  </revision>
  <revision rev="2" vrev="2">
    <srcmd5>830469961310bc43da174c32fcb045bb</srcmd5>
    <version>0.8.11</version>
    <time>1405520376</time>
    <user>coolo</user>
    <comment>1</comment>
    <requestid>240871</requestid>
  </revision>
  <revision rev="3" vrev="4">
    <srcmd5>830469961310bc43da174c32fcb045bb</srcmd5>
    <version>0.8.11</version>
    <time>1409303134</time>
    <user>adrianSuSE</user>
    <comment>Split 13.2 from Factory</comment>
  </revision>
  <revision rev="4" vrev="5">
    <srcmd5>6fe4d36ced7131d9c19d9e04a6e4ec65</srcmd5>
    <version>0.8.11</version>
    <time>1434133918</time>
    <user>dimstar_suse</user>
    <comment>1</comment>
    <requestid>311776</requestid>
  </revision>
  <revision rev="5" vrev="1">
    <srcmd5>60a7652b34309698120b2b6daa400a76</srcmd5>
    <version>0.8.13</version>
    <time>1508434340</time>
    <user>dimstar_suse</user>
    <comment>added more descriptive changelog into qore.changes as requested by Jan Engelhardt

- Rework scriptlets for ldconfig. Adjust RPM groups.
  Avoid double-shipping of files. Use %configure.
- updated to 0.8.13
- Input/Output stream APIs
- Vastly improved type system with complex type support
  Improved operators; list, string, binary slice operators,
  the &quot;..&quot; range operator, improved new, cast&lt;&gt;, and
  instanceof operators, lazy evaluation of functional and
  list operators, more
- Improved encryption support including AES encryption,
  encryption/decryption streams, support for AAD and MACs
  Improved HTTPS and SSL security support with addition
  X.509 certificate support including automatic certificate
  verification in client and server contexts
- Universal connection API
- Support for binding output placeholder buffers for result
  sets that return an SQLStatement object for more efficient
  piecewise processing of DB stored procedure/function calls
  that return very large result sets
- Strong encapsulation support (ex: private:internal)
- Deterministic garbage collection performance improvements
  with large cycles
- Debugging support and APIs including remote network debugging
- Language Server Protocol support for Qore in the new astparser
  module for rich language support in IDEs such as the Visual 
  studio Code Qore Extension
- much more
- rpm: /usr/bin user programs are part of qore-misc-tools package
  now as it was suggested by advanced packagers on IRC
- rpm: updated qore-libtool-2.4.6.patch for new release
- updated to 0.8.12.1
- removed un-applicable patches: configure.patch
</comment>
    <requestid>534128</requestid>
  </revision>
  <revision rev="6" vrev="2">
    <srcmd5>349e4829f99a25f0588bfc4a5a5eafb2</srcmd5>
    <version>0.8.13</version>
    <time>1531470155</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>622359</requestid>
  </revision>
  <revision rev="7" vrev="3">
    <srcmd5>4cc83ad4bd040698124a8532f291c943</srcmd5>
    <version>0.8.13</version>
    <time>1565695403</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>722648</requestid>
  </revision>
  <revision rev="8" vrev="1">
    <srcmd5>d588483c048cbdbc79d7469ed80cb8e9</srcmd5>
    <version>0.9.15</version>
    <time>1627847496</time>
    <user>dimstar_suse</user>
    <comment>- Update to 0.9.15
  * Fixes CVE-2020-13615
- Split -doc package, building the documentation requires the yaml module, so this would create a dependency circle</comment>
    <requestid>908927</requestid>
  </revision>
  <revision rev="9" vrev="1">
    <srcmd5>1174a0bda601bebde7a9e63ccf2e8bcc</srcmd5>
    <version>1.0.10</version>
    <time>1637701827</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>928377</requestid>
  </revision>
  <revision rev="10" vrev="1">
    <srcmd5>7c731607f8179d92d298cc48fd6b7770</srcmd5>
    <version>1.8.0</version>
    <time>1655396384</time>
    <user>dimstar_suse</user>
    <comment>Update to version 1.8.0</comment>
    <requestid>981144</requestid>
  </revision>
  <revision rev="11" vrev="1">
    <srcmd5>726807fa88b82377c2f8f70783449c10</srcmd5>
    <version>1.13.0</version>
    <time>1674589376</time>
    <user>dimstar_suse</user>
    <comment>- Remove buildroot from mydatarootdir 
- Update to 1.13.0
  * implemented support for including REST path args
  * fixed a bug handling the swagger_base_path RestClient option
  * RestHandler will always set the socketobject request content
  * implemented get_safe_url()
  * fixed parse_url() with passwords with / chars in it
  * fixed handling child attributes in connection objects
  * fixed REST ping operations 
  * fixed bugs in HTTP communications with 32-bit builds of Qore
- Update to 1.12.4
  * fixed a bug building documentation with autotools 
  * fixed bugs in C++ QoreSocket::send*() methods not used in the Qore 
    language  
  * fixed a bug building documentation with release files created from 
    the autotools makefile target
  * fixed bugs in the cmake configuration generating documentation for 
    builtin modules 
  * provide APIs to provide additional information about child data 
  * Bugfix/4545 swagger fix 
  * Add support for RISC-V 
  * Bugfix/4538 sqlutil expressions
  * refs #4550 fixed WebUtil to never serve files outside the root dir
  * refs #4553 fixed a bug building with openssl 3+ 
  * refs #4555 do not return / chars in data provider names
  * refs #4557 implemented support for event handling in DataProviders 
  * refs #4559 fixed FsUtil to behave more consistently regarding target 
  * refs #4561 fixed bugs handling escape chars in regex subst replacement
  * refs #4565 fixed WebSocket PING/PONG handling 
  * refs #4567 fixed bugs in HTTPClient class setting keys and certs 
  * refs #4572 added child capability indicator attributes to data 
  * refs #4574 allow HTTP certs to be reloaded from the source location
  * refs #4576 DataProvider module: updated child capability info 
  * refs #4578 added the argument hash to methods returning REST API path
  * refs #4583 fixed race conditions in the Logger module
  * refs #4587 fixed a bug setting the data provider name in Swagger schema
  * refs #4590 QUnit: allow the exception argument to be checked 
  * refs #4595 working socket polling infrastructure 
  * refs #4605 fixed handling abstract memberGate() and methodGate() methods
  * refs #4607 fixed the unreferenced-variable warning 
  * refs #4609 fixed cast&lt;&gt; with lvalues
  * added OdbcFirebirdSqlUtil module 
  * refs #4620 fixed bugs serializing / deserializing SqlUtil tables 
  * refs #4622 fixed AbstractDataProvider::search*() methods
  * Bugfix/4624 data provider search fix 
  * refs #4626 added support for the immediate data:// location 
  * refs #4628 fixed sequence* mapper keys in DbTableDataProvider 
  * Bugfix/4624 4632 fixes
  * refs #4634 fixed WebSocketHandler::sendOne() 
  * refs #4637 allow information about schema changes after alignments 
  * refs #4639 allow for the client's time zone to be set 
  * refs #4643 fixed handling signal args
  * refs #4646 allow REST handlers to set custom headers in error responses
  * refs #4658 fixed a race condition in deadlock detection
  * Enablement of the architecture s390x
  * Move qore-doc.spec to qore.spec
  * Remove fix-logger-doc.patch and fix-building-doc.patch 
  * Remove clean section because of integration in rpm
</comment>
    <requestid>1060688</requestid>
  </revision>
</revisionlist>