Change Log for intraVnews 1.2
All Fixes for build intraVnews 1.2.3266.24802
12/10/2008
-
intraVnews proxy settings were sometimes bypassed.
-
Uninstaller bug with Vista
All Fixes for build intraVnews 1.2.3209.39602
10/20/2008
-
Proper support for Atom 1.0 feeds
-
Performance enhancements
-
Support for silent install / centralized deployment
-
Outlook could crash during shutdown if the balloon was visible
-
Installs on Windows Vista with support for UAC
-
Various Vista related issues
-
Outlook 12 multithreading issues
-
AutoCleanup time zone was not converted to local time
-
About dialog refresh issue
All Fixes for build intraVnews 1.2.2187.20200
12/27/2005
-
Net 2.0 compatible
-
Improved multithreading
-
Various performance & memory optimizations
-
Refresh feed immediately refreshes instead of adding it to the main queue
-
Refresh now (F9) adds all subscriptions to queue in background, not locking up
the UI
-
Fix: dc:terms was incorrectly parsed
-
Some servers returned an invalid HTTP status code. This caused feed to be
invalid
Change Log for intraVnews 1.12
All Fixes for build intraVnews 1.12.2113.17774
10/14/2005
-
Fixed memory leak.
-
Fixed errors due to opening Note item in Outlook 2003: "Could not complete the
operation. One or more parameter values are not valid." or "The note will close
and the changes will not be saved."
-
Fixed: Uninstaller now launches survey in default browser instead of IE.
-
Fixed: style sheet could not be read on locked down PC with LDAP
authentication.
-
Various memory optimizations.
-
Fixed OPML import issue with another OPML format found "in the wild".
-
Outlook and Office shared libraries now correctly installing in GAC
again<./li>
All Fixes for build intraVnews 1.12.2040.43034
8/3/2005
-
The postitem fields: PublicationDate, Feed, Group, and Creator are available
again.
All Fixes for build 1.12.2039.27472
8/1/2005
-
Shutdown issue with Outlook hanging or crashing resolved.
-
Shutdown issue with Spambayes resolved. If Spambayes and intraVnews were both
running, you could not shut down Outlook normally.
-
Somtimes postitems were in "draft" mode. The main symptom is that links can not
be clicked. This has been resolved in this release.
-
Dual display support for balloon. The balloon now correctly displays on
secondary screen by default, and optionally on the primary screen.
-
Fixed spelling error: Home folder was called intraVNews instead of intraVnews.
All Fixes for build 1.12.2026.789
7/19/2005
-
Added: Work Offline feature, allows you to follow Outlook's Work Offline
settings, or explicitly override it when needed.
-
Atom 1.0 support
-
Updated Help file
-
Copyright notice updated
-
License Agreement updated
-
Addressed various shutdown issues
-
Fixed ContentType error causing no HTML received for some sites
-
Issue where intraVnews window would sometimes not open
-
Right click in IE: sometimes the Add Feed dialog did not come on top
-
Dual screen support for balloon. Now displays on secondary screen by default
-
Misc esthetics
-
Exchange folders sometimes "disconnected"
With previous versions of intraVnews it was possible that duplicate items were
posted. We have tried to address this problem with version 1.12. If you install
this build and you find that duplicates are still posted for some feeds, please
have a look at the new customization options on the Download Settings tab!
All Fixes for build 1.12.1957.37148
5/17/2005
-
Hibernate/Standby support. When the PC resumes, intraVnews will wait up to 30
seconds until a connection is established before starting to update feeds.
-
Fixed some additional shutdown bugs.
-
Better support for when exchange server is offline.
-
Performance and memory optimizations.
-
Added support for Delta Encoding.
-
Updated various UI elements to improve esthetics.
-
NotModified, ReceiveFailure and Name Resolution Failure cases handled better
-
Fixed HTTP 301 bug ("hotel bug"). Feed URLs are not updated en masse if the
proxy replies with blanket "Moved Permanently" and requiring you to log in to
make Ineternet connection.
-
Fixed TTL=0 bug. Feeds with TTL=0 would update constantly.
-
Fixed Title for ScriptingNews feeds
-
Fixed blank feed titles. For feeds without title, URL will be displayed.
-
Fixed character encoding bug. For some feeds, correct encoding was not picked
up.
All Fixes for build 1.12.1873.4388
2/16/2005
-
Fixed shutdown issues
-
Added RSS 1.1 support
-
Better handling of duplicates & configurable per feed
-
Performance improvements
-
Expired trial version now supports 10 feeds instead of 5
-
Feed titles are automatically updated
-
Added Tray Icon (System Notification Icon)
-
By default external PST created automatically on new install
-
Feed icon retrieval doesn't freeze UI
-
Changed performance thread max from 15 to 10
-
Home button didn't always work
-
Fixed several focus issues with dialog boxes
-
Unsubscribe: asks whether to delete feed folder
-
Item sorting in default view includes Created date
All Fixes for build 1.1.1740.24935
-
Additional item history is maintained in order to prevent duplicate items.
Change Log for intraVnews 1.11
After recent discussions in various places about RSS scalability and bandwidth
consumption, we have uncovered three issues which we found important enough to
address right away:
-
Expires:
If an Expires header was received, intraVnews could incorrectly parse the date
and create an incorrect schedule.
-
Caching:
When a feed was being updated, intraVnews 1.1 would always ask for fresh
results, even if the server had cached results available. One way for
webmasters to minimize bandwidth impact for popular feeds is to provide cached
results. By using cached results, updating will be faster too.
-
TTL:
It was possible to create a custom schedule which would update a feed too
frequently. Although intraVnews uses TTL to create a new schedule
automatically, the TTL was not used when making a custom schedule.
We also fixed a long time issue that was becoming quite a "call generator". To
minimize impact on servers, intraVnews was designed to make a HTTP HEAD request
in order to determine whether new content is available. The advantage of HTTP
HEAD is that the response does not include any content.
Unfortunately, there are some servers which do not support HEAD, even though
all servers are required to according to HTTP standards.
We now eliminated the use of HEAD without making any sacrifices. If anything,
performance is better and bandwidth use is less than with prior versions.
All Fixes for build 1.1.1740.20779
-
Some DOCTYPE declarations were parsed incorrectly. This made it impossible to
subscribe to some feeds.
All Fixes for build 1.1.1724.42054
-
HEAD request no longer made. This fixes issues with some feeds generated by web
services and feeds on servers that do not support HEAD requests properly.
We now use GET only, of course with full support for Etag and conditional GET).
-
Hyperlinks to intraVnews website updated (.htm to .aspx).
-
Conditional GET implementation would cause HTTP 200 (OK) in some cases where a
HTTP 304 (Not Modified) was expected (Estimated 10% of the time).
All Fixes for build 1.1.1717.18990
-
If a Beta/RC version was activated, activation could be lost.
Symptoms: The licensing dialog still indicates intraVnews is activated, but
intraVnews behaves as if the trial has expired.
-
"Expires" header was sometimes parsed incorrectly causing an incorrect update
schedule for the feed.
intraVnews will now properly schedule a feed update on the date and time
indicated by Expires, provided it occurs after the default update time.
-
intraVnews will now accept cached results for all requests.
-
You can no longer create a custom schedule which updates more frequently than
the TTL provided in the feed.
-
During feed updating, if a a server responds with "OK" but no content is
received, the feed will now be rescheduled properly.
-
Some proxies would respond with HTTP 407 (Proxy Authentication Required)
-
Many or all feeds would have the error: "The server responded with an OK, but
no feed content was received".
-
If a license needs to be updated (address change, transfer, etc), intraVnews
can be re-activated.
-
Incorrect pricing in License dialog