From 993d91ccb6cd710460becac4e524e081680185ca Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Mon, 18 Mar 2019 11:20:26 +0100 Subject: [PATCH] xtpcpp (0.2.34-1) stretch --- CMakeLists.txt | 2 +- debian/changelog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d11a93a9..89cec1c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ SET(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}") SET(XTPCPP_VERSION_MAJOR "0") SET(XTPCPP_VERSION_MINOR "2") -SET(XTPCPP_VERSION_PATCH "33") +SET(XTPCPP_VERSION_PATCH "34") SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}") # Set the CMAKE_PREFIX_PATH for the find_library fonction when using non diff --git a/debian/changelog b/debian/changelog index 9d0e3eeb..66c7315b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +xtpcpp (0.2.34-1) stretch; urgency=medium + + * fix ppm range in MassChroqML export (thanks to Thierry Balliau) + * new features asked by Plateforme Post-génomique de la Pitié Salpétrière - P3S + (Solenne Chardonnet, Cédric Pionneau) + * write protein list view as is in ODS file + * write peptide list view as is in ODS file + * new ui menu in peptide and protein list wiew + * ppm delta added in ODS spectra sheet export + * display Nter and Cter peptide flanking regions in ODS and list views + + -- Olivier Langella <olivier.langella@u-psud.fr> Mon, 18 Mar 2019 11:06:11 +0100 + xtpcpp (0.2.33-1) stretch; urgency=medium * scroll area for small screens -- GitLab