IPFire 2.17 Core 95 发布,Linux 防火墙
IPFire 2.17 Core 95 发布,此版本包含一个新内核和各种特性改进,还有一些 bug 修复。主要更新:Linux Kernel 3.14.57;改进各种 Intel 网络控制器设备驱动器;strongswan 5.3.3;优化 IPsec VPN。更多内容请看:发行说明。Downloads (SHA1): ipfire-2.17.i586-full-core95.iso (157MB, torrent, pkglist)。via distrowatc

发布于 2015-12-12 00:28:59 | 232 次阅读

Tsuru 0.13.0-rc10 发布,开源 PaaS 平台
Tsuru 0.13.0-rc10 发布,Tsuru 0.13.0 主要改进如下:新 IaaS:支持 DigitalOcean,Amazon EC2 和 CloudStack新路由:支持新版本 Galeb可以启用和禁用平台 修改服务实例管理流处理器可以通过接收上传的 Dockerfile 添加和更新平台下载:https://github.com/tsuru/tsuru/archive/0.13.0-rc10.zip。 Tsuru 是一个开放源码的

发布于 2015-12-12 00:28:25 | 64 次阅读

Calibre 2.46 发布,电子书管理软件
Calibre 2.46 发布,此版本更新内容如下:新特性PDF Input: Add support for PDF outlines (bookmarks), if present, they are used as the metadata Table of Contents.Closes tickets: 1524522Book polishing: Add tool to losslessly compress images in the book in order to reduce its filesize, without affecting

发布于 2015-12-12 00:28:16 | 63 次阅读

GNU Wget 1.17.1 发布下载,命令行文件下载工具
GNU Wget 1.17.1 发布下载:http://ftp.gnu.org/gnu/wget/wget-1.17.1.tar.gz wget是一个从网络上自动下载文件的自由工具。它支持HTTP,HTTPS和FTP协议,可以使用HTTP代理.所谓的自动下载是指,wget可以在用户退出系统的之后在后台执行。这意味这你可以登录系统,启动一个wget下载任务,然后退出系统,wget将在后台执行直到

发布于 2015-12-12 00:27:48 | 83 次阅读

MongoDB 3.0.8 RC0 发布,分布式文档数据库
MongoDB 3.0.8 RC0 发布,此版本现已提供下载:https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类 似json的bjson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他

发布于 2015-12-12 00:27:47 | 96 次阅读

Tomcat 7.0.67 发布
Tomcat 7.0.67 发布,此版本更新内容:Catalinaadd 56917: As per RFC7231 (HTTP/1.1), allow HTTP/1.1 and later redirects to use relative URIs. This is controlled by a new attribute useRelativeRedirects on the Context and defaults to true. (markt)fix 58660: Correct a regression in 7.0.66 caused by the ch

发布于 2015-12-11 07:33:26 | 166 次阅读

IntelliJ IDEA 15.0.2 发布,bug 修复版本
IntelliJ IDEA 15.0.2 发布,该版本修复了多个 bug,例如:IDEA-146334 (Usability Problem)Provide shortcuts (Alt+key) for Invalidate caches window's buttonsIDEA-148075 (Usability Problem)Situation with incompatible custom plugins could be treated more user-friendlyIDEA-147151 (Usability Problem)IDE

发布于 2015-12-11 04:31:59 | 283 次阅读

MariaDB Connector/J 1.3.3 发布
MariaDB Connector/J 1.3.3 发布,此版本是个稳定版本,主要是 bug 修复:主要改进CONJ-225 : ResultSet.getString correction for prepareStatementCONJ-226 : PreparedStatement return NULL When TIME column value=00:00:00CONJ-227 : Mariadb alias in url connection string wasn\'t working in HA modeCONJ-228 : Han

发布于 2015-12-11 03:28:02 | 159 次阅读

MingGeJs 1.6 升级,挑战 JQUERY
继优秀作品shearphoto截图插件,本人又再推出国产山寨JQUERY,为什么我要开发一个山寨JQUERY?老实说我从来没用过JQUERY,正因为我反感JQUERY。为什么我反感,因为我完全有开发JQUERY的能力,JQUERY的底层我都了如指掌。我开发插件一直都是用原生JS,大家可以看下我前面的作品shearphoto就是用原生JS写的。  虽说我反

发布于 2015-12-11 03:22:54 | 129 次阅读

MariaDB Connector/C 2.2.2 发布
MariaDB Connector/C 2.2.2 发布,此版本是个稳定版本,值得关注的 bug 修复:CONC-152:  Build fails with -DWITH_OPENSSL=On in Visual Studio 2015Disable nagle algorithm for tcp/ip connections on Windows by defaultMDEV-9212 ssl-validate-cert incorrect hostname checkSupport for CMake versions >= 3.

发布于 2015-12-11 03:21:24 | 125 次阅读

MariaDB 5.5.47 发布,维护版本
MariaDB 5.5.47 发布,此版本是个维护版本,包括一些 bug 修复和更新,包括 MySQL 5.5.47。值得关注的更新:XtraDB 5.5.46-37.6;支持 SLES 11。更多更新内容请看更新日志:https://mariadb.com/kb/en/mariadb/mariadb-5547-changelog/下载:http://downloads.mariadb.org/mariadb/5.5.47MariaDB 是一个采用 Aria 存储引擎

发布于 2015-12-11 03:18:32 | 158 次阅读

Mybatis 通用 Mapper 3.3.1 发布
MyBatis通用Mapper3,极其方便的使用MyBatis单表的增删改查 3.3.1更新日志 增加enableMethodAnnotation参数,可以控制是否支持方法上的JPA注解,默认false。 设置enableMethodAnnotation = true的时候注意,如getRealName或setYourName都会产生realName属性或yourName属性,如果该方法对应的属性不是表中的字段,就需

发布于 2015-12-11 01:24:40 | 377 次阅读

Django CMS 3.2 发布,CMS 建站系统
Django CMS 3.2 发布,更新内容如下:new welcome page to help new userstouch-screen support for most editing interfaces, for sizes from small tablets to table-top devicesenhanced and polished user interfacemuch-needed improvements to the structure-boardenhancements to components such as the pop-up plu

发布于 2015-12-11 01:02:09 | 293 次阅读

Android Studio 2.0 Preview 3 发布
Android Studio 2.0 Preview 3 发布,该版本有多项 bug 媳妇,主要更新如下: A new lint check which looks at switch statements used in concert with @IntDef integers, and makes sure that all constants from the @IntDef are handled:Note that there is a quickfix for adding the missing statements as

发布于 2015-12-11 01:00:13 | 136 次阅读

LFTP 4.6.5 发布,命令行 FTP 工具
LFTP 4.6.5 发布,更新如下:sftp: fixed handling of out-of-order replies.fixed futex_wait issue in SIGCHLD handler.ftp: fixed ls freezing with unstable server connection.torrent: show more correct ETA on the status line.fixed gnutls priority string.mirror: fixed excessive stack usage on large directo

发布于 2015-12-11 00:57:59 | 157 次阅读

Rust 1.5 稳定版发布,支持 cargo install
Rust 1.5 发布,该版本最主要更新是支持 cargo install 。 cargo install 可以用于安装新的子命令:cargo-check: statically check a project, but don’t build a binary.cargo-edit: add or remove dependencies for a project through the command line.cargo-graph: build dependency graphs for a project using Grap

发布于 2015-12-11 00:57:09 | 237 次阅读

GitLab 8.2.3 正式发布,代码托管平台
GitLab 8.2.3 正式发布,更新如下:  - Fix application settings cache not expiring after changes (Stan Hu)  - Fix Error 500s when creating global milestones with Unicode characters (Stan Hu)  - Update documentation for "Guest" permissions  - Properly convert Emoji-only co

发布于 2015-12-11 00:52:26 | 119 次阅读

Vue.js 1.1.1 发布,JavaScript 框架
Vue.js 1.1.1 发布,更新如下:新增Vue.set(obj, key, val) now returns the set value.Inline statement handlers for a v-on on component custom events now has access to the special $arguments property:// insi

发布于 2015-12-11 00:47:55 | 189 次阅读

Apache Stratos 4.1.5 发布,PaaS 框架
Apache Stratos 4.1.5 发布,更新如下:-    DAS Integration for Monitoring Service    -    Introduce the GIT hook based on demand repository update for tenant    signups

发布于 2015-12-11 00:46:57 | 115 次阅读

AppCode 3.3.2 更新发布
AppCode 3.3.2 更新发布,新增特性和改进如下:Swift“Surround with do/catch” and “Propagate call error with try”  quick-fixes are available for throwing functions as well as parser improvements for constructions with rethrows keywordQuick-fix added for splitt

发布于 2015-12-11 00:27:40 | 143 次阅读


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