- Timestamp:
- 11/11/08 13:40:52 (8 weeks ago)
- Location:
- branches/juruen/fix-printers/printers
- Files:
-
- 1 added
- 2 modified
-
ChangeLog (modified) (1 diff)
-
migration/0002_support_external_printers.pl (added)
-
migration/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/juruen/fix-printers/printers/ChangeLog
r11490 r11627 1 0.12. 992 + New release1 0.12.1 2 + Add support for external printers configured with CUPS 3 3 0.12 4 4 + Bugfix: Create the `job` table when installing. This readds a -
branches/juruen/fix-printers/printers/migration/Makefile.am
r10308 r11627 3 3 Migrationsdir = @DATADIR@/ebox-printers/migration 4 4 5 nobase_Migrations_SCRIPTS = 0001_add_ipp_service.pl 5 nobase_Migrations_SCRIPTS = 0001_add_ipp_service.pl 0002_support_external_printers.pl 6 6 7 7 EXTRA_DIST = $(nobase_Migrations_SCRIPTS)
