Skip to content

Commit

Permalink
1.0.0-alpha12
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 15, 2012
1 parent 1d88d3c commit 71d9724
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## Changes between Crawlista 1.0.0-alpha12 and 1.0.0-alpha13

No changes so far.


## Changes between Crawlista 1.0.0-alpha11 and 1.0.0-alpha12

No changes yet.
### Less Aggressive Normalization

This is a breaking change: Crawlista's extraction functions now perform less aggressive normalization
(not stripping off `www.`, for example) and this may result in effectively duplicate URLs extracted but
also means you won't get URLs that won't work for certain sites (that depend on `www.` prefixes or
the presence of the trailing slash in path, etc).


### Urly 1.0.0

[Urly](https://github.com/michaelklishin/urly) has been upgraded to 1.0.0 (final).


## Changes between Crawlista 1.0.0-alpha10 and 1.0.0-alpha11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Crawlista is a support library for Clojure applications that crawl the Web.

With Leiningen

[clojurewerkz/crawlista "1.0.0-alpha11"]
[clojurewerkz/crawlista "1.0.0-alpha12"]

or, if you are comfortable with using snapshots,

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojurewerkz/crawlista "1.0.0-SNAPSHOT"
(defproject clojurewerkz/crawlista "1.0.0-alpha12"
:description "Support library for Clojure applications that crawl the Web"
:min-lein-version "2.0.0"
:dependencies [[org.clojure/clojure "1.3.0"]
Expand Down

0 comments on commit 71d9724

Please sign in to comment.