Skip to content

Commit

Permalink
History for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Nov 13, 2011
1 parent 0dfb671 commit 85d378e
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 19 deletions.
2 changes: 1 addition & 1 deletion iudex-async-httpclient/History.rdoc
@@ -1,2 +1,2 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Initial release with Iudex 1.1.x.
5 changes: 3 additions & 2 deletions iudex-barc/History.rdoc
@@ -1,7 +1,8 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Update to iudex-http ~> 1.1.0
* Update to minitest ~> 2.3
* BARCResponseHandler updates for iudex-http changes
* Update to gravitext-util ~> 1.5.1 (for UniMap.toString)
* Update to minitest ~> 2.3

=== 1.0.0 (2011-04-04)
* Initial release.
2 changes: 1 addition & 1 deletion iudex-char-detector/History.rdoc
@@ -1,2 +1,2 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Initial release with Iudex 1.1.x.
19 changes: 15 additions & 4 deletions iudex-core/History.rdoc
@@ -1,12 +1,23 @@
=== 1.1.0 (TBD)
* Update to iudex-filter,http,barc ~> 1.1.0.
=== 1.1.0 (2011-11-13)
* Update to iudex-filter,http,barc ~> 1.1.0
* ContentFetcher updates for iudex-http changes
* New MojiBakeFilter, MojiBakeMapper with config table loading support
* New AsyncVisitExecutor for use with an asynchronous HTTP client
* Added encoding confidence map to ContentSource (supports encoding
* Replaced VisitExecutor with asynchronous client compatible
VisitManager
* Visit/HostQueue acquire/release for concurrecy and per host settings
* VisitQueue uses VisitURL.domain (registration level) host keys
* New VisitCounter interface
* New RedirectHandler and Revisitor filters for direct redirect
handling with filter access
* VisitURL.resolve for redirect support
* Drop now redundant RLDomainFilter and RL_DOMAIN key
* Add domain to iudex-url-norm output
* Add encoding confidence map to ContentSource (supports encoding
detection)
* Add U+2060 WORD JOINER to Characters.ctrlWS list
* Update to minitest ~> 2.3
* Update to gravitext-util ~> 1.5.1 (for UniMap.toString)
* Update TLDSets based on upstream 9411dffc948b (2011-09-02)

=== 1.0.0 (2011-04-04)
* Initial release.
8 changes: 7 additions & 1 deletion iudex-da/History.rdoc
@@ -1,5 +1,11 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Update to iudex-core ~> 1.1.0
* Update to activerecord ~> 3.0.10, pg ~> 9.0.801, adapter ~> 1.1.3
* Expand commons-pool pom dep to [1.5.4, 1.5.6]
* Migrate host field to domain (registration level), mapper/writer
domain support, :domain in WorkPoller, drop :host key.
* Add migration profile support, move simhash index to simhash
profile, add index_next_visit migration profile
* Update to minitest ~> 2.3

=== 1.0.0 (2011-04-04)
Expand Down
8 changes: 7 additions & 1 deletion iudex-filter/History.rdoc
@@ -1,6 +1,12 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Filter chain factory ergonomics:
* flatten.compact filters in create_chain, top level filters
* main_summary_period, main_by_filter_period on by default
* Add listener param to create_chain, create_switch for nested listener
* New SubListFilter
* Add FilterException to imports (Siddharth Raghavan)
* Update to minitest ~> 2.3
* Update to gravitext-util ~> 1.5.1 (for UniMap.toString)

=== 1.0.0 (2011-04-04)
* Initial release.
7 changes: 6 additions & 1 deletion iudex-html/History.rdoc
@@ -1,4 +1,9 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Update to iudex-core ~> 1.1.0
* Add NekoHTMLParser charset expansion and ContentSource encoding
confidence support
* Add MojiBakeCleaner tree filter, helper support
* Update to minitest ~> 2.3

=== 1.0.0 (2011-04-04)
* Initial release.
2 changes: 1 addition & 1 deletion iudex-http-test/History.rdoc
@@ -1,2 +1,2 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Initial release with Iudex 1.1.x.
3 changes: 2 additions & 1 deletion iudex-http/History.rdoc
@@ -1,11 +1,12 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* New general ContentTypeSet with Content-Type match test.
* ResponseHandler simplified to a single sessionCompleted() callback.
* New HostAccessListener,Listenable interfaces for track host
connection usage.
* HTTPSession constants for psuedo-HTTP status error codes, other
additions.
* Update to minitest ~> 2.3
* Update to gravitext-util ~> 1.5.1 (for UniMap.toString)

=== 1.0.0 (2011-04-04)
* Initial release.
8 changes: 7 additions & 1 deletion iudex-httpclient-3/History.rdoc
@@ -1,4 +1,10 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Update to iudex-http ~> 1.1.0 and associated changes:
ContentTypeSet, buffer in Client, acceptedContentType
maxContentLength from session.
* Default max-redirects 0
* Adopt iudex-http-test based tests and fix failure cases.
* Update to minitest ~> 2.3

=== 1.0.0 (2011-04-04)
* Initial release.
2 changes: 1 addition & 1 deletion iudex-jetty-httpclient/History.rdoc
@@ -1,2 +1,2 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Initial release with Iudex 1.1.x.
4 changes: 3 additions & 1 deletion iudex-rome/History.rdoc
@@ -1,4 +1,6 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Update to iudex-core ~> 1.1.0
* Update to minitest ~> 2.3

=== 1.0.0 (2011-04-04)
* Initial release.
4 changes: 3 additions & 1 deletion iudex-simhash/History.rdoc
@@ -1,4 +1,6 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Update to iudex-html ~> 1.1.0
* Update to minitest ~> 2.3

=== 1.0.0 (2011-04-04)
* Initial release.
12 changes: 11 additions & 1 deletion iudex-worker/History.rdoc
@@ -1,4 +1,14 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Update to iudex-core, -da, -rome, -html, -simhash ~> 1.1.0
* Changes for VisitManager, VisitCounter, RedirectHandler, Revisitor
* Use ContentTypeSet in ContentFetcher
* Generalize Agent to for all three HTTP clients; all are now
optional/dev dependencies
* Add iudex-char-detector ~> 1.1.0 dep and use CharDetectFilter in
FCF.page_receiver
* Improved setup error logging in Agent
* Enable :main listeners in filter_chain_factory
* Update to minitest ~> 2.3

=== 1.0.0 (2011-04-04)
* Initial release.
2 changes: 1 addition & 1 deletion iudex/History.rdoc
@@ -1,4 +1,4 @@
=== 1.1.0 (TBD)
=== 1.1.0 (2011-11-13)
* Add dependencies for iudex-worker ~> 1.1.0 and optional httpclients.

=== 1.0.0 (2010-7-25)
Expand Down

0 comments on commit 85d378e

Please sign in to comment.