123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>telegram-desktop</Name>
- <Homepage>https://desktop.telegram.org/</Homepage>
- <Packager>
- <Name>Safa Ariman</Name>
- <Email>safa@ariman.gen.tr</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:gui</IsA>
- <Icon>telegram</Icon>
- <Summary>Official Telegram Desktop client</Summary>
- <Description>Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.</Description>
- <Archive sha1sum="da12ebaf334c8a9962b7a3f828ccec5fb8e7bccc" type="targz">https://github.com/telegramdesktop/tdesktop/releases/download/v5.8.1/tdesktop-5.8.1-full.tar.gz</Archive>
- <!-- <Archive sha1sum="fcede0f13c0b6982172820cd072883cfc3a9af95" type="targz" target="tdesktop-4.8.4-full">https://gitlab.com/mnauw/cppgir/-/archive/960fe054ffaab7cf55722fea6094c56a8ee8f18e/cppgir-960fe054ffaab7cf55722fea6094c56a8ee8f18e.tar.gz</Archive> -->
- <!-- <Archive sha1sum="9aab506bc8de752492cfd6a7d7215ef60cc5ae29" type="targz" target="tdesktop-4.8.4-full">https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.6.3.tar.gz</Archive> -->
- <AdditionalFiles>
- <AdditionalFile target="fix-tgcalls-cstdint.patch" permission="0644">fix-tgcalls-cstdint.patch</AdditionalFile>
- </AdditionalFiles>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>ada-devel</Dependency>
- <Dependency>fmt-devel</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>rnnoise-devel</Dependency>
- <Dependency>mm-common</Dependency>
- <Dependency versionFrom="6.5.3">qt6-base-devel</Dependency>
- <Dependency versionFrom="6.5.3">qt6-wayland-devel</Dependency>
- <Dependency>xz-devel</Dependency>
- <Dependency>libvpx-devel</Dependency>
- <Dependency>libdbusmenu-qt-devel</Dependency>
- <Dependency>expected-devel</Dependency>
- <Dependency>ffmpeg-devel</Dependency>
- <Dependency>guidelines-support-library-devel</Dependency>
- <Dependency>hunspell-devel</Dependency>
- <Dependency>minizip-devel</Dependency>
- <Dependency>openal-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>range-v3-devel</Dependency>
- <Dependency>libopus-devel</Dependency>
- <Dependency>xxhash-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- <Dependency>protobuf-devel</Dependency>
- <Dependency>lz4-devel</Dependency>
- <!--Dependency>qt6-wayland-devel</Dependency>
- <Dependency>kwayland-devel</Dependency-->
- <Dependency>libtg_owt-devel</Dependency>
- <Dependency>xcb-util-keysyms-devel</Dependency>
- <Dependency>jemalloc-devel</Dependency>
- <Dependency>webkit2gtk-devel</Dependency>
- <Dependency>glibmm-2.68-devel</Dependency>
- <Dependency versionFrom="6.5.3">qt6-svg-devel</Dependency>
- <Dependency versionFrom="6.5.3">qt6-5compat-devel</Dependency>
- <Dependency>llvm-clang-devel</Dependency>
- <Dependency>abseil-cpp-devel</Dependency>
- <Dependency>pipewire-devel</Dependency>
- <Dependency>openh264-devel</Dependency>
- <Dependency>python3-packaging</Dependency>
- <!-- <Dependency>kcoreaddons-kf6-devel</Dependency> -->
- <Dependency versionFrom="6.5.3">qt6-declarative-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">wayland.patch</Patch> -->
- <!-- <Patch level="1">fix-tgcalls-cstdint.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>telegram-desktop</Name>
- <RuntimeDependencies>
- <Dependency>xz</Dependency>
- <Dependency>ada</Dependency>
- <Dependency>lz4</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libxcb</Dependency>
- <Dependency>ffmpeg</Dependency>
- <Dependency>openal</Dependency>
- <Dependency>xxhash</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>libopus</Dependency>
- <Dependency>minizip</Dependency>
- <Dependency>hunspell</Dependency>
- <Dependency>libvpx</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>protobuf</Dependency>
- <Dependency>qt6-5compat</Dependency>
- <Dependency>libtg_owt</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libjpeg-turbo</Dependency>
- <Dependency>qt6-imageformats</Dependency>
- <Dependency>libdbusmenu-qt</Dependency>
- <Dependency>xcb-util-keysyms</Dependency>
- <Dependency>open-sans-fonts</Dependency>
- <Dependency>glibmm-2.68</Dependency>
- <Dependency>libXext</Dependency>
- <Dependency>libXtst</Dependency>
- <Dependency>qt6-svg</Dependency>
- <Dependency>rnnoise</Dependency>
- <Dependency>libXfixes</Dependency>
- <Dependency>libXrandr</Dependency>
- <Dependency>libsigc++3</Dependency>
- <Dependency>libXdamage</Dependency>
- <Dependency>libXcomposite</Dependency>
- <Dependency>jemalloc</Dependency>
- <Dependency>abseil-cpp</Dependency>
- <Dependency>pipewire</Dependency>
- <Dependency>qt6-wayland</Dependency>
- <Dependency>qt6-declarative</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="73">
- <Date>2024-11-18</Date>
- <Version>5.8.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="72">
- <Date>2024-10-16</Date>
- <Version>5.6.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="71">
- <Date>2024-09-19</Date>
- <Version>5.5.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="70">
- <Date>2024-09-11</Date>
- <Version>5.5.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="69">
- <Date>2024-09-07</Date>
- <Version>5.5.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="68">
- <Date>2024-08-21</Date>
- <Version>5.4.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="67">
- <Date>2024-08-02</Date>
- <Version>5.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="66">
- <Date>2024-08-01</Date>
- <Version>5.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="65">
- <Date>2024-07-06</Date>
- <Version>5.2.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="64">
- <Date>2024-06-26</Date>
- <Version>5.1.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="63">
- <Date>2024-06-09</Date>
- <Version>5.1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="62">
- <Date>2024-05-07</Date>
- <Version>5.0.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="61">
- <Date>2024-04-14</Date>
- <Version>4.16.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="60">
- <Date>2024-04-06</Date>
- <Version>4.16.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="59">
- <Date>2024-03-31</Date>
- <Version>4.15.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="58">
- <Date>2024-03-23</Date>
- <Version>4.15.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="57">
- <Date>2024-03-13</Date>
- <Version>4.15.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="56">
- <Date>2024-03-10</Date>
- <Version>4.15.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="55">
- <Date>2024-02-19</Date>
- <Version>4.15.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="54">
- <Date>2024-02-16</Date>
- <Version>4.14.15</Version>
- <Comment>Rebuild qt6.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="53">
- <Date>2024-02-10</Date>
- <Version>4.14.15</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="52">
- <Date>2024-02-03</Date>
- <Version>4.14.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="51">
- <Date>2024-01-20</Date>
- <Version>4.14.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="50">
- <Date>2024-01-18</Date>
- <Version>4.14.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="49">
- <Date>2024-01-09</Date>
- <Version>4.14.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="48">
- <Date>2024-01-02</Date>
- <Version>4.14.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="47">
- <Date>2023-12-26</Date>
- <Version>4.13.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="46">
- <Date>2023-12-02</Date>
- <Version>4.12.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="45">
- <Date>2023-11-28</Date>
- <Version>4.11.8</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="44">
- <Date>2023-11-17</Date>
- <Version>4.11.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="43">
- <Date>2023-11-02</Date>
- <Version>4.11.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="42">
- <Date>2023-10-27</Date>
- <Version>4.10.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="41">
- <Date>2023-10-09</Date>
- <Version>4.10.3</Version>
- <Comment>Rebuild qt6.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="40">
- <Date>2023-10-03</Date>
- <Version>4.10.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="39">
- <Date>2023-09-30</Date>
- <Version>4.10.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="38">
- <Date>2023-09-26</Date>
- <Version>4.10.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="37">
- <Date>2023-09-19</Date>
- <Version>4.9.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="36">
- <Date>2023-09-14</Date>
- <Version>4.9.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="35">
- <Date>2023-09-07</Date>
- <Version>4.9.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="34">
- <Date>2023-09-03</Date>
- <Version>4.9.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="33">
- <Date>2023-08-19</Date>
- <Version>4.9.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="32">
- <Date>2023-07-29</Date>
- <Version>4.8.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="31">
- <Date>2023-07-26</Date>
- <Version>4.8.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="30">
- <Date>2023-07-22</Date>
- <Version>4.8.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="29">
- <Date>2023-06-14</Date>
- <Version>4.8.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2023-06-10</Date>
- <Version>4.8.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2023-06-02</Date>
- <Version>4.8.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2023-04-25</Date>
- <Version>4.8.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2023-04-13</Date>
- <Version>4.7.1</Version>
- <Comment>Rebuild qt6.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2023-03-21</Date>
- <Version>4.7.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2023-01-13</Date>
- <Version>4.5.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2023-01-03</Date>
- <Version>4.5.2</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2023-01-01</Date>
- <Version>4.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2022-12-08</Date>
- <Version>4.4.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2022-11-25</Date>
- <Version>4.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2022-11-08</Date>
- <Version>4.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2022-11-05</Date>
- <Version>4.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2022-09-19</Date>
- <Version>4.2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2022-08-18</Date>
- <Version>4.1.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2022-08-15</Date>
- <Version>4.1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2022-08-05</Date>
- <Version>4.0.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2022-06-29</Date>
- <Version>4.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2022-04-22</Date>
- <Version>3.7.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2022-03-18</Date>
- <Version>3.6.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2022-01-09</Date>
- <Version>3.4.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2021-12-10</Date>
- <Version>3.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2021-11-05</Date>
- <Version>3.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2021-10-09</Date>
- <Version>3.1.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2021-10-01</Date>
- <Version>3.1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2021-02-01</Date>
- <Version>2.5.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-06-06</Date>
- <Version>2.1.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-04-10</Date>
- <Version>2.0.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-03-17</Date>
- <Version>1.9.21</Version>
- <Comment>First release</Comment>
- <Name>Safa Ariman</Name>
- <Email>safa@ariman.gen.tr</Email>
- </Update>
- </History>
- </PISI>
|