]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
17 years agoGet it booting again
Kern Sibbald [Wed, 27 Dec 2006 14:10:05 +0000 (14:10 +0000)]
Get it booting again

17 years agoUpdate
Kern Sibbald [Mon, 25 Dec 2006 09:26:36 +0000 (09:26 +0000)]
Update

17 years agokes Add code in catreq.c to reject volumes not marked Enabled.
Kern Sibbald [Sat, 23 Dec 2006 16:33:53 +0000 (16:33 +0000)]
kes  Add code in catreq.c to reject volumes not marked Enabled.
kes  Add a few more ACL access checks.
kes  Add \n in gnome2-console restore command so that output prints
     nicer -- i.e. lines do not run together.
kes  Fix autolabeling so that it will not mark a volume in error
     if the volume was not actually opened. This should fix bugs
     #737 and 738.
kes  Require tape drive to be open before autolabeling.
kes  Require explicit mount command on non-tapes before autolabeling.
kes  Implement an open_client_db() that searches the keywords for
     either a catolg or client, and opens the appropriate catalog.
     This makes Bacula adjust better to multiple catalogs.
kes  Use more name() methods for resources rather than hdr.name.

17 years agokes Fix code to check for two resources of same name. It forgot
Kern Sibbald [Fri, 22 Dec 2006 15:40:16 +0000 (15:40 +0000)]
kes  Fix code to check for two resources of same name. It forgot
     to check the last entry.  Fixes bug #734.

17 years agokes Apply Eric's patch for recycling the Scratch pool.
Kern Sibbald [Fri, 22 Dec 2006 15:01:05 +0000 (15:01 +0000)]
kes  Apply Eric's patch for recycling the Scratch pool.
kes  Note, for the tray-monitor (or almost any restricted console_
     to work, in version 1.39.x you must add CatalogACL = catalog-name
kes  Add appropriate new #undefs to autoconf/acconfig.h so that
     configure works correctly.
kes  Implement configure code to allow the user to disable IPv6 with
     --disable-ipv6
kes  Apply Richard Mortimer's patch to prevent seg fault if mount point
     not specified -- SD refuses to start.
kes  Add magic.bacula from bug #715 to the scripts directory along with
     Arno's explanation of how to install it.
kes  Convert a bunch of hdr.name into name() method calls.
kes  Fix the code to remove .bsr files.  Fixes bug #736 -- Martin.

17 years agoApply scanvolume patch from Richard Mortimer that fixes bug #738
Kern Sibbald [Fri, 22 Dec 2006 09:22:02 +0000 (09:22 +0000)]
Apply scanvolume patch from Richard Mortimer that fixes bug #738

17 years agoebl fix compilation bug by adding #ifdef HAVE_LIBZ
Eric Bollengier [Thu, 21 Dec 2006 12:53:48 +0000 (12:53 +0000)]
ebl  fix compilation bug by adding #ifdef HAVE_LIBZ

17 years agoebl html fix
Eric Bollengier [Thu, 21 Dec 2006 10:08:17 +0000 (10:08 +0000)]
ebl  html fix

17 years agoUpdates
Kern Sibbald [Thu, 21 Dec 2006 09:14:33 +0000 (09:14 +0000)]
Updates

17 years agoFinal changes
Kern Sibbald [Wed, 20 Dec 2006 23:14:06 +0000 (23:14 +0000)]
Final changes

17 years agoFinal changes
Kern Sibbald [Wed, 20 Dec 2006 22:53:34 +0000 (22:53 +0000)]
Final changes

17 years agoAnother mega patch. Sorry it includes so many unrelated changes.
Jeremy C. Reed [Wed, 20 Dec 2006 22:32:48 +0000 (22:32 +0000)]
Another mega patch. Sorry it includes so many unrelated changes.
They are summarized below. Kern okayed this via bacula-devel list.
If you notice any issues, please let me know.

- Use latex2html -split 3 instead of -split 4 for the "make web" target.

NOTE: be sure to update your Makefile manually or from the Makefile.in.

- Switches top level sections to \chapter.

- Gets rid of asterisks for sections so they are all numbered now.

- Removes the now un-necessary and now redundant \addcontentsline for
  table of contents (not needed because numbered sections are
  automatically added so was doubling them).

- Shortens length of several section (and now chapter) titles (so this can
  look better in table of contents and fit better in printed book.
  Also a few of these are rewritten. (Note that I didn't modify the long
  FAQ section names.)

- Removed some tex formatting that were embedded in some \section* because
  now they cause tex errors.

- Adds many of my TODO: items as tex comments directly near problems.
  Some of these are just questions.

- Uncomment label_fd label (as in my custom book tex file references the
  GNU Free Documentation License).

- Change label name of PostgreSQL_phase2 to PostgreSQL_configure and
  renamed that section.

- Removes an old comment about old FreeBSD port before it was updated.

- Removes some index items that were bogus or redundant; or rewords some
  of index items.

Hopefully nothing else. (After this last batch of changes, I won't
get so far behind and will be able to commit related items at one
time.)

TODO: grep the tex files for TODO: and share your feedback or fix :)

17 years agoebl works with 1.39.30
Eric Bollengier [Wed, 20 Dec 2006 18:47:42 +0000 (18:47 +0000)]
ebl  works with 1.39.30

17 years agoebl move ebl to testing
Eric Bollengier [Wed, 20 Dec 2006 18:41:24 +0000 (18:41 +0000)]
ebl  move ebl to testing

17 years agoCapitalize trademarks (as appropriate).
Jeremy C. Reed [Wed, 20 Dec 2006 18:38:55 +0000 (18:38 +0000)]
Capitalize trademarks (as appropriate).

17 years agoAdd missing space after trademark.
Jeremy C. Reed [Wed, 20 Dec 2006 18:32:53 +0000 (18:32 +0000)]
Add missing space after trademark.

17 years agoRemove the tex preamble stuff. Some of this conflicts or causes
Jeremy C. Reed [Wed, 20 Dec 2006 18:31:37 +0000 (18:31 +0000)]
Remove the tex preamble stuff. Some of this conflicts or causes
different formatting than the rest of the documentation.

17 years agoMany, many changes but no real changes to content nor formatting.
Jeremy C. Reed [Wed, 20 Dec 2006 18:17:01 +0000 (18:17 +0000)]
Many, many changes but no real changes to content nor formatting.

- many spelling fixes
- various typo and punctuation fixes
- spell out digits as appropriate (help doc to be consistent)
- or use digits instead of words as appropriate
- fix some minor grammar issues
- mention "Linux" if referring to a Linux "kernel"
- proper use of a couple vendor names (to be consistent)

Okayed by Kern. (Note this does NOT include the TODO: nor \chapter changes.)

17 years agoUse roman page numbering for front matter (and normal arabic starting
Jeremy C. Reed [Wed, 20 Dec 2006 17:47:32 +0000 (17:47 +0000)]
Use roman page numbering for front matter (and normal arabic starting
with page one at beginning of content).

This fixes problem in PDF where the page numbering is off by about 18 pages.
(Reported to me by Kern.)

17 years agoebl add tooltips
Eric Bollengier [Wed, 20 Dec 2006 16:55:30 +0000 (16:55 +0000)]
ebl  add tooltips

17 years agoebl remove Purged state from update_media
Eric Bollengier [Wed, 20 Dec 2006 16:52:08 +0000 (16:52 +0000)]
ebl  remove Purged state from update_media

17 years agoebl remove Purged status from update_media
Eric Bollengier [Wed, 20 Dec 2006 16:51:22 +0000 (16:51 +0000)]
ebl  remove Purged status from update_media

17 years agoebl fix volstatus in display_media
Eric Bollengier [Wed, 20 Dec 2006 16:49:18 +0000 (16:49 +0000)]
ebl  fix volstatus in display_media

17 years agoFinal changes
Kern Sibbald [Wed, 20 Dec 2006 14:08:36 +0000 (14:08 +0000)]
Final changes

17 years agokes Fix a couple of compiler warnings in wx-console
Kern Sibbald [Wed, 20 Dec 2006 13:59:50 +0000 (13:59 +0000)]
kes  Fix a couple of compiler warnings in wx-console
kes  Apply the immutable patch for FreeBSD hardlinked files supplied
     by Olivier Lehmann.

17 years agoUpdates
Kern Sibbald [Wed, 20 Dec 2006 13:52:20 +0000 (13:52 +0000)]
Updates

17 years agoFinal changes
Kern Sibbald [Wed, 20 Dec 2006 11:51:46 +0000 (11:51 +0000)]
Final changes

17 years agokes Add Volume name to Forward spacing message.
Kern Sibbald [Wed, 20 Dec 2006 11:35:40 +0000 (11:35 +0000)]
kes  Add Volume name to Forward spacing message.
kes  Update migration job start time (so it is not zero) to prevent
     immediate recycling of the job.  This *should* fix bug #733.

17 years agoebl ok against 1.39.30
Eric Bollengier [Tue, 19 Dec 2006 21:33:07 +0000 (21:33 +0000)]
ebl  ok against 1.39.30

17 years agoebl ok against 1.39.30
Eric Bollengier [Tue, 19 Dec 2006 21:33:06 +0000 (21:33 +0000)]
ebl  ok against 1.39.30

17 years agoebl this build with bacula-1.39.30 and 2006-12-19 cvs
Eric Bollengier [Tue, 19 Dec 2006 21:19:38 +0000 (21:19 +0000)]
ebl  this build with bacula-1.39.30 and 2006-12-19 cvs

17 years agoebl it build against bacula-1.39.30
Eric Bollengier [Tue, 19 Dec 2006 21:08:32 +0000 (21:08 +0000)]
ebl  it build against bacula-1.39.30

17 years agoebl add ebl sub-directory
Eric Bollengier [Tue, 19 Dec 2006 21:04:28 +0000 (21:04 +0000)]
ebl  add ebl sub-directory

17 years agoebl fix nasty runscript configuration parsing bug
Eric Bollengier [Tue, 19 Dec 2006 20:56:46 +0000 (20:56 +0000)]
ebl  fix nasty runscript configuration parsing bug

17 years agokes Add ENABLE_NLS (as suggested by Eric) to correct NLS problems.
Kern Sibbald [Sun, 17 Dec 2006 13:36:35 +0000 (13:36 +0000)]
kes  Add ENABLE_NLS (as suggested by Eric) to correct NLS problems.
     Remove NLS kludge from baconfig.h.  This fixes bug #729.
kes  Allow seeking on DVD.

17 years agoAllow seeking on DVD
Kern Sibbald [Sun, 17 Dec 2006 13:27:27 +0000 (13:27 +0000)]
Allow seeking on DVD

17 years agoUpdate technotes
Kern Sibbald [Sun, 17 Dec 2006 12:43:18 +0000 (12:43 +0000)]
Update technotes

17 years agokes Add additional messages when Job canceled automatically for
Kern Sibbald [Sun, 17 Dec 2006 12:42:56 +0000 (12:42 +0000)]
kes  Add additional messages when Job canceled automatically for
     max run time or max start wait exceeded.  This fixes bug #621.
kes  Update maxruntime-test in regression script to properly test
     max run time -- from info given in bug #621.
kes  Simplify automatic cancel code.
kes  Add check for job_canceled() in FD when contacting SD so that if
     job is canceled from max runtime, it terminates faster.

17 years agoebl add blank location field in update_media
Eric Bollengier [Sun, 17 Dec 2006 11:24:19 +0000 (11:24 +0000)]
ebl  add blank location field in update_media

17 years agoSave and restore volume name in stored/mount.c fixed bug #712
Kern Sibbald [Sun, 17 Dec 2006 09:00:50 +0000 (09:00 +0000)]
Save and restore volume name in stored/mount.c fixed bug #712
     where wrong tape was requested in a mount.

17 years agokes Implement cleaner orphan buffer dumping with buf address.
Kern Sibbald [Sat, 16 Dec 2006 15:30:22 +0000 (15:30 +0000)]
kes  Implement cleaner orphan buffer dumping with buf address.
kes  Fix orphaned buffer when canceling job waiting on op intervention.

17 years agokes Update projects file for next vote.
Kern Sibbald [Sat, 16 Dec 2006 11:10:17 +0000 (11:10 +0000)]
kes  Update projects file for next vote.
kes  Implement a fix (more could be done) for bug #728 where a double
     EOF is writing on the Volume when spooling is enabled and the
     connection with the FD fails (FD crash, comm error).
kes  Disable attempting to autolabel when polling and device is not
     a tape. This fixes bug #730 where polling with a removable disk
     not mounted caused lots of new Volumes to be created then marked
     in error.

17 years agoUpdates
Kern Sibbald [Fri, 15 Dec 2006 20:11:16 +0000 (20:11 +0000)]
Updates

17 years agoebl html fix
Eric Bollengier [Thu, 14 Dec 2006 16:10:01 +0000 (16:10 +0000)]
ebl  html fix

17 years agokes Complete hopefully the last of the copyright transfer changes.
Kern Sibbald [Thu, 14 Dec 2006 11:41:02 +0000 (11:41 +0000)]
kes  Complete hopefully the last of the copyright transfer changes.
kes  Separate NumVolumes in SD to NumReadVolumes and NumWrite volumes so
     that migration writing to multiple volumes doesn't mess up reading
     Volumes. This should fix bug #720 -- multivol migration fails.
kes  Make migration SQL look only for Type='B' jobs to migrate.  This should
     fix bug #724 jobs getting migrated twice.
kes  Convert remaining dev_cap(dev, ...) to use dev->has_cap().
kes  Implement dev->clear_cap() and dev->set_cap() methods.
kes  Turn off disk seeking on restore for DVDs since I am not 100%
     sure it works.

17 years agoebl Fix auto pool selection
Eric Bollengier [Thu, 14 Dec 2006 10:21:13 +0000 (10:21 +0000)]
ebl  Fix auto pool selection

17 years agoebl update
Eric Bollengier [Thu, 14 Dec 2006 10:16:49 +0000 (10:16 +0000)]
ebl  update

17 years agoebl Add pool filter to job form
Eric Bollengier [Thu, 14 Dec 2006 10:16:14 +0000 (10:16 +0000)]
ebl  Add pool filter to job form

17 years agokes Implement code that should properly set that a job was migrated,
Kern Sibbald [Wed, 13 Dec 2006 19:42:12 +0000 (19:42 +0000)]
kes  Implement code that should properly set that a job was migrated,
     if the migration was successful even if there were no file to
     migrate.
kes  Apply Richard's patch to fix building or filed/restore.c without
     OpenSSL support.
kes  Ensure that at least one block is written by the SD even if the
     FD dies or fails -- should fix bug #728.
kes  Convert stored/record.c ASSERT into a soft fail if the length of
     a record is too insanely long. This should fix bug #???

17 years agoebl Now you can use RunScript to generate client-list-file FileSet (ie \</home/xx...
Eric Bollengier [Wed, 13 Dec 2006 10:57:52 +0000 (10:57 +0000)]
ebl  Now you can use RunScript to generate client-list-file FileSet (ie \</home/xx/files)

17 years agoebl revert "Add update volume=xxx status=Purged"
Eric Bollengier [Wed, 13 Dec 2006 10:35:04 +0000 (10:35 +0000)]
ebl  revert "Add update volume=xxx status=Purged"
     setting a volume to purged should only be done by the purge command.

17 years agoebl Add Purged status to update_media
Eric Bollengier [Tue, 12 Dec 2006 21:52:59 +0000 (21:52 +0000)]
ebl  Add Purged status to update_media

17 years agoebl Add update volume=xxx status=Purged
Eric Bollengier [Tue, 12 Dec 2006 21:51:31 +0000 (21:51 +0000)]
ebl  Add update volume=xxx status=Purged

17 years agoebl Add start date field and more options button to run_job
Eric Bollengier [Tue, 12 Dec 2006 21:34:01 +0000 (21:34 +0000)]
ebl  Add start date field and more options button to run_job

17 years agoFix automatic labeling of File volumes, which was broken by new
Kern Sibbald [Tue, 12 Dec 2006 18:13:59 +0000 (18:13 +0000)]
Fix automatic labeling of File volumes, which was broken by new
     removable device code.

17 years agoFix bad variable initialization
Kern Sibbald [Mon, 11 Dec 2006 17:18:03 +0000 (17:18 +0000)]
Fix bad variable initialization

17 years agoebl fix
Eric Bollengier [Mon, 11 Dec 2006 14:59:50 +0000 (14:59 +0000)]
ebl  fix

17 years agoebl update
Eric Bollengier [Mon, 11 Dec 2006 13:47:21 +0000 (13:47 +0000)]
ebl  update

17 years agoebl hide password in config tpl
Eric Bollengier [Sun, 10 Dec 2006 14:01:44 +0000 (14:01 +0000)]
ebl  hide password in config tpl

17 years agoRemove typedef uLong for HP in baconfig.h. It broke things.
Kern Sibbald [Sun, 10 Dec 2006 09:32:50 +0000 (09:32 +0000)]
Remove typedef uLong for HP in baconfig.h.  It broke things.

17 years agoFix job byte reporting -- the digest code runs in verify.c and increases this value.
Landon Fuller [Sun, 10 Dec 2006 01:37:49 +0000 (01:37 +0000)]
Fix job byte reporting -- the digest code runs in verify.c and increases this value.
The better solution is to digest the stream as we receive it, thus removing the need to re-read from disk at all, but that requires more extensive and potentially destabilizing changes.

17 years agoThis commit fixes backup and restore of HFS+ resource forks.
Landon Fuller [Sat, 9 Dec 2006 23:50:00 +0000 (23:50 +0000)]
This commit fixes backup and restore of HFS+ resource forks.
Unrelated to the above, I added a long-missing 'break' statement in HFS+ attribute handling that resulted in restore failures.

17 years agoupdate
Eric Bollengier [Sat, 9 Dec 2006 20:35:03 +0000 (20:35 +0000)]
update

17 years agoFix missing end enumerate
Kern Sibbald [Sat, 9 Dec 2006 18:14:41 +0000 (18:14 +0000)]
Fix missing end enumerate

17 years agofix underscores
Kern Sibbald [Sat, 9 Dec 2006 18:05:15 +0000 (18:05 +0000)]
fix underscores

17 years agofix underscores
Kern Sibbald [Sat, 9 Dec 2006 18:05:14 +0000 (18:05 +0000)]
fix underscores

17 years agoUpdate patch to match kes change in environment variable.
Scott Barninger [Sat, 9 Dec 2006 15:33:00 +0000 (15:33 +0000)]
Update patch to match kes change in environment variable.

17 years agoebl update copyright
Eric Bollengier [Sat, 9 Dec 2006 14:30:15 +0000 (14:30 +0000)]
ebl  update copyright

17 years agoebl update copyright
Eric Bollengier [Sat, 9 Dec 2006 14:25:02 +0000 (14:25 +0000)]
ebl  update copyright

17 years agoebl Fix runscript to always execute command after all job type.
Eric Bollengier [Sat, 9 Dec 2006 13:59:40 +0000 (13:59 +0000)]
ebl  Fix runscript to always execute command after all job type.

17 years agoebl Fix runscript to always execute command after all job type.
Eric Bollengier [Sat, 9 Dec 2006 13:54:30 +0000 (13:54 +0000)]
ebl  Fix runscript to always execute command after all job type.

17 years agoFinal changes
Kern Sibbald [Fri, 8 Dec 2006 14:32:11 +0000 (14:32 +0000)]
Final changes

17 years agokes Mark build-depkgs-mingw3 executable in configure process.
Kern Sibbald [Fri, 8 Dec 2006 14:27:10 +0000 (14:27 +0000)]
kes  Mark build-depkgs-mingw3 executable in configure process.
kes  Update autoconf/config.h.in to include LOCALEDIR
kes  Undefine NLS settings for wxWidgets as there is a conflict with
     their way of doing things.
kes  Implement a rpool and rpool_source in jcr.h for Migration jobs.
kes  Change a bunch of ->hdr.name to ->name()
kes  Straighten out handling of read and write pools for Migration, including
     getting the code in the proper order.
kes  Improve migration error messages and debug output.
kes  Shorten code path in migration if nothing found to do.
kes  Implement read/write pool in migration job report.
kes  Move ua_run.c select_job_level code into a subroutine (readability).
kes  Move ua_run.c display_job_parameters into a subroutine.
kes  Do not bash dcr->VolumeName in get_volume_info() because it makes
     restore dependent on a valid catalog containing the Volume name.

17 years agoUpdate migration tests
Kern Sibbald [Fri, 8 Dec 2006 13:12:27 +0000 (13:12 +0000)]
Update migration tests

17 years agoRename cats_pgsql to cats_postgresql and cats_sqlite to cats_sqlite3. This makes...
Robert Nelson [Fri, 8 Dec 2006 06:49:38 +0000 (06:49 +0000)]
Rename cats_pgsql to cats_postgresql and cats_sqlite to cats_sqlite3.  This makes manual installation in the regression scripts easier.

17 years agoUpdate wxWidgets library.
Robert Nelson [Fri, 8 Dec 2006 00:46:28 +0000 (00:46 +0000)]
Update wxWidgets library.

17 years agoFix typo.
Robert Nelson [Fri, 8 Dec 2006 00:21:31 +0000 (00:21 +0000)]
Fix typo.

17 years agoUse SQLite 3.3.8 in both build environments.
Robert Nelson [Fri, 8 Dec 2006 00:15:41 +0000 (00:15 +0000)]
Use SQLite 3.3.8 in both build environments.

Update to MySQL 5.0.27 since 5.0.22 is no longer available.

Update wxWidgets to 2.7.0 in MinGW environment to match msvc build.

Add new cmd script tools dependency.

Add DVD burning tools.

Add missing make_sqlite3_tables.sql to installer.

17 years agoFinal changes
Kern Sibbald [Thu, 7 Dec 2006 08:08:10 +0000 (08:08 +0000)]
Final changes

17 years agoReally cleanup gigaslam
Kern Sibbald [Wed, 6 Dec 2006 22:00:10 +0000 (22:00 +0000)]
Really cleanup gigaslam

17 years agoclean gigaslam
Kern Sibbald [Wed, 6 Dec 2006 21:54:36 +0000 (21:54 +0000)]
clean gigaslam

17 years agoFix fr.po
Kern Sibbald [Wed, 6 Dec 2006 21:19:22 +0000 (21:19 +0000)]
Fix fr.po

17 years agoebl 974 messages traduits, 217 traductions approximatives, 1901 messages non-traduits.
Eric Bollengier [Wed, 6 Dec 2006 21:12:03 +0000 (21:12 +0000)]
ebl  974 messages traduits, 217 traductions approximatives, 1901 messages non-traduits.

17 years agoFinal changes
Kern Sibbald [Wed, 6 Dec 2006 19:25:46 +0000 (19:25 +0000)]
Final changes

17 years agokes Put make_catalog_backup SQL_BINDIR in an environment variable to
Kern Sibbald [Wed, 6 Dec 2006 18:30:08 +0000 (18:30 +0000)]
kes  Put make_catalog_backup SQL_BINDIR in an environment variable to
     make it easier for the user to change.
kes  Fail any backup job that tries to use encryption and sparse options.
     Hopefully this is a temporary change.
kes  Correct the EndJob return string for non-backup jobs.
kes  Review the encryption restore code.
kes  Implement a new encryption regression test with compression.

17 years agoUpdate
Kern Sibbald [Wed, 6 Dec 2006 18:22:53 +0000 (18:22 +0000)]
Update

17 years agoFinal changes
Kern Sibbald [Wed, 6 Dec 2006 09:26:23 +0000 (09:26 +0000)]
Final changes

17 years agoFinal changes
Kern Sibbald [Wed, 6 Dec 2006 09:02:29 +0000 (09:02 +0000)]
Final changes

17 years agokes Modify migrate not to fail if nothing found to migrate.
Kern Sibbald [Wed, 6 Dec 2006 08:39:18 +0000 (08:39 +0000)]
kes  Modify migrate not to fail if nothing found to migrate.
kes  Add #undef HAVE_OPENSSL, HAVE_TLS, HAVE_CYRPTO to autoconf/config.h.in
     because they were not always set correctly.

17 years agoebl update
Eric Bollengier [Tue, 5 Dec 2006 18:03:23 +0000 (18:03 +0000)]
ebl  update

17 years agoebl add media filter to display_media
Eric Bollengier [Tue, 5 Dec 2006 18:02:31 +0000 (18:02 +0000)]
ebl  add media filter to display_media

17 years agoUpdate configure.in to include python 2.5 search.
Kern Sibbald [Tue, 5 Dec 2006 10:47:18 +0000 (10:47 +0000)]
Update configure.in to include python 2.5 search.

17 years agoBack out unwanted migration change reported by Richard Mortimer.
Kern Sibbald [Tue, 5 Dec 2006 08:19:50 +0000 (08:19 +0000)]
Back out unwanted migration change reported by Richard Mortimer.

17 years agoUpdate
Kern Sibbald [Tue, 5 Dec 2006 08:17:52 +0000 (08:17 +0000)]
Update

17 years agoebl fix params of display_media
Eric Bollengier [Mon, 4 Dec 2006 18:53:54 +0000 (18:53 +0000)]
ebl  fix params of display_media

17 years agoebl update
Eric Bollengier [Mon, 4 Dec 2006 18:43:29 +0000 (18:43 +0000)]
ebl  update

17 years agoebl add mediatype filter to pool view
Eric Bollengier [Mon, 4 Dec 2006 18:42:32 +0000 (18:42 +0000)]
ebl  add mediatype filter to pool view

17 years agoUpdate ChangeLog + ReleaseNotes
Kern Sibbald [Mon, 4 Dec 2006 18:17:48 +0000 (18:17 +0000)]
Update ChangeLog + ReleaseNotes

17 years agoUpdate ChangeLog + ReleaseNotes
Kern Sibbald [Mon, 4 Dec 2006 18:14:28 +0000 (18:14 +0000)]
Update ChangeLog + ReleaseNotes

17 years agokes Make migration with nothing to do set normal termination.
Kern Sibbald [Mon, 4 Dec 2006 17:25:18 +0000 (17:25 +0000)]
kes  Make migration with nothing to do set normal termination.
kes  Change message when job manually started to say Job queued. ...