File: changelog

package info (click to toggle)
pct-scanner-scripts 0.0.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: sh: 581; makefile: 24
file content (67 lines) | stat: -rwxr-xr-x 2,783 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2009-04-01 21:00  Jelle de Jong <jelledejong@powercraft.nl>

    * fixed typos in descriptions in files

2009-03-31 20:55  Jelle de Jong <jelledejong@powercraft.nl>

    * changing processing script to /usr/lib/pct-scanner-scripts instead
      of /var/lib/pct-scanner-scripts/
    * recreating the manpage
    * removing connections to company in manpage and descriptions
    * adding Homepage and Licence to version info
    * adding README file with currently xbindkeys notes
    * fixing  processbusy and scanbusy functions and dont use mktemp

2009-02-26 14:30  Jelle de Jong <jelledejong@powercraft.nl>

    * extensive testing, qa usable in production
    * wraped directory_clean function inside the scan function
      so that pct-scanner-script --color --source flatbed --clean
      and pct-scanner-script --clean --outdir /home/jelle
    * make --source flatbed and --source Flatbed trigger correctly
    * make --verbose also active on exectuted programs ($EXEC_VERBOSE)
    * tweaked the default configuration files

2009-02-25 01:20  Jelle de Jong <jelledejong@powercraft.nl>

    * adding localization support
      adding dutch translation po files
    * using echo 1>&2 for error messages
    * activated default configurations in configuration file
    * added 2>/dev/null to suppress output of running commands

2009-01-30 01:22  Jelle de Jong <jelledejong@powercraft.nl>

    * it appears scanadf is using some black magic to start it child
      processing script. When scanadf closes and the bash script
      continues and closes, it sents a SIGHUP (Hangup) killing the
      running process job ;-(, i tried using wait and nohup and disown
      at various places but no luck, so I made a file set and unset flag
      to scan if the processing script was still running, this solved
      the issues.
    * fixed typo bug "unset NODFJU > unset NODJVU"
    * replaced OUTDIR="$HOME" > OUTDIR=${HOME}
    * some small text replacements

2009-01-29 00:12  Jelle de Jong <jelledejong@powercraft.nl>

    * adding RMINPUT feature to configuration file so the
      input source that can be big 95MB+ will be removed after every
      processing.
    * fixed bug in command argument parsing --verbose had a double shift
    * added feature to stop scanning after one page when using
      the source Flatbed.
    * renamed some variables to possible prevent mistakes.

2009-01-28 22:00  Jelle de Jong <jelledejong@powercraft.nl>

    * pct-scanner-script:
      setup_environment() moved directory creation under check for
       $OUTDIR else it tries to create directories under /
      get_configuration() fixed bug with appending section to
       configuration search string

2009-01-20 21:00  Jelle de Jong <jelledejong@powercraft.nl>

    * Initial release