File gearmand.changes of Package gearmand
-------------------------------------------------------------------
Sun Apr 30 14:11:10 UTC 2023 - Lars Vogdt <lars@linux-schulserver.de>
- systemd service file changes:
+ start after syslog.target network.target
+ switch from /var/run to /run
+ ignore EnvironmentFile, if it does not exist (use default values
given in service file in this case)
-------------------------------------------------------------------
Thu Oct 22 09:09:53 UTC 2020 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to version 1.0.18
- Bugfixes
* Fixing compiler warnings and incorporating security scan results
* Dropped OSX from automated testing
* Various fixes from the community
-------------------------------------------------------------------
Thu Sep 20 11:43:56 UTC 2018 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to version 1.0.18
- Bugfixes
* HTTP protocol bug fix
* configure.sh accepts -o flag
* Build and test cleanly on OS X with latest xcode
* Redis fixed for items larger than 64 bytes #129
* Various memcached plugin bugfixes
* Shellcheck passes for bootstrap.sh
* Fixes to HTTP protocol plugin and background jobs
* Redis queue plugin refactored
* TCP Keepalive settings are properly respected
* Various fixes for stricter C++11 compilation
* Changed from CYaSSL to WolfSSL
* Various fixes to memcached queue plugin
* 2016-12-26 Fix specfile for renamed README
* 2016-12-26 Update readme md (#66)
* 2016-12-14 remove gearmand text command shutdown (#40)
* 2016-12-14 Added "prioritystatus" command to display queued jobs
broken down by priority.
* 2016-11-22 bug fixing: instead of undefined
* 2016-11-22 bsd portable shebang
* 2016-11-19 Ignore tarballs built as a result of 'make dist'
* This includes significant fixes for the redis queue backend,
and various minor bug fixes. See changelog in tarballs for details.
-------------------------------------------------------------------
Wed Sep 28 15:31:31 UTC 2016 - fcastelli@suse.com
- Create gearmand-redis sub package
- Create gearmand-memcached sub package
- Add fix-without-mysql.patch: required to actually disable libmysql
- Add makefile-remove-clean-rpm.patch: required to have "make clean" work
inside of the rpm build environment
- Add fix-redis-replay.patch: fix redis support
- Release 1.1.12:
* GEARMAN_SERVERS environmental variable for libgearman to pick up servers to
communicate with. This means that any driver now linked with libgearman will
be able to handle multiple servers.
* Add INFO level messages for queue creation.
- Release 1.1.11
* Workers which return a bad gearman_return_t will be counted as an error by the server and not a final (i.e. they will be retried).
* Fixed possible bug where the server would over count the number of NOOP sent if NOOP messages did not get sent.
-Release 1.1.10:
* Added gearman_job_use_client()
* Improve compile time.
* Fix for NOOP failure (bad worker causes early exit of loop).
* Fix for postgres (use INFORMATION_SCHEMA).
* Added gearman_client_has_active_tasks() so that you can see if a client has active tasks that it is working on.
-Release 1.1.9:
* Added gearman_task_is_finished()
* Improved SSL support.
* Exceptions are now supported.
* gearmand excepts its root CA via the environmental variable GEARMAND_PORT.
* libgearman will now except GEARMAND_CA_CERTIFICATE, GEARMAN_CLIENT_PEM, and GEARMAN_CLIENT_KEY
- Release 1.1.8:
* Postgres test case now passes.
* SSL support added.
* OSX fixes.
- Release 1.1.7:
* Cleanup of error codes returned by gearmand.
* gearmand will now set its port from the env variable GEARMAND_PORT.
* Fix issue where identifier might not be set correctly on reconnect.
- Release 1.1.6:
* Merge of 1.0.4 tree
* Added support for gearadmin to "cancel" a job.
* Keep-alive support for gearmand has been extended (more options to control behavior).
* Fixed issues related to clients who didn't really support exceptions being passed exceptions.
- Release 1.1.5:
* Rollup of bug fixes for 1.0.3
* --threads=0 for gearmand will now result in gearmand using all available cores.
- Release 1.1.4:
* Add GEARMAN_CLIENT_GENERATE_UNIQUE, with default set to not generate.
* Experimental addition to queue service which will allow a queue to be stored on shutdown (--libsqlite3-store-on-shutdown).
* Rollup of all changes in 1.0.2
- Release 1.1.3:
* Merge with 1.0.1
- Release 1.1.2:
* Merge with 0.41
- Release 1.1.1:
* Merge with 0.39
- Release 1.1.0:
* Fix for ABI compatibility issues.
-------------------------------------------------------------------
Wed Feb 24 17:36:15 CET 2016 - ro@suse.de
- add install section to gearmand.service
- remove '=' from commandline in gearmand.service which prevents
variable expansion
-------------------------------------------------------------------
Mon Dec 15 14:47:33 UTC 2014 - lars@linux-schulserver.de
- use /etc/sysconfig/gearmand also for systemd file
-------------------------------------------------------------------
Mon Dec 1 10:56:45 UTC 2014 - obs@botter.cc
- instead of using /var/run use _rundir macro
-------------------------------------------------------------------
Tue Nov 18 09:39:40 UTC 2014 - obs@botter.cc
- prepare gearmand for use with systemd: add service file
- create directory in /var/run using tmpfiles.d
- Fix useradd invocation: -o is useless without -u and newer
versions of pwdutils/shadowutils fail on this now.
-------------------------------------------------------------------
Wed Jul 10 14:17:50 UTC 2013 - lars@linux-schulserver.de
- update to 1.0.6:
+ strlen() of zero on name passed for instance did not result in a
connection to localhost (which the php driver thought would happen).
+ Fix regression in log not updating time on all platforms.
+ Fix issue where pecl php wasn't passing a null string to get
default host
+ Fix for log_fn
+ Added --coredump flag to gearmand
+ Removed result type enum, since the structure is never exposed
to the user this was of limited use.
+ Assorted bug fixes.
- removed upstreamed gearmand-enable_listen_directive.patch
- removed gearmand-add_braces.patch handled upstream
-------------------------------------------------------------------
Sat Feb 23 17:04:45 UTC 2013 - lars@linux-schulserver.de
- added GEARMAND_OPTS in init script and sysconfig file
-------------------------------------------------------------------
Sat Feb 23 16:42:41 UTC 2013 - lars@linux-schulserver.de
- also allow port 4730 UDP
-------------------------------------------------------------------
Fri Feb 22 18:12:00 UTC 2013 - lars@linux-schulserver.de
- include SuSEfirewall2 service definition file
-------------------------------------------------------------------
Fri Feb 22 16:13:29 UTC 2013 - lars@linux-schulserver.de
- added gearmand-enable_listen_directive.patch
(see https://bugs.launchpad.net/gearmand/+bug/1127347)
-------------------------------------------------------------------
Sun Feb 17 01:48:16 UTC 2013 - lars@linux-schulserver.de
- updated to 1.0.3 with many changes since 0.14 release
(please refer to /usr/share/doc/packages/gearmand/ChangeLog)
- splitted the package into pieces:
+ libgearman7 (pure library package)
+ gearmand-server (basic server package)
+ gearmand-server-{mysql,postgresql,sqlite3} containing the
server binaries with their dependencies to the databases.
Using update-alternatives to move the "right" binary into
/usr/sbin/gearmand during init
+ gearmand-tools containing cmdline tools for management of the
server (can be installed on a separate machine)
+ gearmand-doc containing developer documentation
+ gearmand-devel containing header files
- added gearmand-add_braces.patch
-------------------------------------------------------------------
Mon Dec 17 12:17:42 UTC 2012 - schneemann@b1-systems.de
- removed startproc from init-script
- moved pidfile into own directory that gearmand-user can create it
-------------------------------------------------------------------
Tue May 8 08:58:47 UTC 2012 - lars@linux-schulserver.de
- add 'su' option to logrotate config
-------------------------------------------------------------------
Wed Dec 14 13:06:02 UTC 2011 - lars@linux-schulserver.de
- initial version 0.14