diff --git a/ChangeLog b/ChangeLog index c6e1da9cc0a6ed5b1c2fe5f09de63a2f491e33b4..198f537aa4cf2c442165e2ae27853d419a380e3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-07-24 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it> +TAG v4.3.2 ++ Fixed Makefile for parallel build. ++ Fix getLine() ++ Use conditional assignment for CXX, CFLAGS and LINK in Makefiles ++ Fix bigendian attribute loading during xml parsing ++ Handle ARCH_BIGENDIAN cases + 2014-07-24 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it> TAG v4.3.1 + -Werror -m64 CFLAGS removed. diff --git a/Doxyfile b/Doxyfile index d1812c11c49d8b2724c9fc90f29bca31e868cf61..18ad2063680aac2dc9f8515f3b8e7813fdc5895f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2,7 +2,7 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = PacketLib -PROJECT_NUMBER = 4.3.1 +PROJECT_NUMBER = 4.3.2 OUTPUT_DIRECTORY = ref OUTPUT_LANGUAGE = English EXTRACT_ALL = YES diff --git a/PacketLib.xcodeproj/project.xcworkspace/xcuserdata/bulgarelli.xcuserdatad/UserInterfaceState.xcuserstate b/PacketLib.xcodeproj/project.xcworkspace/xcuserdata/bulgarelli.xcuserdatad/UserInterfaceState.xcuserstate index e03c4e99a338d92042030a7fa38adf5c78246be3..d4174adce4e25c71b22efee480605abc622c5d2b 100644 Binary files a/PacketLib.xcodeproj/project.xcworkspace/xcuserdata/bulgarelli.xcuserdatad/UserInterfaceState.xcuserstate and b/PacketLib.xcodeproj/project.xcworkspace/xcuserdata/bulgarelli.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/include/PlVersion.h b/include/PlVersion.h index 45ed0bee4fa696d476817a9613a167e17145811e..d9fa948c87d91ac1dc48639648b5d83959f2b24d 100644 --- a/include/PlVersion.h +++ b/include/PlVersion.h @@ -1 +1 @@ -#define VERSION 4.3.1 +#define VERSION 4.3.2