- new files added to xca.dsp,

- return a value in load_obj.cpp
- kick Version to 0.4.3
This commit is contained in:
chris2511 2003-08-05 19:57:00 +00:00
parent e0f970005a
commit 9de1a05d5d
5 changed files with 90 additions and 4 deletions

View File

@ -50,8 +50,8 @@ distclean: clean
dist:
test ! -z "$(TVERSION)"
#rm -rf $(TARGET)
#cvs export -r $(TAG) -d $(TARGET) xca &&
rm -rf $(TARGET)
cvs export -r $(TAG) -d $(TARGET) xca && \
(cd $(TARGET) && autoconf && \
./mkxcapro.sh && lrelease xca.pro && \
cat rpm/xca.spec |sed s/VERSION/$(TVERSION)/g >rpm/$(TARGET)-1.spec && \

View File

@ -1,4 +1,4 @@
AC_INIT(xca, 0.4.2)
AC_INIT(xca, 0.4.3)
AC_CONFIG_SRCDIR([view/main.cpp])
AC_CONFIG_HEADERS([config.h])

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
xca (0.4.3) unstable; urgency=low
* remove Certificate creation bug (AuthKeyId)
* always take the right cert for signing
* critical flag in key usage and extended key usage works now
* Import of Multiple items is done and works
[ 739726 ] extend description of -p option
[ 775529 ] Import of PKCS#7 item not shown
* made the details dialogs internal name read only
* some segmentation faults removed
* VPN OIDs added to Ext. Keyusage
-- Christian Hohnstädt <chris@trinity.local> Tue, 5 Aug 2003 21:51:20 +0200
xca (0.4.2) unstable; urgency=low
* Memory leak removed

View File

@ -67,7 +67,7 @@ load_base::load_base()
pki_base * load_base::loadItem(QString s)
{
return NULL;
}
load_base::~load_base()

72
xca.dsp
View File

@ -371,6 +371,19 @@ SOURCE=.\lib\func.cpp
# End Source File
# Begin Source File
SOURCE=.\widgets\ImportMulti.cpp
!IF "$(CFG)" == "xca - Win32 Release"
# ADD CPP /I "."
!ELSEIF "$(CFG)" == "xca - Win32 Debug"
!ENDIF
# End Source File
# Begin Source File
SOURCE=.\widgets\KeyDetail.cpp
!IF "$(CFG)" == "xca - Win32 Release"
@ -399,6 +412,19 @@ SOURCE=.\view\KeyView.cpp
# End Source File
# Begin Source File
SOURCE=.\lib\load_obj.cpp
!IF "$(CFG)" == "xca - Win32 Release"
# ADD CPP /I "."
!ELSEIF "$(CFG)" == "xca - Win32 Debug"
!ENDIF
# End Source File
# Begin Source File
SOURCE=.\view\main.cpp
!IF "$(CFG)" == "xca - Win32 Release"
@ -1384,6 +1410,27 @@ InputName=func
# End Source File
# Begin Source File
SOURCE=.\widgets\ImportMulti.h
!IF "$(CFG)" == "xca - Win32 Release"
# Begin Custom Build - MOC ing $(InputPath)
InputDir=.\widgets
InputPath=.\widgets\ImportMulti.h
InputName=ImportMulti
"$(InputDir)\moc_$(InputName).cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
%qtdir%\bin\moc.exe $(InputDir)\$(InputName).h -o $(InputDir)\moc_$(InputName).cpp
# End Custom Build
!ELSEIF "$(CFG)" == "xca - Win32 Debug"
!ENDIF
# End Source File
# Begin Source File
SOURCE=.\widgets\KeyDetail.h
!IF "$(CFG)" == "xca - Win32 Release"
@ -1436,6 +1483,10 @@ InputName=KeyView
# End Source File
# Begin Source File
SOURCE=.\lib\load_obj.h
# End Source File
# Begin Source File
SOURCE=.\widgets\MainWindow.h
!IF "$(CFG)" == "xca - Win32 Release"
@ -3159,6 +3210,19 @@ SOURCE=.\lib\moc_func.cpp
# End Source File
# Begin Source File
SOURCE=.\widgets\moc_ImportMulti.cpp
!IF "$(CFG)" == "xca - Win32 Release"
# ADD CPP /I "."
!ELSEIF "$(CFG)" == "xca - Win32 Debug"
!ENDIF
# End Source File
# Begin Source File
SOURCE=.\widgets\moc_KeyDetail.cpp
!IF "$(CFG)" == "xca - Win32 Release"
@ -3549,6 +3613,10 @@ SOURCE=.\ui\ui_ExportTinyCA.cpp
# End Source File
# Begin Source File
SOURCE=.\ui\ui_ImportMulti.cpp
# End Source File
# Begin Source File
SOURCE=.\ui\ui_KeyDetail.cpp
!IF "$(CFG)" == "xca - Win32 Release"
@ -3653,6 +3721,10 @@ SOURCE=.\ui\ui_moc_ExportTinyCA.cpp
# End Source File
# Begin Source File
SOURCE=.\ui\ui_moc_ImportMulti.cpp
# End Source File
# Begin Source File
SOURCE=.\ui\ui_moc_KeyDetail.cpp
!IF "$(CFG)" == "xca - Win32 Release"