- updated to 2.2 see /usr/share/doc/packages/perl-Directory-Queue/Changes 2.2 * Directory::Queue::Normal now uses the safest method to count the number of elements in the queue, this can be changed using the newly added nlink constructor option (BZ#2108537). OBS-URL: https://build.opensuse.org/request/show/990972 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Directory-Queue?expand=0&rev=9
87 lines
3.0 KiB
Plaintext
87 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 20 03:06:15 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.2
|
|
see /usr/share/doc/packages/perl-Directory-Queue/Changes
|
|
|
|
2.2 Tue Jul 19 2022
|
|
* Directory::Queue::Normal now uses the safest method to count
|
|
the number of elements in the queue, this can be changed using
|
|
the newly added nlink constructor option (BZ#2108537).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 14 03:06:45 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.1
|
|
see /usr/share/doc/packages/perl-Directory-Queue/Changes
|
|
|
|
2.1 Wed Oct 13 2021
|
|
* Fixed maxlock option handling (RT#129557).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 21 05:15:02 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 2.0
|
|
see /usr/share/doc/packages/perl-Directory-Queue/Changes
|
|
|
|
2.0 Tue Apr 10 2018
|
|
* Added link to the C implementation.
|
|
* Now using No::Worries::File for all file read/write operations.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 31 10:26:16 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.9
|
|
see /usr/share/doc/packages/perl-Directory-Queue/Changes
|
|
|
|
1.9 Fri Oct 30 2015
|
|
* The queue constructors now have new maxlock and maxtemp options
|
|
specifying the default values to be used by the purge() method.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 17:22:04 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.8
|
|
see /usr/share/doc/packages/perl-Directory-Queue/Changes
|
|
|
|
1.8 Tue May 21 2013
|
|
* Added link to the Java implementation, changed the Python link.
|
|
* Now using No::Worries::Stat instead of hard-coded constants.
|
|
* Documented the rndhex attribute of the constructors.
|
|
* Directory::Queue::Simple is now the default when creating queues.
|
|
|
|
1.7 Tue Nov 13 2012
|
|
* Now using No::Worries.
|
|
* Cleanup code to please Perl::Critic.
|
|
* Added a sample script (dqt.pl in the eg directory).
|
|
|
|
1.6 Tue Jun 5 2012
|
|
* Better handle race conditions in Directory::Queue::Simple's lock().
|
|
* Improved I/O speed for binary files.
|
|
|
|
1.5 Tue Jan 24 2012
|
|
* Changed the class hierarchy while preserving backward compatibility
|
|
(Directory::Queue is now only the base/front-end class).
|
|
* Added Directory::Queue::Null which is a kind of black hole.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 08 13:43:16 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.4:
|
|
* documentation cleanup
|
|
* packaging cleanup
|
|
* minor speed improvement via better I/O
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 18 23:26:57 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.3:
|
|
* refactored the code to better share common parts
|
|
* added Directory::Queue::Simple for an alternative queue system
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 17 09:10:59 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (1.1)
|
|
|