- fix a race condition in the worker spawning code
- minor fixes for the spooler code
- backport of UWSGI_SCHEME for better HTTPS support
- improvements for graceful reloading code
== 1.2.7 No Hup
* Support multiple Ruby version (fat binaries under windows)
* Do not trap unsupported HUP signal on Windows
== 1.2.6 Crazy Delicious
* Make work with Rails 3 out-of-the-box.
* Auto-detect and load config.ru files on start. Makes Rails 3 work.
* Fix signals being ignored under 1.9 when daemonized.
== 1.2.5 This Is Not A Web Server
* Add rolling restart support (--onebyone option) [sikachu]
* Force external_encoding of request's body to ASCII_8BIT [jeremyz]
* Ensure Rack base API is used in Rails adapter only if version >= 2.3.2
[#111 state:resolved]
== 1.2.4 Flaming Astroboy
* Fix a few issues in thin to make it a better "gem citizen" [josh]
* Fix test for rack based Rails in adapter under Ruby >= 1.8.7
[#109 state:resolved]
* Fix Remote address spoofing vulnerability in Connection#remote_address
[Alexey Borzenkov]
* Fix uninitialized constant ActionController::Dispatcher error with
Rails 1.2.3 [Chris Anderton] [#103 state:resolved]
== 1.2.2 I Find Your Lack of Sauce Disturbing release
* Fix force kill under 1.9 [Alexey Chebotar]
* Fix regression when --only option is used w/ --socket.
* Add process name 'tag' functionality. Easier to distinguish thin daemons
from eachother in process listing [ctcherry]
== 1.2.1 Asynctilicious Ultra Supreme release
* Require Rack 1.0.0
* Require EventMachine 0.12.6
* Use Rails Rack based dispatcher when available
* Allow String for response body
* Require openssl before eventmachine to prevent crash in 1.9
== 1.2.0 Asynctilicious Supreme release
* Add support for Windows mingw Ruby distro [Juan C. Rodriguez]
* Add async response support, see example/async_*.ru [raggi]
== 1.1.1 Super Disco Power Plus release
* Fix bug when running with only options [hasimo]
== 1.1.0 Super Disco Power release
* Require EventMachine 0.12.4
* Remove Thin handler, now part of Rack 0.9.1
* Fix Rack protocol version to 0.1 in environment hash.
* Fix error when passing no_epoll option to a cluster.
* Omit parsing #defined strings [Jeremy Zurcher]
* Defaults SERVER_NAME to localhost like webrick does [#87 state:resolved]
* Namespace parser to prevent error when mongrel is required [cliffmoon]
* Set RACK_ENV based on environment option when loading rackup file
[Curtis Summers] [#83 state:resolved]
* Fixes a warning RE relative_url_root when using a prefix with Rails
2.1.1 [seriph] [#85 state:resolved]
* --only can work as a sequence number (if < 80) or a port number
(if >= 80) [jmay] [#81 state:resolved]
== 1.0.0 That's What She Said release
* Fixed vlad.rake to allow TCP or socket [hellekin]
* Updated Mack adapter to handle both <0.8.0 and >0.8.0 [Mark Bates]
* rails rack adapter uses File.readable_real? so it recognizes ACL
permissions [Ricardo Chimal]
* Log a warning if Rack application returns nil body [Michael S. Klishin]
* Handle nil and Time header values correctly [#76 state:resolved] [tmm1]
* Add Content-Length header to response automatically when possible
[#74 state:resolved] [dkubb]
* Runner now remembers -r, -D and -V parameters so that clustered servers
inherit those and 'restart' keep your parameters.
* Make Set-Cookie header, in Rails adapter, compatible with current Rack
spec [Pedro Belo] [#73, state:resolved]
* Add --no-epoll option to disable epoll usage on Linux
[#61 state:resolved]
* Add --force (-f) option to force stopping of a daemonized server
[#72 state:resolved]
* Update halycon adapter loader [mtodd]
== 0.8.2 Double Margarita release
* Require EventMachine 0.12.0
* [bug] Fix timeout handling when running command
* [bug] Fix hanging when restarting and no process is running in single
server move, fixes#67
* Added Mack adapter [markbates]
* Allow rackup .rb files by getting a conventionally named constant as
the app [bmizerany]
2.0.6:
- Fix off-by-one error in ESI handling
- Bug fixes related to session lingering
- Backend probes should now work correctly with more servers
- Portability fixes
- Make it possible to specify the per-thread stack size, useful for 32 bit
systems
2.0.5:
- Performance improvements, particularly on Linux.
- Implement support for HTTP continuation lines
- Handle illegal responses from the backend better by serving a 503 page
rather than panic-ing
- Add backtrace to assertion errors. This requires Varnish to be installed
unstripped
- Consume less memory when processing ESI
- Better standards compliance with If-None-Match support and emitting more
headers on 304 responses
- Add a FetchError? log tag which makes it easier to understand why a
backend fetch failed.
pkgsrc changes:
- Proper EGDIR/SYSCONFDIR support.
- Default user, directory, ownership and permissions support.
- Rudimentary fix for gcc vs. sunpro on Solaris, as used by varnish
to compile config files.
1.5.4
- mocha, cucumber and shoulda are development dependencies (fixes
requirement for thoughtbot-shoulda too)
1.5.3
- Forced rubigen to use activesupport 2.3.5 (as the last < 3.0
version). It will upgrade to use 3.0.0 when it is released.
1.5.2
- Trying to remove a circular rubigen->newgem->rubigen dependency issue
1.5.1
- Return #write_manifest which was accidently removed
- Moved website into gh-pages branch
1.5.0
- Preparation for integration back into Rails
- --git/-g option for generated files to be added via git commands
- after_generate hook for generators (used as rails' templates mechanism)
- bumped activesupport requirement to 2.2.2
- upgraded internal files to support latest newgem (removed config/
folder, moved config to Rakefile)
- support for RAILS_ROOT as a destination root
- removed references to Merb which now has its own generator system;
can access any merb generators via 'rubigen' helper app
- RubiGen::Base.active can be changed to a RubiGen::Base subclass that will
be used for lookups (e.g. RubiGen::Base.active = Rails::Generator::Base)
1.4.0
- rubigen tests now pass against ruby 1.9.0 and ruby 1.9.1(prerelease 2)
- puts are sent to an explicit #stdout which can be STDOUT or a StringIO
passed from tests; test output is now clean!
Switched the gemspec based build.
2.5.0:
- Add extra dirs to rcov include path if needed.
- Added Hoe#dependency_target to make dependencies easier to declare.
- Added extra doco to describe how auto-population works.
- Added more doco to readme.
- Don’t bother posting news to rubyforge.
- Hoe::Inline plugin now deals with X::Y by flattening the name.
- Merged some of Hoe.pdf to README.txt and further improved doco.
- Pushed gemcutter & rubyforge dependencies down to the plugins.
- Fix perms on Hoe.pdf after copying.
- Fixed Hoe rdoc problem caused by gemcutter plugin.
2.4.0
- Added Hoe.pdf
- Added gemcutter plugin (raggi)
- Added newb plugin. (jbarnette)
- Improved README.txt
- Improved rdoc
- Refactored rubyforge task to plugin. (jbarnette)
---------------------
FlexDock is a Java docking framework for use in cross-platform Swing
applications. It offers features you'd expect in any desktop docking
framework such as:
* Tabbed and Split Layouts
* Drag-n-Drop capability (with native drag rubber band painting on
some platforms)
* Floating windows
* Collapsible Containers to Save Real Estate
* Layout Persistence
* A library interface has been added.
* The option "--crop" has been replaced with the similar but different
option "--cut", which can accept coordinates taken from the ORF file.
* Recognition of files with a single character and without white space at
the edges has been fixed.
* Lintian warnings in Debian about man pages have been fixed.
Removed options.mk support, because there is no OpenSSL support in this
module's configure, and it makes no sense to conflict on PKG_OPTIONS.php=fastcgi when this module can be used
with www/ap-php
only (and not FastCGI-enabled lang/php5).
Changelog:
2.2.5
- Improved performance of consistent hash strategy
- Fixed PECL request #13758 (Failed to extract 'connection' variable
from object)
2.2.4
- Added memcached stats script from Harun Yayli
(http://livebookmark.net/memcachephp)
- Fixed server weight not being used in the session handler
- Fixed PECL bug #13343 (compilation breaks with CodeWarrior compiler)
- Fixed PECL bug #13546 (Session handler through unix socket)
- Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
- Fixed PECL request #13725 (unnecessary allocations in
mmc_consistent_add_server)
- Changed behaviour when unserialize/uncompress fail to return false
instead of failing the server
2.2.3
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
- Fixed PECL bug #13060 (make problems, due to role="doc" instead
of role="src")
- Added package version to phpinfo()
2.2.2
- Fixed PECL bug 12494 (Segmentation fault when Exception thrown in
the callback function)
- Fixed PECL bug #12834 (segfault when getting duplicate array values
on 64-bit system)
- Changed behaviour of close() to actually remove all servers from
pool (PECL bug #12555)
- Added configure option for PEAR installer to disable session handler
support
2.2.1
- Added argument to Memcache::get() that receives the flags for
retrieved value(s)
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions
breaks)
- Fixed problem with keys being modified in-place and empty keys
(PECL Bug #11236)
- Fixed incompatibility with standard hash strategy in previous
versions
2.2.0
- Added support for consistent hash strategy
- New INI directives "memcache.hash_strategy" = {standard, consistent},
"memcache.hash_function" = {crc32, fnv}
- PHP6 support
- Fixed PECL bug #11221 (Double free when returning cached object with
__sleep)
- Fixed PECL bug #10607 (Segfault on array key retrieval when array key
is not IS_STRING)
- Don't failover on "object to large" errors
- Use $phpincludedir for finding php_session.h
2.1.2
- Added missing files to the package.
2.1.1
- Added experimental session storage support. You can use memcached as
session storage.
- Fixed PECL bug #9486 (empty keys should not be allowed in
memcache_set/add())
- Fixed PECL bug #9854 (get() changes the datatype of variable of given
as key)
instead of rolling a private _llseek syscall using now-nonexistent type
declarations; (2) as noted in PR 33893 use errno.h instead of "extern int
errno".
- mark as destdir ready
XXX The Makefile has a comment saying that "this program" is licensed
under GPL. There is a README file saying that the sounds are licensed
under a BSD licence. Need to check for updates and/or contact upstream
for clarification and a proper licence file.
XXX The PLIST needs some serious TLC.
1.5: Small behavior changes
* hg heads now shows all branch heads, use --topo for old behavior
* hg annotate now follows copies and renames by default, use
--no-follow for old behavior
* the repo#name URL syntax now refers to all branch heads if
name is a branch
* servers now allow clone --uncompressed by default, set
server.uncompressed=false for old behavior
* the {file_copies} template now displays copies unconditionally,
use {file_copies_switch} for old behavior
* the templates/ directory has moved inside mercurial/
* mq patches are automatically upgraded to git patches, use
mq.git=keep for old behavior
1.5 - 2010-03-06
Core
* improved behavior for named branches with heads command
* new XML output template for logs
* import extract multiple patches from emails, mboxes, files, and URLs
* new patch.eol=auto option to ignore patch line-endings while
preserving target file endings.
* new -b/--branch option for clone, bundle, incoming, outgoing,
pull, and push
* new server.validate option to validate completeness of pushed
changesets
* subrepos now has basic Subversion support
* support for SSL server certificates and improved IPv6 support
* the HGPLAIN environment variable makes output more stable for scripts
Extensions
* new progress bar extension
* mq: new --mq option to make regular commands operate on queue repository
* mq: automatically upgrade conventional patches to git format where needed
* color: add support for bookmarks, resolve -l, and churn --diffstat
* convert: two CVS history editing hooks
* win32mbcs: add configuration to specify path encoding
* zeroconf: many bug fixes
* rebase: new --detach option for rebase
Web Interface
* improve navigation on log and graph pages
* support for pluggable authorization
* raw templates for tags/branches pages
* add wsgi script for Microsoft IIS with isapi-wsgi
Help and Documentation
* greatly improve error messages and command documentation
* support extended documentation with --verbose
* provide help for disabled extensions and commands
is a structure instead of a string. Should probably change this hook to use
the provided contrib/get_passphrase_from_file.lua file, but I just want to
get things working again for now. Bump PKGREVISION to 1.
The CHANGELOG since 0.15 is:
* FIX : roads not always refreshed when changing type or properties (fixes#2773)
* FIX : Cannot cleanly copy tags from one relation to another (fixes#2746)
* FIX : When merging contiguous nodes in the same way, check that we don't add the same node twice (fixes#2771)
* FIX : OSX enhacements (by Aleksandar Topuzovic) (closes#2774)
* FIX : When nodes are hidden,do not put them in the way of selecting roads
* FIX : avoid multiple updateVirtuals() at download time by disabling it and doing them all when the download is done
* FIX : speedup node moving by disabling virtual nodes and index updates during drag
* FIX : crash when coming from "Separate move mode" and a feature is selected.
Gaupol 0.15
===========
* Add text correction task to split joined words or to join split
words using spell-check suggestions (#572667)
* Show duration in time mode as seconds
* Merge Latin and French common error text correction patterns from
subtitleeditor (kitone)
* Allow pasting times with comma as a decimal separator (#580339)
* Allow bookmarks to be added or removed by double-clicking or
pressing enter in the bookmark column (#580346)
* Add validation for character encoding given as an argument on the
command line using the '-e' option
* Fix handling of Unicode BOMs (#568906)
* Add UTF-8-SIG character encoding for opening and saving files
with a UTF-8 signature/BOM
* Fix incorrect handling of common error patterns that at worst
caused gaupol to hang due to an eternal loop (#581003)
* Abort installation if an intltool-merge or msgfmt call fails
* Add messages for raised exceptions
Gaupol 0.14
===========
* Add an extension system (documentation to follow later)
* Add two extensions: side pane and bookmarks
* Adher to the home directory part of freedesktop.org's
XDG Base Directory Specification
* Handle reading and writing files with a UTF-8 BOM (#556956)
* Save SSA and ASS files with '\N' linebreaks instead of '\n'
* Resize columns after running text corrections
* Make removing a large amount of subtitles significantly faster
* Fix GtkWarning: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated
* Remove deprecated Encoding-field from desktop file
* Fix search dialog to not modify obsolete data (#572676)
* Fix character count error with Unicode text
* Fix updating of filenames in the projects menu
* Fix erroneous cleaning of SubRip markup after removing hearing
impaired subtitles
* Fix open dialog file filter to list files with upper- and mixed
case extensions as well
* Fix AssertionError when installing multiple times
* Switch version-control systems from subversion to git