File torque.changes of Package torque
-------------------------------------------------------------------
Wed Feb 1 22:22:42 UTC 2017 - scorot@free.fr
- Version 5.1.3
* For a complete list of changes see torqueReleaseNotes5.1.3.pdf
on http://docs.adaptivecomputing.com
-------------------------------------------------------------------
Sun Nov 29 13:55:13 UTC 2015 - scorot@free.fr
- Version 5.1.2
* TRQ-3239. Track signal sending to job pids to eliminate repeat
sending.
* TRQ-3245. Enable reporter mom to correctly handle UNKNOWN role.
* TRQ-2788. Allow jobs submitted on hold to be moved through a
routing queue.
* TRQ-3242. Fix problem where resource string argument to
prologue script getting garbled.
* TRQ-3232 Start threadpool at pbs_mom start.
* TRQ-2675. Fix small errors in suse init.d scripts.
* TRQ-3235. Fix problem when path to error, output or execution
environment contains one or more spaces.
* TRQ-3098. Add the ability to set a
parameter = exit_code_canceled_job to force all canceled jobs
to have the same exit code regardless of the state they were in
when they were canceled.
* TRQ-3185. Create subdirs when server attribute use_job_subdirs
set.
* TRQ-2836. Make node health check run on sister nodes when
configured for job start and job end as well.
* TRQ-2843. Add the qmgr setting dont_write_nodes_file to make
it so that nodes cannot be edited dynamically
* TRQ-2897. Add the ability to adopt running processes into a job
with pbs_track.
* TRQ-3189. Never delete a running job because of a dependency.
-------------------------------------------------------------------
Sun Nov 1 14:55:13 UTC 2015 - scorot@free.fr
- version 5.1.1.2
* TRQ-3197. Add support for RHEL7 and SLES12.
* TRQ-2947. Fix a race condition on deleting jobs which are
failing to start.
* TRQ-3068. Fix a race condition where a job may be deleted but
have it's pointer may still be in the alljobs container.
* TRQ-2753. Fix a memory leak in generating the authoritative
okclients list.
* TRQ-2332. Fix a job dependency problem when the failover server
comes up. This only affects users running high availability.
* TRQ-3023. Fix a bug when ALPS incorrectly returns a permanent
confirmation failure.
* TRQ-2833. Set CUDA_VISIBLE_DEVICES to only the indices for this
host when it will be set.
* TRQ-3039. Fix a deadlock when deleting a job where other jobs
have after any dependencies on the first job.
* TRQ-2782. Distribute job files into subdirectories when server
attribute use_jobs_subdirs set to true. Default is false
(do not distribute job files).
* TRQ-3116. Make qsub only retry on transient errors.
* TRQ-3122. Fix a problem with login_property not working
correctly (cray only).
* TRQ-3114. Fix an issue where an asynchronously started job
is stuck with a substate of starting after a failed job start.
* TRQ-3110. Handle slot limits correctly when jobs are preempted.
* TRQ-3095. Add the server setting disable_automatic_requeue to
stop jobs from being requeued if they experience a transient
failure on the mom.
* TRQ-2307. Fix probelms where mom restarts intermittently fail.
* TRQ-2946. Make qmgr able to handle Cray numeric node ids.
* TRQ-2790. Make offlining cray compute nodes persist across
restarts.
* TRQ-3104. Add millisecond precision to the Torque log file
* TRQ-2881. Add node health check error messages to a node's notes
and therefore pbsnodes output.
* TRQ-3166. Add another safety check before killing stray jobs.
- Build requires boost-devel
- changes in sytemd
* Use provided service files for systemd
* drop pbs_mom.service pbs_sched.service pbs_server.service and
trqauthd.service files
- remove rpath from /usr/bin/pbs-config to silent rpmlint
-------------------------------------------------------------------
Mon Oct 26 21:28:55 UTC 2015 - scorot@free.fr
- fix build conditional for NUMA on SLE 12
- remove conditional for old suse version
-------------------------------------------------------------------
Thu Aug 6 18:35:50 UTC 2015 - scorot@free.fr
- BuildRequires sendmail which fixes mail submission from torque
server
-------------------------------------------------------------------
Tue Aug 4 18:28:28 UTC 2015 - scorot@free.fr
- update to torque 4.2.10
* Mainly bug fixes. See CHANGELOG
- Update url
-------------------------------------------------------------------
Sun Nov 2 22:23:41 UTC 2014 - scorot@free.fr
- add missing rclink
- add systemd requirements
-------------------------------------------------------------------
Sat Nov 1 18:48:31 UTC 2014 - scorot@free.fr
- update to version 4.2.9
* Many changes and bug fixes. See CHANGELOG
- fix systemd support according to rpmlint warnings
-------------------------------------------------------------------
Sat Mar 15 23:28:34 UTC 2014 - scorot@free.fr
- fix error in server init script introduced with init.patch
- create missing credentials directory not created by make install
-------------------------------------------------------------------
Wed Mar 12 21:56:22 UTC 2014 - scorot@free.fr
- enable NUMA support on SLE 11 which is often used on high end
systems
-------------------------------------------------------------------
Tue Mar 11 20:15:54 UTC 2014 - scorot@free.fr
- update to torque version 4.1.7
* Make job_starter work for parallel jobs as well as serial.
* Fix one issue with being able to submit jobs to the cray while
offline.
* Add mom parameter job_oom_score_adjust - affects the oom score
for jobs run by this mom. Positive means more likely to be
killed.
* Add mom parameter mom_oom_immunize, making the mom immune to
being killed in out of memory conditions. Default is now true.
* Don't count completed jobs against max_user_queuable. TRQ-1420.
* make pbs_track compatible with display_job_server_suffix = false.
The user has to set NO_SERVER_SUFFIX in the environment.
* Fix the way we monitor if a thread is active.
* TRQ-1751. Add some code to handle a corrupted job file where the
job file says it is running but there is no exec host list.
These jobs now will receive a system hold
* Cray: nppn wasn't being specified in reservations. Fix this.
TRQ-1660.
* TRQ-1653. Arrays depending on non-array jobs were broken.
Fix this.
* Add retries on transient failures to setuid and seteuid calls.
TRQ-1541.
* Add a timeout for mother superior when cleaning up a job.
Instead of waiting infinitely for sisters to confirm that a job
has exited, consider the job dead after 10 minutes. This time
can be adjusted by setting $job_exit_wait_time in the mom's
config file (time in seconds). This prevents jobs from being
stuck infinitely if a compute node crashes or if a mom daemon
becomes unresponsive. TRQ-1776.
* If privileged ports are disabled, make pbs_moms not check if
incoming connections from mother superior are on privileged
ports. TRQ-1669.
* Add two mom config parameters: max_join_job_wait_time and
resent_join_job_wait_time. TRQ-1790.
* TRQ-1709. Fix parsing of -l gpus=X,other_things parsing
incorrectly.
* TRQ-1826. mppdepth is now passed correctly to the ALPS
reservation.
* TRQ-1802. Make the environment variable $PBS_NUM_NODES
accurate for multi-req jobs.
* TRQ-1832. Add the ability to add a login_property to a job at
the queue level by setting required_login_property on the queue.
- add SuSEfirewall configuration files
- enable systemd support for 12.2 an higher
- add patch torque-4.1.5.1-init.patch
- add patch torque-4.1.7-fix-tcl-interp.patch
-------------------------------------------------------------------
Sat Apr 6 12:53:28 UTC 2013 - scorot@free.fr
- update to version 4.1.5.1
* If the job is no long valid after attempting to lock the array
in get_jobs_array(), make sure the array is valid before
attempting to unlock it. TRQ-1598.
* Don't log an invalid connection message when close_conn() is
called on 65535 (PBS_LOCAL_CONNECTION). TRQ-1557.
* Don't strip quotes from values in scripts before specific
processing. TRQ-1632
* Fix a deadlock when submitting two large arrays consecutively,
the second depending on the first. TRQ-1646 (reported by Jorg
Blank, 4.2.1).
* Changed communication between clients and trqauthd to use
only unix domain sockets
* Fix a segfault in req_jobobit due to an off-by-one error.
TRQ-1361.
* Fix a race condition in mom hierarchy reporting. TRQ-1378.
* Fixed pbs_mom so epilogue will only run once. TRQ-1134.
* Fix some debug output escaping into job output.TRQ-1360.
* Changed momctl to do retries to get connections to make it more
robust on busy systems. TRQ-1328.
* Fix crashes due to unprotected array accesses. TRQ-1395.
* Fixed segfault in req_movejob where the job ji_qhdr was NULL.
TRQ-1416.
* Many many other bug fixes end enhancements. See CHANGELOG file
for a full list
- enable gpu support since more users have gpus and mom works
fine even if no gpus are detected
- enable cpuset support in order to get better performances
on multicores cpus
systems
-------------------------------------------------------------------
Sat Nov 17 19:09:15 UTC 2012 - scorot@free.fr
- version 4.1.3
* fix a security loophole that potentially allowed an interactive
job to run as root due to not resetting a value when
$attempt_to_make_dir and $tmpdir are set. TRQ-1078.
* Have pbs_server save the queues each time before exiting so that
legacy formats are converted to xml after upgrading. TRQ-1120.
* Make issue_Drequest wait for the reply and have functions
continue processing immediately after instead of the added
overhead of using the threadpool.
* tm_adopt() calls caused pbs_mom to crash. Fix this. TRQ-1210.
* Modfied output for qstat -r. Expanded Req'd Time to include
seconds and centered Elap Time over it's column.
* Fix mismanagement of the ji_globid. TRQ-1262.
* Setting display_job_server_suffix=false crashed with job arrays.
Fixed. bugzilla #216
* Made it so pbs_server will come up even if a job cannot recover
because of a missing job dependency. TRQ-1287
* Retry cleanup with the mom every 20 seconds for jobs that are
stuck in an exiting state. TRQ-1299.
* Fix a double free if the same chan is stored on two tasks for a
job. TRQ-1299.
* Many bug fixes. See CHANGELOG file for a full list.
-------------------------------------------------------------------
Thu Oct 25 21:08:40 UTC 2012 - scorot@free.fr
- Add libtorque2 in the devel package requirements
-------------------------------------------------------------------
Wed Oct 24 19:46:18 UTC 2012 - scorot@free.fr
- Update to 4.1.2
* Changelog to long. See CHANGELOG file included with this
package in /usr/share/doc/packages/torque/CHANGELOG
- spec file reformating
-------------------------------------------------------------------
Fri Nov 11 10:11:20 UTC 2011 - burnus@net-b.de
- Update to 2.5.9
* A new torque.cfg option as added named TRQ_IFNAME. This
option allows the administrator to select the outbound tcp
interface by interface name for qsub commands.
* Noteable bug fixes:
. Added function DIS_tcp_close which frees buffer memory used
for sending and receiving tcp data. This reduces the running
memory size of TORQUE.
. Fix for a server seg-fault when using the record_job_info.
. Fix for afteranyarray and afterokarry where dependent jobs
would not run after the dependent array requirements were
satisfied.
. Fix to delete .AR array files from the
$TORQUE_HOME/server_priv/arrays directory.
. Fix to recover previous state of job arrays between restarts
of pbs_server
. Fix to prevent the server from hanging when moving jobs from
one server to another server
. Fix to stop a segfault if using munge and the munge daemon
was not running
. Security fix to munge authorization to prevent users from
gaining access to TORQUE when munge was not running.
. Fix to allow pam_pbssimpleauth to work properly.
* To see a compelete list of changes please see the CHANGELOG.
-------------------------------------------------------------------
Sun Sep 4 21:26:02 UTC 2011 - burnus@net-b.de
- Update to 2.5.8
* Several bugs fixes.
-------------------------------------------------------------------
Thu Jun 30 15:08:51 UTC 2011 - burnus@net-b.de
- Update to 2.5.7
* Added new qsub argument -F. This argument takes a quoted string
as an argument. The string is a list of space separated
commandline arguments which are available to the job script.
* Added an option to asynchronously delete jobs (currently cannot
work for qdel -a all due to limitations of single threads)
* Several bug fixes.
-------------------------------------------------------------------
Wed Jun 8 13:53:02 UTC 2011 - burnus@net-b.de
- Update to 2.5.6
* Added new symbol JOB_EXEC_OVERLIMIT. When a job exceeds a limit
(i.e. walltime) the job will fail with the JOB_EXEC_OVERLIMIT
value and also produce an abort case for mailing purposes.
Previous to this change a job exceeding a limit returned 0 on
success and no mail was sent to the user if requested on abort.
* Added a new queue resource named procct. procct allows the
administrator to set queue limits based on the number of total
processors requested in a job.
* Allow more than 5 concurrent connections to TORQUE using
pbsD_connect. Increase it to 10.
* Allow an administator using the proxy user submission to also
set the job id to be used in TORQUE. This makes TORQUE easier
to use in grid configurations.
* Added the ability to detect Nvidia gpus using nvidia-smi
(default) or NVML. (Not enabled in in this RPM.)
* The -e and -o options of qsub allow a user to specify a path
or optionally a filename for output. If the path given by the
user ended with a directory name but no '/' character at the
end then TORQUE was confused and would not convert the .OU or
.ER file to the final output/error file. The code has now been
changed to stat the path to see if the end path element is a
path or directory and handled appropriately.
* Added new MOM configuration option $rpp_throttle. The syntax
for this in the $TORQUE_HOME/mom_priv/config file is
$rpp_throttle <value> where value is a long representing
microseconds. Setting this values causes rpp data to pause
after every sendto for <value> microseconds. This may help
with large jobs where full data does not arrive at sister
nodes.
* Several bug fixes
-------------------------------------------------------------------
Wed Jun 8 12:57:41 UTC 2011 - burnus@net-b.de
- Fix spec
-------------------------------------------------------------------
Fri Mar 4 16:49:06 UTC 2011 - burnus@net-b.de
- Fix spec
-------------------------------------------------------------------
Fri Mar 4 16:25:56 UTC 2011 - burnus@net-b.de
- Update to 2.5.4
* Added submit_host and init_work_dir as job attributes,
displayed by qstat -f.
* If a host in the nodes file cannot be resolved at startup the
server will try once every 5 minutes until the node will
resolve and it will add it to the nodes list.
* Add code to verify the group list as well when VALIDATEGROUPS
is set in torque.cfg
* Several bug fixes.
- Remove obsoleted patch
-------------------------------------------------------------------
Thu Jan 6 18:54:51 UTC 2011 - burnus@net-b.de
- Fix syntax in pbs_server init script.
-------------------------------------------------------------------
Thu Jan 6 16:22:58 UTC 2011 - burnus@net-b.de
- RPMlint fixes in the .spec file
-------------------------------------------------------------------
Thu Jan 6 15:16:08 UTC 2011 - burnus@net-b.de
- Update to 2.5.4
* Added the ability to track gpus. Users set gpus=X in the
nodes file for relevant node, and then request gpus in the
nodes request: -l nodes=X[:ppn=Y][:gpus=Z].
* Fix potential buffer overrun in pbs_sched (Bugzilla #98).
* Check if a process still exists before killing it and sleeping.
This speeds up the time for killing a task exponentially.
-------------------------------------------------------------------
Tue Nov 9 08:51:58 UTC 2010 - burnus@net-b.de
- Update to 2.5.3
* Add the variables PBS_NUM_NODES and PBS_NUM_PPN to
the job environment.
* Security bug on the way checkpoint is being handled (Bug 84).
* Change so checkpoint files are transfered as the user,
not as root.
* Created the ability to log all jobs to a file.
* qpeek now has the options --ssh, --rsh, --spool, --host,
-o, and -e.
* Added the server parameters job_log_file_max_size,
job_log_file_roll_depth and job_log_keep_days to help
manage job log files.
* Serverdb is optionally in XML format.
(Not enabled in this build.)
* Added support for munge authentication.
(Not enabled in this build.)
-------------------------------------------------------------------
Wed Sep 8 06:34:39 UTC 2010 - burnus@net-b.de
- Update to 2.5.2
* Allow the nodes file to use the syntax node[0-100] for
nodes node0, node1, ..., node100 and node[000-100] for
node000, node001, ... node100.
* Allow input of walltime in the format of [DD]:HH:MM:SS
* Several bug fixes.
- Remove unlink patch for bug 61, which is included in 2.5.1.
-------------------------------------------------------------------
Mon Aug 16 12:17:37 UTC 2010 - burnus@net-b.de
- Security fix: Use proper effective UID/GUI when unlinking files
(clusterresources.org bug #61)
-------------------------------------------------------------------
Thu Jul 22 07:43:33 UTC 2010 - burnus@net-b.de
- Update to 2.5.1
* Improved job arrays (not backward compatible, drain all job
arrays before upgrading). Includes: slot limits, job
dependencies based on entire and arrays and on individual jobs.
* Improved wildcard support for queue and server parameters.
* New server config option alias_server_name to be able to handle
alias ip addresses.
* Enabled TORQUE to be able to parse the -l procs=x node spec.
* Created permission checking of submitted jobs
* Added new qmgr server attributes (clone_batch_size,
clone_batch_delay, checkpoint_defaults, job_start_timeout).
* Allow users to delete a range of jobs from the job array
(qdel -t).
* Added a slot limit to the job arrays - this restricts the
number of jobs that can concurrently run from one job array.
* By default show only a single entry in qstat output for the
whole array.
* Changed array names from jobid-index to jobid[index] for
consistency
* Added server parameter job_force_cancel_time.
* Expand acl host checking to allow * in the middle of
hostnames, not just at the beginning. Also allow ranges like
a[10-15] to mean a10, a11, ..., a15.
-------------------------------------------------------------------
Fri Jun 25 09:42:25 UTC 2010 - burnus@net-b.de
- Update to 2.4.8
* added QSUBSENDGROUPLIST to qsub. This allows the server to know the
correct group name when disable_server_id_check is set to true and
the user doesn't exist on the server.
* mapped 'qsub -P user:group' to qsub -P user -W group_list=group
* smaller additions and bug fixes
-------------------------------------------------------------------
Mon Apr 12 16:24:47 UTC 2010 - burnus@net-b.de
- Update to 2.4.7
* Added -P <username> to qsub for running as root.
* Asynchronous option -a for qsig.
* qsub's -W can now parse attributes with quoted lists, for example:
qsub script -W attr="foo,foo1,foo2,foo3" will set foo,foo1,foo2,foo3
as attr's value.
* added two server parameters: display_job_server_suffix and job_suffix_alias.
The first defaults to true and is whether or not jobs should be appended
by .server_name. The second defaults to NULL, but if it is defined it
will be appended at the end of the jobid, i.e. jobid.job_suffix_alias.
* added -l option to qstat so that it will display a server name and an
alias if both are used. If these aren't used, -l has no effect.
-------------------------------------------------------------------
Wed Feb 17 14:32:10 UTC 2010 - burnus@net-b.de
- Update to 2.4.4:
* Added qmgr server attribute job_start_timeout, specifies timeout to be
used for sending job to mom. If not set, tcp_timeout is used.
* Bug fixes.
-------------------------------------------------------------------
Fri Jan 22 17:08:17 UTC 2010 - burnus@net-b.de
- Revert: Build torque.rpm as noarch as it does seem to affect
all RPMs
- Update to 2.4.3:
* Added logging for email events
* Bug fixes
-------------------------------------------------------------------
Tue Jan 19 10:27:33 UTC 2010 - burnus@net-b.de
- Mark torque.rpm as noarch.
-------------------------------------------------------------------
Mon Dec 14 11:12:09 UTC 2009 - burnus@net-b.de
- Update to 2.4.3
* Bug fixes, especially for "torque 2.4.X breaks OSC's mpiexec"
-------------------------------------------------------------------
Wed Nov 25 22:24:15 CET 2009 - burnus@net-b.de
- Update to 2.4.2
* pbs_mom -p is now the default option, -q can be used for the
previous behavior
* add qchkpt command
* add RERUNNABLEBYDEFAULT parameter to torque.cfg
* new boolean queue attribute "is_transit" that allows jobs to
exceede server resource limits (queue limits are respected)
* allow the user to request a specific processor geometry for
their job using a bitmap, and then bind their jobs to those
processors using cpusets.
* add administrator customizable email notifications (see
manpage for pbs_server_attributes)
* new fifo scheduler config option. ignore_queue: queue_name
allows the scheduler to be instructed to ignore up to 16
queues on the server
* change so queued jobs that get deleted go to complete and get
displayed in qstat based on keep_completed
* changed TORQUE_MAXCONNECTTIMEOUT to be a global variable that
is nowchanged by the MOM to be smaller than the pbs_server and
is also configurable on the MOM ($max_conn_timeout_micro_sec)
* added new parameter "log_keep_days" to both pbs_server and
pbs_mom
* added qmgr option accounting_keep_days, specifies how long to
keep accounting files.
* added a "-w" option to qsub to override the working directory
* added a prologue and epilogue option to the list of resources
for qsub -l which allows a per job prologue or epilogue script.
The syntax for the new option is
qsub -l prologue=<prologue script> epilogue=<epilogue script>
* Added a new server parameter np_default. This allows the
administrator to change the number of processors to a unified
value dynamically for the entire cluster.
- rpmlint fixes
-------------------------------------------------------------------
Sat Jan 31 12:59:56 CET 2009 - burnus@net-b.de
- Fix build on Factory by disabling one rpmlint check.
-------------------------------------------------------------------
Tue Jan 13 14:17:25 CET 2009 - burnus@net-b.de
- Update to 2.3.6
* added periodic logging of version and loglevel to help in
support
* pbs_mom config option ignvmem to ignore vmem/pvmem limit
enforcement
* Miscellaneous bug fixes
- Remove merged initscript patch and freopen.patch
-------------------------------------------------------------------
Thu Nov 20 14:03:56 CET 2008 - burnus@net-b.de
- Update to 2.3.5
* fixed regression in 2.3.4 release which incorrectly changed
soname for libtorque
-------------------------------------------------------------------
Wed Nov 12 17:13:45 CET 2008 - burnus@net-b.de
- Update to 2.3.4
* enabled 'qsub -T' to specify "job type." Currently this will
allow a per job prolog/epilog
* added a new '-E' option to qstat which allows command-line
users to pass "extend" strings via the API
* added new max_report queue attribute which will limit the
number of Idle jobs, per queue, that TORQUE reports to the
scheduler
* allow $HOME to be specified for path
* updated with security patches for setuid, setgid, setgroups
-------------------------------------------------------------------
Wed Nov 5 18:45:02 CET 2008 - burnus@net-b.de
- Add rpmlintrc file to build for Factory.
-------------------------------------------------------------------
Mon Oct 27 21:20:47 CET 2008 - burnus@net-b.de
- Do not play with permissions files on factory.
-------------------------------------------------------------------
Mon Sep 22 19:03:44 CEST 2008 - burnus@net-b.de
- Add $null to the init scripts to fix Factory builds.
-------------------------------------------------------------------
Tue Aug 26 00:28:10 CEST 2008 - burnus@net-b.de
- Update to 2.3.3
* fixed bug where pbs_mom would sometimes not connect properly
with pbs_server after network failures
* added new pbs_track command which may be used to launch an
external process and a pbs_mom will then track the resource
usage of that process and attach it to a specified job
(experimental)
-------------------------------------------------------------------
Mon Aug 4 00:05:42 CEST 2008 - burnus@net-b.de
- Update to 2.3.2
* Bugfixes
- Update to 2.3.1
* when using qsub it is now possible to specify both -k and -o/-e
(before -o/-e did not behave as expected if -k was also used)
* added --enable-autorun to allow qsub jobs to automatically try
to run if there are any nodes available
* added --enable-quickcommit to allow qsub to combine the ready
to commit and commit phases into 1 network transmission
* Bugfixed
-------------------------------------------------------------------
Thu Jul 3 18:48:08 CEST 2008 - burnus@net-b.de
- Update to 2.3.0
* Some critical bug fixes
* when using qsub it is now possible to specify both -k and -o/-e
(before -o/-e did not behave as expected if -k was also used)
* added source_login_batch and source_login_interactive to mom
config. This allows us to bypass the sourcing of /etc/profile,
etc. type files
* Other enhancements and bug fixes
* change qsub so '-v var=' will look in environment for value
-------------------------------------------------------------------
Mon Jun 30 23:02:25 CEST 2008 - burnus@net-b.de
- RPMlint fixes
-------------------------------------------------------------------
Thu Apr 24 10:32:28 CEST 2008 - burnus@net-b.de
- Fix prototype declaration
-------------------------------------------------------------------
Thu Mar 27 16:28:23 CET 2008 - burnus@net-b.de
- Update to 2.3.0
* Linux 2.6 cpuset support (in development)
* new "extra_resc" server attribute
* new job array submission syntax
* new job array submission syntax
* dynamic resources
* consumable resource "tokens" support (Harte-Hanks)
* new MOM $varattr config
* new mom configs: $auto_ideal_load and $auto_max_load
* added qsub -t (primitive job array)
* And other enhancements and bugfixes
-------------------------------------------------------------------
Thu Jan 31 10:02:31 CET 2008 - burnus@net-b.de
- Update to 2.1.10
* allow manager to set "next job number" via hidden qmgr
attribute next_job_number
* Bug fixes
-------------------------------------------------------------------
Wed Sep 19 10:02:31 CEST 2007 - burnus@net-b.de
- Update to 2.1.9:
* new queue attribute disallowed_types
* refine "node note" feature with pbsnodes -N
* Bug fixes
-------------------------------------------------------------------
Sat May 12 20:02:31 CEST 2007 - burnus@net-b.de
- Mark init scripts and xpbsmonrc as config files
-------------------------------------------------------------------
Sat May 12 18:08:50 CEST 2007 - burnus@net-b.de
- Still more init scripts fixes
-------------------------------------------------------------------
Fri May 11 21:01:24 CEST 2007 - burnus@net-b.de
- More init scripts fixes
-------------------------------------------------------------------
Fri May 11 15:31:05 CEST 2007 - mrueckert@suse.de
- fix the init scripts
-------------------------------------------------------------------
Fri May 11 15:21:51 CEST 2007 - mrueckert@suse.de
- added rc* symlinks for the init scripts
-------------------------------------------------------------------
Fri May 11 13:48:24 CEST 2007 - mrueckert@suse.de
- update to 2.1.8
-------------------------------------------------------------------
Tue Jan 23 01:36:00 CET 2007 - mrueckert@suse.de
- initial package of version 2.1.6
- added torque-2.1.6_bad_strncat_usage.patch. fixes broken strncat
usages found by gcc/glibc checks. for details see the patch
header.