<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Benoît Minisini pushed to branch master at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.com/gambas/gambas/-/commit/c28dafcf181cde1af10c176cb6bbdd29f43239be">c28dafcf</a></strong>
<div>
<span> by Benoît Minisini </span> <i> at 2024-01-15T10:27:32+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Finish updating control icons.

[CONFIGURATION]
* NEW: Finish updating control icons.
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.com/gambas/gambas/-/commit/012ce3efc07efe66a30e5d5b680cbe67ad4d34f1">012ce3ef</a></strong>
<div>
<span> by Benoît Minisini </span> <i> at 2024-01-15T10:28:33+01:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Fix property list declaration.

[GB.NET.CURL]
* BUG: DictClient: Fix property list declaration.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
16 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#3c1299d8d63020f1527da564186befbbf969b4d0">
<span class="new-file">
+
comp/src/gb.net.pop3/.app.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#be401f41295162b1b88fd9da73f6c6f943565c6a">
comp/src/gb.net.pop3/.hidden/control/pop3client.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#d52c070e48d8d5365ecc9dc02bc20a722f79eae3">
<span class="new-file">
+
comp/src/gb.net.smtp/.app.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#3dda07dd1ea2541a6fe3b8f7a3d69675d4528444">
comp/src/gb.net.smtp/.hidden/control/smtpclient.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#9094ee81d1d648d1b463373c030191a73c2e90f6">
<span class="new-file">
+
gb.net.curl/src/gb.net.curl/.app.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#e52d3d4217ecefbd55004e775ae4ca5b9e199a57">
gb.net.curl/src/gb.net.curl/.hidden/control/dictclient.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#712364e240b4dd671906a133c4f6bd45034d3c09">
gb.net.curl/src/gb.net.curl/.hidden/control/ftpclient.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#f69ad6fa89b72d51c4cb733790e535f2407d81f3">
gb.net.curl/src/gb.net.curl/.hidden/control/httpclient.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#4da4a4863616969b0f2e8a8bb6a04e9486435ea4">
gb.net.curl/src/gb.net.curl/.hidden/curlclient.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#dc4d7a2612a65478e04a96220a65491539e33d5d">
gb.net.curl/src/gb.net.curl/.icon.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#328246be4333e4f5f16b1da315e73597469bb01b">
gb.net.curl/src/gb.net.curl/.src/DictClient.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#8cfd47b0dd59965441717fd3fc297f0e032423a6">
gb.net/src/control/dnsclient.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#4e7f64ada218632199f541cc9369c91ed7aea6d3">
gb.net/src/control/serialport.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#9ae2c5203c24127c91ec5ad3ac8a47bb64d1bd32">
gb.net/src/control/serversocket.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#0da562ccc4bacb2cd737557da7b50883bdc750bc">
gb.net/src/control/socket.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1#5817d2987f680f9ce89ee84fb21c77f1b9857ff7">
gb.net/src/control/udpsocket.png
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
<a href="https://gitlab.com/gambas/gambas/-/compare/f900d2895eaa5417b4615d68b56c0b58100a01c8...012ce3efc07efe66a30e5d5b680cbe67ad4d34f1">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.com">gitlab.com</a>. <a href="https://gitlab.com/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.com/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>



</p>
</div>
</body>
</html>