Skip to content

Commit

Permalink
working on issue #509 #510
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Feb 9, 2025
1 parent 40f951c commit 0e1b96c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/compiler/lib_src/net_secure.obs
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ if(client->Connect()) {
@cookies_enabled := cookies_enabled;
@cookies := Vector->New()<Cookie>;

@is_debug := true;
# @is_debug := true;
}

#~
Expand All @@ -856,7 +856,7 @@ if(client->Connect()) {

@response_headers := Hash->New()<String, String>;

@is_debug := true;
# @is_debug := true;
}

#~
Expand Down
17 changes: 9 additions & 8 deletions docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@

<body>
<h1>Objeck</h1>
<p>v2025.1.2 (January 18, 2025)</p>
<p>v2025.1.2 (February 9, 2025)</p>

<hr>

<p>Windows on ARM64 improved stability</p>
<p>Support for websockets</p>

<p><u>v2025.1.2</u></p>
<ul>
<li>Support for websockets 🛜</li>
<li>Added support for static binary arrays #509 and #510 ⌨️</li>
<li>Improved stability for Windows on arm64, specifically for SDL2🦾</li>
</ul>

Expand Down Expand Up @@ -204,14 +206,13 @@ <h3>Bugs and Limitations</h3>
<li>
Tested on the following platforms
<ul>
<li>Windows 10/11 - (x64)</li>
<li>Ubuntu 22.04.3 LTS (Jammy Jellyfish) - (x64)</li>
<li>Ubuntu 22.04.3 LTS (Jammy Jellyfish) - (ARM64)</li>
<li>macOS 14.1.1 (Sonoma) - (ARM64)</li>
<li>Windows 10/11 - (ARM64, x64)</li>
<li>Ubuntu 24.04 LTS (ARM64, x64)</li>
<li>macOS 15.3 - (ARM64)</li>
</ul>
</li>
<li>
Intel OS X: You will need to install OpenSSL to use encryption APIs and iODBC to enable database support.
Intel macOS: You will need to install OpenSSL to use encryption APIs and iODBC to enable database support.
Please refer to the following
<a href="http://mac-dev-env.patrickbougie.com/openssl">link</a> for OpenSSL directions and this
<a href="http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/ODBCMacOSX">link</a> for ODBC support.
Expand All @@ -224,7 +225,7 @@ <h3>Bugs and Limitations</h3>

<hr>
<p class="center">
<small>&#169;2024 <a href="mailto:objeck@gmail.com">Randy Hollines</a>. All Rights Reserved.</small>
<small>&#169;2025 <a href="mailto:objeck@gmail.com">Randy Hollines</a>. All Rights Reserved.</small>
</p>
</body>
</html>

0 comments on commit 0e1b96c

Please sign in to comment.