[BACK]Return to plus.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus.html between version 1.1355 and 1.1356

version 1.1355, 2014/09/26 13:33:35 version 1.1356, 2014/10/03 09:27:34
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/09/28 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> check_cert(), reset ctx->current_crl to NULL before freeing it.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> X509_NAME_get_text_by_OBJ(), made sure we do not pass a negative size to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcpy&manpath=OpenBSD%20Current&sektion=3&format=html">memcpy(3)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wdc&manpath=OpenBSD%20Current&sektion=4&format=html">wdc(4)</a> when doing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&manpath=OpenBSD%20Current&sektion=2&format=html">ioctl(2)</a>, fixed leak by ensuring <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&manpath=OpenBSD%20Current&sektion=4&format=html">scsi(4)</a> xfer free is done before ata xfer free.
   <li>Properly serialise closing vnode on sparc64. Fixes occasional panic during reboot or when restarting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a>.
   <li>Updated to: xtrans 1.3.5; libXext 1.3.3, libXi 1.7.4, inputproto 2.3.1 and xrandr 1.4.3.
   <li>Provided a ressl config function that explicitly clears keys.
   <li>New API function SSL_CTX_use_certificate_chain(). Allows reading PEM-encoded certificate chain from memory instead of a file.
   <li>Remove a limitation that ignored IPv6 link-local addresses (eg fe80::2%carp0) on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a>.
   <li>Reverted r1.142 of netstart.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> X509v3_add_ext() error path, do not free memory that was not allocated.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> X509_TRUST_add(), check X509_TRUST_get0() return value before dereferencing it; fixed memory leak.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool_destroy&manpath=OpenBSD%20Current&sektion=9&format=html">pool_destroy(9)</a>, enter and leave <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mutex&manpath=OpenBSD%20Current&sektion=9&format=html">mutex(9)</a> as necessary to satisfy assertions.
   <!-- 2014/09/27 -->
   <li>Updated to: xf86-video-vmware 13.0.2, fontsproto 2.1.3, libXfont 1.5.0 and xserver 1.16.1.
   <li>Disabled WRITE events when closing file descriptor of the I/O bufferevent. Fixes potential event flood in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, check that the specified curve is one of the client preferences.
   <!-- 2014/09/26 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> X509_STORE_get1_certs() and X509_STORE_get1_crls(), check the result of allocations.
   <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> X509_issuer_and_serial_hash() and X509_STORE_new().
   <li>Use correct format specifiers in various loongson machine dependent code.
   <li>Push <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&manpath=OpenBSD%20Current&sektion=4&format=html">sdhc(4)</a> ricoh controllers into "old slow mode" at resume time.
   <li>Reverted part of r1.98 if_run.c which caused a regression on older <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&manpath=OpenBSD%20Current&sektion=4&format=html">run(4)</a> devices.
   <li>Reworked piglet and pig memory allocation for more robust hibernation.
   <li>Now that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=8&format=html">sysctl(8)</a> mp setperf is fixed, activated aggressive <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&manpath=OpenBSD%20Current&sektion=8&format=html">apmd(8)</a> throttling again.
   <!-- 2014/09/25 -->
   <li>Fixed the calculation of the number of items to prime the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&manpath=OpenBSD%20Current&sektion=9&format=html">pool(9)</a> with in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool_setlowat&manpath=OpenBSD%20Current&sektion=9&format=html">pool_setlowat(9)</a>.
   <li>Restored r1.249 of sys/dev/acpi/acpi.c. Upon resume, CPU now runs at speed requested by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&manpath=OpenBSD%20Current&sektion=8&format=html">apm(8)</a>.
   <li>Support using pane id as part of session or window specifier and window id as part of session in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <li>Support ! for last pane in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a>.
   <!-- 2014/09/24 -->
   <li>Fixed the build when DRMDEBUG is defined.
   <!-- 2014/09/22 -->
   <li>Enabled MSI support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&manpath=OpenBSD%20Current&sektion=4&format=html">msk(4)</a>.
   <li>Release the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> lock when calling wsdisplay_suspend() and wsdisplay_resume(). For better resume.
   <li>Fixed high capacity (> 2GB) eMMC support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&manpath=OpenBSD%20Current&sektion=4&format=html">sdmmc(4)</a>.
   <li>Hide unused, duplicate and/or misleading fields from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=audioctl&manpath=OpenBSD%20Current&sektion=1&format=html">audioctl(1)</a>.
   <!-- 2014/09/22 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, check the result from final_finish_mac() against finish_mac_length in ssl3_send_finished().
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, don't record a match with the "finish MAC" if "SSL finished" has a zero-byte payload.
   <li>Implemented atomic_{cas,swap}_{uint,ulong,ptr} and atomic_{add,sub}_{int,long}_nv on hppa.
   <li>On macppc, enabled power saving modes for IBM PowerPC 970 CPUs.
 <!-- 2014/09/21 -->  <!-- 2014/09/21 -->
 <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&manpath=OpenBSD%20Current&sektion=9&format=html">pool(9)</a> code to make it mpsafe (can be called without the kernel biglock being held).  <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&manpath=OpenBSD%20Current&sektion=9&format=html">pool(9)</a> code to make it mpsafe (can be called without the kernel biglock being held).
 <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages&manpath=OpenBSD%20Current&sektion=7&format=html">packages(7)</a> rsync-friendly. Reduces bandwidth usage by mirrors.  <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages&manpath=OpenBSD%20Current&sektion=7&format=html">packages(7)</a> rsync-friendly. Reduces bandwidth usage by mirrors.
Line 339 
Line 381 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1355  
changed lines
  Added in v.1.1356