Index: /trunk/Mars/Changelog
===================================================================
--- /trunk/Mars/Changelog	(revision 10042)
+++ /trunk/Mars/Changelog	(revision 10043)
@@ -18,4 +18,38 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/10/27 Daniela Dorner
+
+   * datacenter/scripts/jobmanager:
+     - imlemented new algorithm / rewritten 
+     - queries status of queue less often
+     - one can select algorithm to determine number of jobs to be 
+       submitted
+     - one can submit more than one job at the same time
+     - no waiting time between scripts, but only between loops number of 
+       jobs
+     - number of jobs for steps is not given absolute anymore, but in a
+       ratio
+     - maximum number of jobs for one step can be given
+
+   * datacenter/scripts/setup.phido.fact.mc, 
+     datacenter/scripts/setup.wue.fact.mc:
+     - adapted variables for settings of jobmanager to implement the new
+       algorithm
+
+   * datacenter/scripts/runstar_mc, datacenter/scripts/runcallisto_mc
+     datacenter/scripts/runceres, datacenter/scripts/runcorsika, 
+     datacenter/scripts/sourcefile:
+     - implemented usage of lock in db instead of function checklock 
+       which uses lock-file
+     - in sourcefile: adapted function setstatus to take care of locking
+
+   * datacenter/scripts/run.condor:
+     - adapted to allow submission of several jobs with one submit
+
+   * datacenter/scripts/copyoutput:
+     - included output of info if nothing has to be copied
+
+
 
  2010/10/19 Daniela Dorner
@@ -360,5 +394,5 @@
      - updated some default values
 
-   * datacenter/scripts/insertmc, datacenter/scripts/insertmc, 
+   * datacenter/scripts/runceres, datacenter/scripts/insertmc, 
      resources/step_fact.rc:
      - changed processing of ceres from file- to run-basis
Index: /trunk/Mars/NEWS
===================================================================
--- /trunk/Mars/NEWS	(revision 10042)
+++ /trunk/Mars/NEWS	(revision 10043)
@@ -101,4 +101,32 @@
 
    * The rsolution is not displayed anymore as resolution squared
+
+ ;automatic processing:
+
+   * jobmanger: 
+       - new algorithm
+       - implemented pbs as a third queueing system (for PhiDo)
+
+   * moved lock from file to database
+
+   * insertmc: script to insert montecarlo runs and sequences to the database
+     (to be used until webinterface is available)
+
+   * implemented possibility of having more than one processing site: One site
+     is the main site, where all output is collected and stored. The output 
+     from the other sites has to be copied there. 
+     So far used for FACT MC production in Dortmund (PhiDo). 
+
+   * runcorsika: removed STEPFC from inputcard as anyhow default of 1 was used 
+     instead of 0.1 
+
+   * processlog: new output level DEBUG
+
+   * changed database structure and joins in queries to allow for direct 
+     joining of tables with different primaries. This makes checkavail-script
+     unnecassary. 
+
+   * database: added new features to mcinfo.php (MC webinterface to display 
+     FACT MC)
 
 
