MariaDB 10.1.11 发布,MySQL 分支
MariaDB 10.1.11 发布了,该版本值得关注的改进有:New authentication plugin for clients connecting on Windows using named pipes.New SSPI/GSSAPI/Kerberos authentication plugin.Galera library has been updated from 25.3.9 to 25.3.12.详细改进内容请看:https://mariadb.com/kb/en/mariadb-10111

发布于 2016-02-04 04:27:29 | 252 次阅读

Jackson 2.7.1 发布,高性能 JSON 处理包
Jackson 2.7.1 发布了,下载地址:https://github.com/FasterXML/jackson-core/releases/tag/jackson-core-2.7.1官方发行说明称该版本没在 2.7.0 基础上做什么改动,不知道什么鬼。Jackson 是一个 Java 用来处理 JSON 格式数据的类库,性能非常好。

发布于 2016-02-04 04:21:49 | 58 次阅读

swoole-1.8.1 已发布,增加PSR-4命名空间类名
swoole-1.8.1 版本已发布,此版本是一个BUG修复版本,主要修复1.8.0版本存在的一些BUG,此外1.8.1版本增加了PSR-4命名空间风格的类名。命名空间示例: 使用命名空间类风格,需要修改php.ini,增加swoole.use_namespace=On开启。使用命名空间类名后,旧式的下划线风格类名将不可用。 use SwooleHttpServer; use&n

发布于 2016-02-04 04:20:44 | 225 次阅读

Google Chrome v48.0.2564.103 正式版发布
感谢N软网的投递谷歌浏览器Chrome Stable稳定版迎来v48.0.2564.103小幅升级,这次版本号刷新也是蛮快的,更新详情官方目前没有具体给出,依然是稳定性改进及安全修复。Google Chrome,又称Google浏览器,是个由Google(谷歌)公司开发

发布于 2016-02-04 01:08:12 | 221 次阅读

PHP 7.0.3 正式版发布
七年以来,PHP一直是第四大最流行的编程语言,驱动全球超过2亿多个网站,全球超过81.7%的公共网站在服务器端采用PHP。PHP在这个星期有了自2004年以来最大的飞跃,因为PHP 7已经发布。PHP 7最大特色是极大地改进了性能,在一些WordPress基准测试当中,性能可以达到PHP 5.6的3倍。PHP 7还有其他一些比较小的改进,比如显著减

发布于 2016-02-04 01:01:57 | 179 次阅读

Drupal 8.0.3/7.42 发布,CMS 内容管理系统
Drupal 8.0.3/7.42 发布,8.0.3 更新如下:#2625258: LocaleConfigManager::updateConfigTranslations() deletes translations if a config object's name happens to match that of a shipped configuration object#2639352: File records, files themselves lost in translation#2646100: Exception on php7 + APC

发布于 2016-02-04 01:01:30 | 99 次阅读

Zorin OS 11 发布,专为 Linux 新手设计
Zorin OS 11 发布,该版本改进了用户使用体验,包括小细节和图片等方面。详情请看:release announcement下载:zorin-os-11-core-64.iso (1,512MB, pkglist).            Zorin  OS是基于Ubuntu的Linux发行,特别为Linux新手而设计。它拥有类似Windows的图形用户界面,以及很多类似

发布于 2016-02-04 00:58:15 | 331 次阅读

PhpStorm 11 EAP 144.3656 发布
PhpStorm 11 EAP 144.3656 发布,更新如下:Type inference fix for return with multiple types including static and $thisand other bug fixes and improvements (see full list in our issue tracker).更多内容: release notes.下载地址: download

发布于 2016-02-04 00:55:17 | 179 次阅读

wine 1.8.1 发布,bug 修复版本
wine 1.8.1 发布,更新如下:  7938  Gyldendal dictionary needs ole2disp.dll.SAFEARRAYALLOCDATA  11023  Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes Nota Bene to refuse to launch  22581  Internet Explorer 3.01 crashes on some web pages (unimplemented function ol

发布于 2016-02-04 00:54:59 | 68 次阅读

Android Studio 2.0 Beta 发布
Android Studio 2.0 Beta 发布到 canary 频道,该版本修复了在 2.0 Preview 9 发现的重要 bug。详情请看:发行说明

发布于 2016-02-04 00:46:55 | 115 次阅读

Apache Lucy 0.4.4 发布,全文搜索引擎库
Apache Lucy 0.4.4 发布,更新如下: Bug修复:     * [LUCY-287] - Mismatch between required Clownfish versions     * [LUCY-288] - Add Clownfish to configure_requires     *&

发布于 2016-02-04 00:33:05 | 141 次阅读

Apache Clownfish 0.4.4 发布
Apache Clownfish 0.4.4 发布,更新如下:Bug 修复:     * [CLOWNFISH-3] - Charmonizer bombs out trying to set warnings as                  &nb

发布于 2016-02-04 00:23:58 | 93 次阅读

Zabbix 3.0.0rc1 发布,分布式系统监视
Zabbix 3.0.0rc1 发布,更新如下:[ZBXNEXT-2662] added a new filter in Monitoring -> Screens[ZBXNEXT-2662] added a new filter in Monitoring -> Screens -> Slide shows[ZBXNEXT-2662] added a new filter in Monitoring -> Maps[ZBXNEXT-2662] updated default colors for graph elements[ZBX-1357] ena

发布于 2016-02-04 00:22:58 | 170 次阅读

Akka 2.4.2 RC2 发布,Actor 模型开发库
Akka 2.4.2 RC2 发布,详细内容请查看:http://akka.io/docs/。下载页面:2.4.2-RC2Akka 是一个用 Scala 编写的库,用于简化编写容错的、高可伸缩性的 Java 和 Scala 的 Actor 模型应用。Actor模型并非什么新鲜事物,它由Carl Hewitt于上世纪70年代早期提出,目的是为了解决分布式编程中一系列的编程问题。其特点如下:系统

发布于 2016-02-03 07:51:43 | 120 次阅读

Docker v1.10.0-rc3 发布
Docker v1.10.0-rc3 发布,更新如下:运行时New docker update command that allows updating resource constraints on running containers #15078Add --tmpfs flag to docker run to create a tmpfs mount in a container #13587Add --format flag to docker images command #17692Allow to set daemon configuration in a

发布于 2016-02-03 07:46:48 | 93 次阅读

nginx openresty windows 1.9.10.1001 更新
最新版本版本号:1.9.10.100132 位下载地址: http://pan.baidu.com/s/1jHlhiXw64 位下载地址: http://pan.baidu.com/s/1eQUuqoq发布时间: 2016-02-02修改日志:更新 nginx 版本到 1.9.10 更新 openssl 版本到 1.0.2f : 处理刚报的漏洞 DH small su

发布于 2016-02-03 03:26:20 | 347 次阅读

Gitlab 8.4.3 发布,Git 代码托管平台
Gitlab 8.4.3 发布,更新如下:CE/EE: Increase lfs_objects size column to 8-byte integer to allow files larger than 2.1GB (!2644)CE/EE: Correctly highlight MR diff when MR has merge conflicts (!2632)CE/EE: Fix highlighting in blame view (!2630)CE/EE: Update sentry-raven gem to prevent “Not a git repo

发布于 2016-02-03 00:48:29 | 77 次阅读

ElasticSearch 1.7.5 发布,分布式搜索引擎
ElasticSearch 1.7.5 发布,下载地址:v1.7.5Elastic Search 是一个基于Lucene构建的开源,分布式,RESTful搜索引擎。设计用于云计算中,能够达到实时搜索,稳定,可靠,快速,安装使用方便。支持通过HTTP使用JSON进行数据索引。

发布于 2016-02-03 00:27:04 | 142 次阅读

Mercurial 3.7 发布,分布式版本控制系统
Mercurial 3.7 发布,更新如下:特性Generaldelta: the original Mercurial compression format had an inefficient way of storing history in very branchy repositories. Generaldelta addresses this weakness. As a result, depending on the repository, this can improve the size of the history up to a facto

发布于 2016-02-03 00:26:18 | 83 次阅读

Spring Statemachine 1.1.0.M1 发布
Spring Statemachine 1.1.0.M1 发布,更新内容如下:Support for protecting events, transitions and actions with Spring Security.StateContext is now a first class citizen and has a bigger role both internally and how user interacts with it.Annotation model(@WithStateMachine) has been enhanced to match f

发布于 2016-02-03 00:24:58 | 187 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务