[otrs-cvs] otrs4win32 Conf.nsh, 1.11, 1.12 OTRS.nsi, 1.2,
1.3 apache2-perl-startup.pl, 1.1, 1.2
cvs-log at otrs.org
cvs-log at otrs.org
Tue Jul 3 12:38:44 GMT 2007
Comments:
Update of /home/cvs/otrs4win32
In directory lancelot:/tmp/cvs-serv19707
Modified Files:
Conf.nsh OTRS.nsi apache2-perl-startup.pl
Log Message:
Update to OTRS 2.2.
Author: mh
Index: Conf.nsh
===================================================================
RCS file: /home/cvs/otrs4win32/Conf.nsh,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Conf.nsh 22 May 2007 14:49:35 -0000 1.11
--- Conf.nsh 3 Jul 2007 12:38:39 -0000 1.12
***************
*** 21,31 ****
; --------------------------------------------------------------
! ; product name and version (example OTRS 2.1.5-001)
; --------------------------------------------------------------
!define PRODUCT "OTRS"
!define MAJOR "2"
! !define MINOR "1"
! !define RELEASE "7"
!define BUILD "001"
--- 21,31 ----
; --------------------------------------------------------------
! ; product name and version (example OTRS 2.2.1-001)
; --------------------------------------------------------------
!define PRODUCT "OTRS"
!define MAJOR "2"
! !define MINOR "2"
! !define RELEASE "1"
!define BUILD "001"
Author: mh
Index: OTRS.nsi
===================================================================
RCS file: /home/cvs/otrs4win32/OTRS.nsi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** OTRS.nsi 7 Oct 2006 15:43:26 -0000 1.2
--- OTRS.nsi 3 Jul 2007 12:38:39 -0000 1.3
***************
*** 45,49 ****
!define MUI_ABORTWARNING
! !define MUI_FINISHPAGE_LINK "Have fun with OTRS 2.1 and thanks for your help!"
!define MUI_FINISHPAGE_LINK_LOCATION "http://localhost/otrs/index.pl"
--- 45,49 ----
!define MUI_ABORTWARNING
! !define MUI_FINISHPAGE_LINK "Have fun with OTRS 2.2 and thanks for your help!"
!define MUI_FINISHPAGE_LINK_LOCATION "http://localhost/otrs/index.pl"
Author: mh
Index: apache2-perl-startup.pl
===================================================================
RCS file: /home/cvs/otrs4win32/apache2-perl-startup.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** apache2-perl-startup.pl 7 Oct 2006 14:36:01 -0000 1.1
--- apache2-perl-startup.pl 3 Jul 2007 12:38:39 -0000 1.2
***************
*** 7,13 ****
$ENV{MOD_PERL} =~ /mod_perl/ or die "MOD_PERL not used!";
- # --
# set otrs lib path!
- # --
use lib "/opt/otrs/";
use lib "/opt/otrs/Kernel/cpan-lib";
--- 7,11 ----
***************
*** 51,56 ****
use Kernel::System::User;
use Kernel::System::User::Preferences::DB;
! use Kernel::System::Permission;
! use Kernel::System::PDF;
use Kernel::System::XML;
use Kernel::System::Log;
--- 49,53 ----
use Kernel::System::User;
use Kernel::System::User::Preferences::DB;
! #use Kernel::System::PDF;
use Kernel::System::XML;
use Kernel::System::Log;
***************
*** 181,183 ****
use Kernel::Output::HTML::ArticleAttachmentHTMLViewer;
! 1;
--- 178,180 ----
use Kernel::Output::HTML::ArticleAttachmentHTMLViewer;
! 1;
\ No newline at end of file
More information about the cvs-log
mailing list