Statistics
| Revision:

root / branches / nntpgrab-0.6 / ChangeLog @ 1638

History | View | Annotate | Download (47.7 KB)

1
==================
2
NNTPGrab ChangeLog
3
==================
4

                
5
+----------------+
6
| NNTPGrab 0.6.2 |
7
+----------------+
8

                
9
Released at Friday June 4 2010
10

                
11
- Added support for Windows x64
12
- When connecting to servers, keep the results of all DNS lookups in a cache so reconnecting can be done faster.
13
  This should also lower the possibility of the error message 'No hostname could be found for servername x' from occuring
14
- Automatically retry connecting to usenet servers when a connection error has occured
15
  This should fix a bug where the download queue could hang when the network connection is unstable
16
- Very small files could get stuck in the download queue. Fixed
17
- In a rare situation, the program could deadlock while trying to remove a file from the download queue. Fixed
18
- Really disable activating the automatic import on Mac OS X
19
- Don't use g_module_close() on Win32/Win64 as it causes a crash when the program is shut down
20
- When a network disconnect is discovered by the NetworkManager plugin, the download queue
21
  would always get stopped, even when the download queue was inactive. Improved the handling of this situation
22
- Don't wait for active decode actions to be completed before applying configuration changes
23
  This fixes a temporary hang or a deadlock which could occur when changing something in the configuration while a file is being decoded
24
- The download queue could get in an undefined state when applying multiple configuration changes very quick after each other. Fixed
25
- When using collection names > 128 characters some error messages could pop up while adding files or performing a PAR2 repair or an unpack. Fixed
26
- Added some more logging to improve the diagnosing of incomplete downloads
27
- When a collection name contains the text '.par2', all files get marked as par2 recovery files by par2cmdline.
28
  This resulted in the automatic remove function to remove all files in the collection. Added a workaround for this bug
29
- Compile fix for environments without GTK 2.12.0 or higher
30
- NZBCreator: Automatically deselect the checkbox of a collection when there are no items selected in it
31
- NZBCreator: Don't show expanders for collections with only one file
32
- NZBCreator: Show the poster for each collection if all the files in a collection were done by the same poster
33
- NZBCreator: When importing files using the NZBCreator, use a more generic collection name instead of the name of the first file
34
- NZBCreator: Perform the importing of files in a seperate thread to avoid that the GUI gets frozen for a few seconds
35
- NZBCreator: Fixed a memory leak which occured while importing files
36

                
37
+----------------+
38
| NNTPGrab 0.6.1 |
39
+----------------+
40

                
41
Released at Friday March 26 2010
42

                
43
- Added a hack which should prevent a crash on startup which several Mac OS X users were having
44
- An error message could get shown when trying to remove both an collection
45
  and a file within that specific collection at the same time. Fixed
46
- Files which are downloaded, but not yet decoded could remain stuck in the
47
  'Waiting for decoding' state. Fixed
48
- When adding files using the NNTPGrab Server which are smaller than 1024 bytes, an error
49
  message could get shown in the frontend. Fixed
50
- The download queue could get suspended when having multiple servers and all the
51
  items in the download queue aren't available on one of those servers. Fixed
52
- When an connection error occurs while downloading, the download queue could
53
  end up in an undefined state. Fixed
54
- When a collection doesn't contain any PAR2 files, no automatic unpack would happen. Fixed
55
- Also try to unpack .001 files when these are RAR archives
56
- Fixed a possible crash or strange behaviour when trying to remove files from the
57
  download queue while other files are being downloaded
58
- When a read timeout occurs on all active connections at the same time, the download queue
59
  could get suspended even when there still are tasks remaining. Fixed
60
- Disabled the automatic import options in the GUI for Mac OS X as this feature
61
  isn't implemented yet for Mac OS X environments
62
- Fixed various small memory leaks
63

                
64
+----------------+
65
| NNTPGrab 0.6.0 |
66
+----------------+
67

                
68
Released at Sunday March 7 2010
69

                
70
- Added support to automatically remove PAR2 files after a successfull recovery
71
- Added a preview of the integrated webinterface created by Flex1986. This can be reached
72
  on the address https://localhost:5423 after the JSON-RPC plugin has been loaded
73
  and the 'Enable embedded webserver' option has been enabled in the configuration
74
- When trying to download files on Mac OS X the program could crash. Fixed
75
- Added support for downloading using a proxy server on Win32 environments
76
- Suspend the download thread and abort all open connections immediately when
77
  there's nothing to download
78
- Don't try to auto-load plugins which are already loaded. This resolves error
79
  messages which could be shown when connecting to an NNTPGrab Server
80
- Don't build the auto_import plugin when GLib 2.16.0 or higher isn't available
81
- Don't build the PHP module by default anymore as it's obsoleted by the embedded webserver
82
- When adding files using the JSON-RPC plugin/NNTPGrab Server, the message-id's got malformed. Fixed
83
- The JSON-RPC event 'connection_disconnect' didn't send a correct 'reason' field. Fixed
84
- Fixed a reference count issue which could cause a segfault when executing
85
  the JSON-RPC method 'system.events'
86
- Fixed an invalid free in the JSON-RPC method 'system.events'
87
- The JSON-RPC event 'traffic_monitor_update' was broken on non-English locales. Fixed
88
- When removing all items from a collection but not the collection itself could
89
  result in the error message 'cannot commit - no transaction is active'. Fixed
90
- Fixed a possible deadlock while removing items from the download queue
91
- Small optimalisation while removing items from the download queue
92
- Improved the resize behaviour of the 'Manage plugins' window
93

                
94
+-----------------+
95
| NNTPGrab 0.5.91 |
96
+-----------------+
97

                
98
Released at Friday February 19 2010
99

                
100
== This is an unstable release! ==
101

                
102
- Added a Qt version of the NNTPGrab Server. This makes to program look more
103
  native on Win32 and Mac OS X environments
104
- Added a new feature: Automatically remove files after unpack (disabled by default)
105
- Implemented JSON-RPC over TCP
106
- Implemented the remaining JSON-RPC methods
107
- Ported the NNTPGrab Server and the Glue layer to use JSON-RPC over TCP
108
- Start the NNTPGrab Server (console) in the foreground by default
109
- Added the -h / --help arguments to the NNTPGrab Server (console)
110
- Listen on both IPv4 and IPv6 for the embedded webserver/JSON-RPC server
111
- Added a new plugin (created by crashoverraid) which prevents Win32
112
  environments from going to sleep while the program is running
113
- Fixed a bug in the JSON-RPC parser which could lead to 100% CPU usage
114
- Fixed a possible chrash in the JSON parser which could occur when trying
115
  to parse invalid data
116
- Fixed a warning in the NNTPGrab Server about the 'par2_repair_message' signal being unknown
117
- Always start the embedded webserver when using the NNTPGrab Server 
118
  (even if it's disabled in the configuration)
119
- Automatically escape the characters " and \ in JSON requests
120
- Only load plugins which are really required by default
121
- Show a notification in the GUI when a NZB file is imported by the NNTPGrab Server
122
- Automatically save any configuration changes which were done using the JSON-RPC plugin
123
- Downloading using a proxy server wasn't working correctly. Fixed
124
- Added support to download using a proxy server on Mac OS X environments
125
- If a log message with log_level NG_LOG_LEVEL_WARNING occurs then show a popup in the GTK GUI
126
- While decoding files an error message could be overwritten by another one
127
  resulting in an invalid error message. Fixed
128
- If files from a NZB containing invalid data is being decoded an invalid
129
  error message could occur. Fixed
130
- Fixed a bug where downloading could stop after one part
131
- Fixed a possible bug where the download queue wouldn't revive anymore when suspended
132
- Enable the tray icon by default on new installations (except on OSX)
133
- Fixed a small GTK warning in the GUI which could occur when viewing the list
134
  of available auto-import folders
135
- Only try to unpack files when a collection has been completely verified using PAR2
136

                
137
+-----------------+
138
| NNTPGrab 0.5.90 |
139
+-----------------+
140

                
141
Released at Saturday December 26 2009
142

                
143
== This is an unstable release! ==
144

                
145
- Improved the overall performance of the program by reducing the number of
146
  threads involved while downloading files
147
- Configuration changes are applied much faster than before
148
- The decoder has been rewritten for improved performance
149
- Saving of downloaded files is now more efficient because the need for
150
  a temporary dump file has been eliminated
151
- Don't bother checking the download queue when no servers are enabled
152
- The download thread will now automatically suspend itself when no new queued
153
  items have been found in the last 30 seconds. As soon as some activity happens
154
  in the download queue (adding or restarting tasks) the download thread will
155
  automatically be resurrected
156
- Several other optimalisations have been applied in the schedular, the
157
  download thread and the GTK GUI
158
- Make downloading using SSL more reliable
159
- Bandwidth limiting has been implemented
160
- The reliability of the speed monitor has been improved
161
- Support for downloading using proxy servers has been implemented
162
- Use GNOME's proxy settings for the update check and NZBCreator
163
  when they're available (Linux only)
164
- A plugin architecture has been implemented which makes it much easier
165
  to add new functionality to the program
166
- Automatically pause/resume the download queue when a network connection
167
  has been disconnected/resumed (Linux only)
168
- Added a plugin which automatically logs all debug messages to disk
169
- Added a plugin which allows NNTPGrab to be controlled using JSON-RPC
170
- The program can now also run on Fonera environments
171
- Added French translation
172
- Optimized the NNTPGrab Server by eliminating several regular expressions
173
- Fixed a possible deadlock caused by the PAR2 code
174
- Added a new ./configure option: --disable-ssl
175
- Don't search for libcurl when running ./configure --disable-gui
176
- Added a workaround for a bug in par2cmdline (the index file MUST have the
177
  extension .par or .par2)
178
- Added some code to prevent the database being opened by multiple threads
179
  at the same time as this can cause 'Database is locked' errors on Win32
180
- Moving items in the download queue to the bottom was broken with GTK 2.18.0 or higher. Fixed
181

                
182
+----------------+
183
| NNTPGrab 0.5.1 |
184
+----------------+
185

                
186
Released at Sunday July 19 2009
187

                
188
- In some rare situations, the schedular could get paused. This should be resolved now
189
- Fixed a possible crash in the unpack plugin
190
- When performing a PAR2 verify, an assertion error could appear. Fixed
191
- The progress bar in the PAR2 tab could get stuck when an unexpected error occurs
192
  while performing a PAR2 recovery
193
- Don't freeze anymore while manipulating the download queue or configuration
194
  when a connection error has just occured
195
- Prevent some memory corruption
196
- Prevent an invalid free
197

                
198
+----------------+
199
| NNTPGrab 0.5.0 |
200
+----------------+
201

                
202
Released at Monday June 29 2009
203

                
204
- Improved the automatic unpack GUI by showing the files which are currently being extracted
205
- Improved error handling in the automatic unpack
206
- Rewritten several parts of the Automatic Unpack plugin which are needed
207
  to prevent a console window being shown while unpacking on Win32 environments
208
- When a collection contains multiple PAR2 sets, the GUI could show a lot of assertion errors. Fixed
209
- When checking PAR2 files which belong to another PAR2 set, the progressbar in the GUI could get stuck. Fixed
210
- Don't bail out when decoding invalid yEnc messages. Solves the 'Unknown decode error occured, No error (0)' messages
211
- Reduce the required disk space on Win32 environments by using
212
  a small wrapper program for the executable nntpgrab_gui_debug.exe
213
- Dropped the cURL dependency for environments where libsoup 2.4 (or higher) is installed.
214
  This reduces the size of the installer on Win32 and Mac OS X environments
215
- The performance of decoding files should be slightly improved
216
- The NNTPGrab Server could freeze on old Linux environments when run in the background. Fixed
217
- Made the columns in the Repair and Unpack tab resizeable and repositionable
218
- Renamed the toolbar button 'Enable automatic shutdown' to 'Automatic shutdown' to prevent wrapping
219
- Automatic shutdown wasn't working on Mac OS X environments. Fixed
220
- Introduced an automatic snapshot generator which builds Mac OS X installers
221
  after each change done in the Subversion repository. These snapshots
222
  are published at https://www.nntpgrab.nl/snapshots
223
- Rewritten the speed monitor in the GUI to be more efficient
224
- The program could crash when performing a NZBCreator search with the minimum
225
  or maximum file size options set. Fixed
226
- Rewritten the processing of signals in the glue layer to be more efficient
227
- Made the download queue manipulation code more thread safe
228
- Several changes required for Win64 support
229
- Several memory leaks fixed
230

                
231
+-----------------+
232
| NNTPGrab 0.4.91 |
233
+-----------------+
234

                
235
Released at Tuesday May 5 2009
236

                
237
== This is an unstable release! ==
238

                
239
- Removing collections was broken. Fixed
240
- Don't allow the PAR2 repair and the automatic unpack to happen at the same
241
  time as both processes cause high I/O load
242
- Implemented the GUI for the PAR2 repair and automatic unpack
243
- Added an extra checkbox to the connect dialog in which the user can indicate
244
  whether they want to see the connect dialog the next time they run the program.
245
  This option can be reset from the configuration tab if wanted
246
- Allow the automatic unpack to be configurable from the GUI
247
- Added some optimalisations in the code responsible for moving files and collections
248
- The NNTPGrab Server can now be run in the background
249
- Added a new option to the main menu: Kill the NNTPGrab Server
250
  This option can only be activated when connected to a NNTPGrab Server
251
- The thread which is responsible for unpacking files could deadlock when
252
  corrupt files were being unpacked. This also caused the side-effect of the
253
  automatic shutdown not being triggered anymore
254
- Translations weren't working on Mac OS X. Fixed
255
- Opening .nzb files while the program wasn't running was broken on Mac OS X. Fixed
256
- Fixed a possible crash when pausing the download queue while one or more
257
  files are waiting to be decoded
258
- When the program was started, all files with the status 'Waiting
259
  to be decoded' would remain on that state forever. Fixed
260
- Simplified the installation of the PHP module on Win32 environments by
261
  eliminating all the external .DLL dependendencies
262
- In some situations, the program could crash on startup because of a 
263
  race-condition in the libxml2 initialisation. Fixed
264
- Fixed a small resource leak
265
- Compile fix for Linux environments where DBus isn't installed
266
- Compile warning in base/utils.c fixed
267
- The program didn't start when having a version of GTK+ older than 2.12.0. Fixed
268
- When starting the Standalone version of NNTPGrab on Linux, load
269
  the file libnntpgrab.so.0 instead of libnntpgrab.so
270
- The position of collections and files in the database could become inconsistent. Fixed
271
- When decoding, some filenames could get mangled. From now on, only really
272
  forbidden characters may get mangled in the filename
273
- When all the configured usenet servers are marked 'disabled', all remaining
274
  downloads would get changed to the status 'Not available'. Fixed
275
- Files in the download queue which are no longer on the usenet server anymore
276
  were always retried on startup on NNTPGrab while that shouldn't be happening. Fixed
277
- Added code to prevent the warning "passing a child setup function to the
278
  g_spawn functions is pointless on Windows and it is ignored"
279
- The files nntpgrab_gui.exe and nntpgrab_gui_debug.exe on Win32 were missing a icon
280
  and version information. This is now added. Should also solve the 'missing
281
  hicolor icon theme' message
282

                
283
+-----------------+
284
| NNTPGrab 0.4.90 |
285
+-----------------+
286

                
287
Released at Sunday March 15 2009
288

                
289
== This is an unstable release! ==
290

                
291
- Implemented automatic unpack which is performed after a collection
292
  is completely downloaded (and after the PAR2 verification/repair if
293
  there are PAR2 files in the collection)
294
- Added support to shut down the computer after all files are downloaded
295
  For Linux, this requires a recent Linux distribution (less than one year old)
296
  containing support for PolicyKit
297
- Merged the Networked GUI and the Standalone GUI in one program
298
- Improved the processing of output from the PAR2 process.
299
  For this version, this isn't visible yet in the NNTPGrab GUI, but
300
  this will be done in the next version of NNTPGrab
301
- Changed the name of the 'PAR2 Repair' tab to 'Repair and Unpack'
302
- Reduced the CPU usage when using large download queues
303
- When using large download queues, the memory usage could get very high.
304
  This was caused by in-efficient behaviour of libxml2. From now on
305
  the download queue will be maintained in a SQLite database.
306
  Download queues created using NNTPGrab 0.4.2 or below can't be used
307
  with this version anymore, so please complete your downloads with
308
  the old version of NNTPGrab before updating to this version
309
- Reduced the disk space required to install NNTPGrab on Win32 environments
310
  by stripping out unnecessary dependencies and unnecessary debug information
311
  This process isn't completed yet, so the required disk space will
312
  even be more reduced in later versions
313
- If a collection only contains files from the same poster, show this poster
314
  in the collection row in the download queue
315
- Servers can now be quickly enabled/disabled by clicking on the 'Enabled'
316
  checkbox in the Configuration tab without opening the 'Edit Server' window
317
- When double clicking on an already existing server in the Configuration tab
318
  the 'Edit Server' window will automatically be shown
319
- From now on there are two different NNTPGrab Server applications:
320
  The application 'nntpgrab_server' is always a console application (no GUI stuff involved)
321
  while the application 'nntpgrab_server_gui' is an GUI application (which won't be
322
  build when the ./configure --disable-gui option is given)
323
- Made it easier for application developers to create NNTPGrab frontends by
324
  removing the dependency on GLib in the public headers and libraries
325
- Improved the documentation in the public headers
326
- Show the download queue context menu when the right mouse button or
327
  the combination CTRL + left mouse button is used (Mac OS X only). Bugzilla #174
328
- Added the character ':' to the list of forbidden characters for collection names
329
- When performing an auto-import, also filter any forbidden characters in the collection name
330
- Small fix in the Win32 installer: the file libgmodule-2.0-0.dll is also required
331
  for the webinterface to work on Win32 environments
332
- When the system is under high load, the message 'Code should not be reached'
333
  could still popup when trying to import NZB files. This is caused by
334
  https://bugzilla.gnome.org/show_bug.cgi?id=538458
335
  To work around this, the timeout is increased from 3 seconds to 10 seconds
336
- Strip out any non-UTF8 characters coming from par2cmdline before presenting it to the frontends
337
- The program would keep on retrying downloading parts which contain no data instead of ignoring these empty parts. Fixed
338
- Merged the 'NZB Import' and 'Quick NZB Import' toolbar buttons in one with a drop-down list
339
- All the download queue manipulation is now done using a 'reference count' system
340
  This makes it possible to reduce the number of locks which should improve the 
341
  responsiveness of download queue manipulations
342
- Added support for compiling the program with GCC 4.4
343
- Added support for cross-compiling the program
344
- Introduced an automatic snapshot generator which builds Win32 installers
345
  after each change done in the Subversion repository. These snapshots
346
  are published at https://www.nntpgrab.nl/snapshots
347
- When using snapshots/subversion builds, the Subversion revision and build
348
  number are now shown in the Information tab
349

                
350
+----------------+
351
| NNTPGrab 0.4.2 |
352
+----------------+
353

                
354
Released at Saturday January 10 2009
355

                
356
- The most annoying bug of NNTPGrab up-to-date is the bug where importing
357
  a second NZB or importing a NZB from an external source (like a webbrowser)
358
  frequently fails with the message 'This code should not be reached'.
359
  This is caused by two bugs in GTK: https://bugzilla.gnome.org/show_bug.cgi?id=538458 
360
  and https://bugzilla.gnome.org/show_bug.cgi?id=355623
361
  These bugs aren't fixed yet in GTK, but a proper workaround has been found
362
  which shouldn't have any side effects
363
- Improve the reliability of the automatic NZB import by queueing up
364
  events triggered by the directory monitor and only process these
365
  events when they haven't changed in the last 3 seconds
366
- Disabling/enabling the automatic NZB import could cause a crash on Win32. Fixed
367
- While decoding, don't reopen the resulting file again for each part. This should
368
  improve compatibility with several virus scanners on Win32 environments
369
- The schedular could get automatically stopped with the message 'No such file or directory'
370
  when the decoder tried to decode a file which lacks the '=yend' tag. Fixed
371
- The download queue context menu items 'open download folder' and 'execute
372
  downloaded file' were broken on Mac OS X. Fixed
373
- The NZB import screen was showing a raw unix timestamp and the file size in bytes.
374
  This has been changed to a human-readable timestamp and a better readable filesize
375
- Some texts didn't got translated. Fixed
376
- Don't link against NSS when NSS is found, but nss_compat_ossl isn't found
377
- Fixed a memory leak in the NZB loading code
378

                
379
+----------------+
380
| NNTPGrab 0.4.1 |
381
+----------------+
382

                
383
Released at Monday December 29 2008
384

                
385
- The automatic PAR2 wouldn't start when the subject of the file is malformed.
386
  This is fixed by checking the file extension after each decode instead of
387
  relying only on the subject for the filename
388
- Before starting to decode files, test if the resulting directory can be opened.
389
  If this isn't possible, return an error message and pause the download queue
390
  to avoid files from getting lost
391
- As of NNTPGrab 0.3.0, connecting to IPv6 servers triggered a 'stack smashing
392
  attack' after which the program was automatically killed. Fixed
393
- The decoder could generate several empty files when there's no diskspace available. Fixed
394
- Improve error handling when saving files on async NFS shares
395
- Fixed a crash which occured when more than MAX_NNTP_SERVERS (10)
396
  servers are added in the configuration
397
- Raised the MAX_NNTP_SERVERS from 10 to 25 servers
398
- Fixed a possible compile failure
399
- Fixed a possible crash in the webinterface and the networked GUI
400

                
401
+----------------+
402
| NNTPGrab 0.4.0 |
403
+----------------+
404

                
405
Released at Sunday November 23 2008
406

                
407
- Added a new option to the configuration tab: enable PAR2 repair
408
- Only try to auto-import files with the .nzb extension
409
- When files were moved, they weren't detected by the auto-import. Fixed
410
- The program would crash while decoding multipart uu-encoded files
411
  From now on, all multipart uu-encoded files will always be incomplete (only
412
  the first part gets decoded).  This is due to limitations in yydecode
413
  where a proper fix requires more time
414
- When the schedular was paused, active files could get stuck in the 'now
415
  downloading' state. Fixed
416
- Renamed the file plugins/par2/plugin_par2.cpp to plugins/par2/plugin_par2.c as
417
  it was causing compile problems on pardus linux
418
- Visual Studio compile fix
419
- Use a custom variant of the popen function on Win32 environments.
420
  This should hide the par2repair command line window during repair
421
- Several memory leaks in the NZBCreator have been fixed upstream in libsoup,
422
  so remove the unnecessary free's from the NZBCreator code to prevent warnings like
423
  GLib-CRITICAL **: g_hash_table_unref: assertion `hash_table->ref_count > 0' failed
424
- The 'estimated time remaining' and 'estimed time to finish' could be shown
425
  for collections which were already fully downloaded. Fixed
426
- The generation of .rpt files containing crash reports on Windows was broken as
427
  of NNTPGrab 0.3.0. Fixed
428
- When the decoding of a file is done, notify the frontend about the resulting
429
  filename. Fixes bugzilla #166
430
- After each decode, change the current directory to the download
431
  folder itself (instead of the folder in which all the decoded
432
  files were placed) in order to prevent the NNTPGrab process from keeping
433
  the directory with the decoded files 'occupied' on Windows environments.
434
- On Windows environments, the decoding would always fail when the
435
  collection name contained special characters. Fixed
436
- If errors occur during the decode (due to corrupt or incomplete data), ignore these
437
- Small fix in the Linux shortcuts in order to conform better to the
438
  'Freedesktop Desktop Entry Specification'
439

                
440
+-----------------+
441
| NNTPGrab 0.3.93 |
442
+-----------------+
443

                
444
Released at Friday October 10 2008
445

                
446
== This is an unstable release! ==
447

                
448
- The program now shows whether downloaded files are fully complete,
449
  incomplete or not available at all
450
- Add the characters '(' and ')' to the list of forbidden characters in
451
  collection names due to a bug in par2cmdline
452
- Prevent the decoder from replacing any spaces with '_'
453
- Improved error processing in the decoder
454
- Prevent some false errors during the decode process
455
- The par2 repair wasn't started automatically anymore. Fixed
456
- Don't close the 'Adjust search parameters' section in the NZBCreator
457
  when no results are found during the search
458
- Fix an innocent warning which occured on GTK 2.14.0+ environments
459
- The decoder could mark the decoding as succeeded even when there was no
460
  disk space available. This problem happened on (async) NFS environments. Fixed
461
- The temporary files were deleted even if the decoding failed. This resulted in files
462
  having the 'Done' state. Fixed
463
- On decode errors, the error message 'Unknown decode error occured' was shown. This is
464
  now replaced with a more verbose message
465

                
466
+-----------------+
467
| NNTPGrab 0.3.92 |
468
+-----------------+
469

                
470
Released at Friday October 3 2008
471

                
472
== This is an unstable release! ==
473

                
474
- Rewritten the decoder by using yydeview instead of uulib.
475
  This fixes the bug where small files weren't decoded right
476
- If the decoder detects an incomplete files, the extension '.broken' is added to the filename
477
- On some Windows environments, the downloaded files would always be corrupt. Fixed
478
- Set the read timeout for NNTP connections to 30 seconds instead of 10 seconds.
479
  This should fix some unexpected disconnects on slow responding servers
480
- If a connection could not be made to the usenet server, reset the status
481
  of the file first before sleeping for 30 seconds so other download threads
482
  can retry downloading the file
483
- Compile fix for environments without GTK 2.10.0 or higher
484
- Don't verify the certificate in NNTP-over-SSL connections as several usenet
485
  providers (like Eweka) use self-signed certificates which breaks the verification
486
- Use the GTK function gtk_show_uri() to open the download folder and to execute
487
  downloaded files on environments with GTK 2.14.0 or higher
488
- Integrated the use_nss_compat_ossl patch in the regular build
489
- The Windows setup.exe was missing some files required for the webinterface. Fixed
490

                
491
+-----------------+
492
| NNTPGrab 0.3.91 |
493
+-----------------+
494

                
495
Released at Saturday September 13 2008
496

                
497
== This is an unstable release! ==
498

                
499
- Delete the selected files from the download queue when the  button is pressed
500
- When importing NZB files, remember the directory from which a NZB file was imported and
501
  automatically go to this directory the next time the user wants to import a NZB file
502
- Don't hide the window when the tray icon isn't shown
503
- On connection errors, sleep the download thread for 30 seconds and
504
  push the part back in the queue
505
- Don't mark parts as being downloaded on connection errors
506
- The decoder couldn't decode some files on Win32 environments
507
  (this resulted in 'No such file or directory' error message). Fixed
508
- Prevent the user from using illegal characters like *, !, " and ' for
509
  collection names
510
  as they cause issues when used as a path name
511
- Reverted commits 948 and 952 as they caused a regression with importing .nzb
512
  files from external sources (like a webbrowser) while using GTK 2.13.6 or higher
513
- The GUI of the NNTPGrab Server could freeze due to the use of
514
  some GTK functions in a different thread. Fixed
515
- Hide the NNTPGrab Server GUI on startup problems (unable to bind to port)
516
  (Previously the GUI would stay in a frozen state for a few seconds)
517
- Start the 'par2.exe' command from the same directory as the nntpgrab executable on Win32.
518
  This should fix the problem where sometimes the 'par2.exe' command could not be found
519
- Catch any error messages (stderr) from the 'par2' process and show them in the frontend
520
- Fixed a possible compilation failure which occured when libsoup isn't detected
521
- Fixed a possible crash when pressing the 'Cancel' button in the NZB Import dialog
522
- If the operating system supports both IPv4 and IPv6, listen on both in the NNTPGrab Server
523
- Initialisation errors in the NNTPGrab Server GUI could get lost. Fixed
524
- On Fedora and Win32, the NSS library is now used instead of OpenSSL for communication
525
  with usenet servers over SSL
526
- Collections containing non-UTF8 characters weren't repaired on Win32. Fixed
527
- Opening the download folder of collections and executing downloaded files
528
  containing non-UTF8 characters wasn't working on Win32. Fixed
529
- The menu items and the download queue context menu needed 2 clicks before they
530
  were shown on Win32. Fixed
531

                
532
+-----------------+
533
| NNTPGrab 0.3.90 |
534
+-----------------+
535

                
536
Released at Friday August 22 2008
537

                
538
== This is an unstable release! ==
539

                
540
- Added support for automatic NZB import. A folder can be monitored by the
541
  program and if an .nzb file is placed in this folder, the file will
542
  automatically be read and added to the download queue. Folders can be
543
  monitored on both the local computer and on the NNTPGrab Server. This feature
544
  requires GLib 2.16.0 or higher, but is unsupported on Mac OS X for the moment
545
- Added support for the NZBCreator service. This is a usenet search service
546
  which is fully integrated in the program. It is possible to search for
547
  files on the usenet using several filters and to import search results
548
  directly into the NNTPGrab download queue
549
- Added support for automatic PAR2 repair. After a collection is fully
550
  downloaded all the available PAR2 sets in the collection are verified
551
  using the external program 'par2cmdline'. Support for this feature is
552
  very basic at the moment due to various reasons, but will be improved
553
  in later versions of NNTPGrab
554
- Several new functions added to the PHP module:
555
  nntpgrab_connections_get_speed_history
556
  nntpgrab_utils_strip_subject
557
  nntpgrab_utils_calculate_file_size
558
  nntpgrab_utils_calculate_estimated_time_remaining
559
  nntpgrab_utils_get_readable_time_remaining
560
  nntpgrab_utils_get_readable_finished_time
561
- Added a GUI for the NNTPGrab Server (won't be used when ./configure --disable-gui
562
  is used or no graphical environment is running)
563
- In the NNTPGrab Server, when the program could not listen on port 5423, an
564
  popup dialog is now shown (when the GUI is enabled)
565
- Lowered total memory usage by using GSLice instead of malloc
566
- Reorganised the code infrastructure of the project in preparation for future features
567
- Use GIO functions to read NZB files on environments with GLib 2.16.0 or higher
568
  as this is more efficient
569

                
570
Contributions by Icheb and FrodoBaggins:
571
- Started work on a traffic monitor in the webinterface. This isn't
572
  visible yet in the webinterface
573

                
574

                
575
+----------------+
576
| NNTPGrab 0.3.3 |
577
+----------------+
578

                
579
Released at Saturday August 9 2008
580

                
581
- The list of available download folders wasn't generated when the 'config_changed' signal
582
  was already emitted. Fixed
583
- When generating the list of available download folder, the 'please wait' dialog could be blank. Fixed
584
- Fix a small memory leak
585
- Fix a possible deadlock which could occur when the schedular was paused and
586
  more than one file were waiting to be decoded
587
- When decoded files can't be saved, always stop the schedular
588
- When the state of the schedular changes (with an error message), show a notification balloon
589
- When the program is minimized and a NZB file is opened from an external program, deiconify
590
  the program first before handling the NZB file. This might fix the following error message
591
  which some users were having:
592
  file nzb.c: line 644 (on_filechooserNZB_file_set): should not be reached
593
- The message 'The list of available download folders is now being updated. Please wait a few seconds' could
594
  remain visible after changing the download or the temp folder. Fixed
595
- Show a popup message when the user tries to add a server with a servername which is already used
596
- Disable 'type-ahead-find' in the configuration tab as it could cause an assertion failure 
597
- NZB files opened from external sources sometimes didn't get shown. Added an ugly workaround for it
598

                
599
+----------------+
600
| NNTPGrab 0.3.2 |
601
+----------------+
602

                
603
Released at Saturday July 19 2008
604

                
605
- The NNTPGrab Server would always give an error message indicating the
606
  function 'freeaddrinfo' could not be found on Windows 2000 environments. Fixed
607
- When closing the 'Connect to NNTPGrab Server' dialog from the Networked GUI,
608
  the program would keep running. Fixed
609
- On connection errors in the Networked GUI, shut down the program properly
610
  instead of triggering the 'error reporting' facility
611
- The opening of .nzb files sometimes fails. On Mac OS X the program could
612
  even crash when opening an .nzb file (using the Finder) while the
613
  program isn't running yet. NNTPGrab Bugzilla #161
614
- Replaced the use of GStaticRWLock in the schedular by GStaticMutex.
615
  This should solve some locking problems
616
- Added a start menu shortcut for the NNTPGrab Server (Linux only)
617
- Several compilation fixes which are required to run NNTPGrab on older Linux environments
618
- The program wouldn't compile using Visual Studio without running the ./configure script. Fixed
619
- The calculation of the total_file_size and total_file_size_remaining in the
620
  webinterface was sometimes miscalculated. Reported by Chrashoverraid. Fixed
621
- When adding new files using the Networked GUI or the Webinterface, a crash could occur. Fixed
622
- The traffic monitor didn't work in the networked GUI and the webinterface on
623
  environments where GLib 2.14.0 or higher isn't installed. Fixed
624
- Add support for using NNTP-over-SSL with Astraweb
625
- NNTP-over-SSL connection problems were handled incorrectly. Fixed
626
- When decoding files, convert the filename to the utf-8 character encoding before saving it.
627
  This prevents the NNTPGrab download queue from getting corrupt. Bugzilla #163
628
- Updated the Configuration GUI so that everything in the interface is more consistent
629
- If a collection name contains invalid UTF-8 data, replace it with a space
630
- NZB files containing special characters couldn't get imported on Windows. Fixed
631
- Improved translations
632
- Some texts didn't got translated, Fixed
633

                
634
+----------------+
635
| NNTPGrab 0.3.1 |
636
+----------------+
637

                
638
Released at Wednesday June 11 2008
639

                
640
- On Windows, the program remained visible on the taskbar when using the tray
641
  icon functionality. Fixed, https://bugzilla.gnome.org/show_bug.cgi?id=537183
642
- When NNTPGrab 0.3.0 is run for the second time, all the download columns in
643
  the download queue could be hidden. Fixed
644
- The estimated time remaining and estimated time to finish of entire collections
645
  became invalid on large collections (4GB+) or large download queues. Fixed
646
- There was a possible race condition where multiple NNTPConnection objects
647
  could get initialized at the same time, resulting in strange error messages
648
  like "GLib-GObject-ERROR **: g_type_plugin_*() invalidly modified type
649
  'NNTPConnection'". This race condition is now fixed
650
- Small optimalisation in the generation of the download folder listing
651
- Don't build the list of available download folders everytime the program
652
  starts, only do this when the user actives this configuration - download folders tab.
653
- Show a small popup dialog while the list of download folders is being built
654
  (on Mac OS X this can take up to 10 seconds due to automount). Bugzilla #158
655
- When opening .nzb files, add them to the 'recently used files' list in the
656
  filechooser and the desktop environment (the latter for Linux only)
657
- Produce more sane error messages on Windows when a connect timeout occurs
658
  (fixes the 'No error' message)
659
- Fixed a small memory leak in the NNTP plugin
660
- Connections could keep hanging in the 'Idle' state. Fixed
661
- The 'connection_disconnect' signals wasn't emitted on all connection errors. Fixed
662
- On Windows, several error messages could get lost (or be 'No error'). Fixed
663
- Lowered the read timeout to 10 seconds. This should tackle usenet servers
664
  which take a very long time to respond on authentication failures, like Eweka
665
- The behaviour of the setsockopt function (to set timeouts) is different on Windows.. Fixed
666
- On startup, several 'There is no disk in the drive' dialogs could pop up on Windows. Fixed
667
- On uninstall of the Win32 version some files remained installed. Fixed
668

                
669
+----------------+
670
| NNTPGrab 0.3.0 |
671
+----------------+
672

                
673
Released at Saturday June 1 2008
674

                
675
- On connection failures, stop trying after 5 seconds. This change
676
  also causes the schedular to pause more quickly and the server
677
  configuration to process changes faster
678
- Added a filter to the NZB import filechooser component, so that by default
679
  only .nzb files are shown. An option to show all the files is also added
680
- On fresh installations, the download and temp directory weren't set
681
  up correctly. Fixed
682
- On fresh installations, no columns/contents were shown in the download
683
  queue. Fixed
684
- In the download and temp folder chooser component, perform a scroll and
685
  expand only if it was triggered by another frontend
686
- Opening .nzb files on Mac OS X while NNTPGrab wasn't running
687
  yet caused to NZB Import dialog to be blank. Fixed
688
- Small memory leaks fixed
689

                
690
+-----------------+
691
| NNTPGrab 0.2.91 |
692
+-----------------+
693

                
694
Released at Monday May 26 2008
695

                
696
== This is an unstable release! ==
697

                
698
- Added support for marking usenet servers as enabled/disabled
699
- Improved the installation directory discovery for Win32 environments
700
- The .nzb file associaton was broken for Win32. Fixed
701
- Several Visual Studio fixes
702
- The configuration of the download and temp folders should now work fine on Windows
703
- Disable drag&drop in the download queue as it is broken
704
- Added some hacks to get the PHP module to compile on OSX
705
- In some webserver environments, the webinterface could show some PHP code
706
  to the client. Fixed
707
- Search for the NNTPGrab plugins in the right folder (fixes 64bit
708
  /usr/lib64 compatibility)
709
- Use sane default values when the subject of a file could not be parsed
710
  successfully during the NZB import
711
- Prevent the user from running both the NNTPGrab Server and the Standalone
712
  GUI at the same time
713
- Create crash reports on Win32 when the NNTPGrab Server crashes
714
- On Win32, if the error WSAETIMEDOUT is triggered, keep trying again until
715
  a real timeout has occured
716
- Moved the Winsock initialisation to the main.c of the GUI and the NNTPGrab Server
717
- The NZB Import dialog could cause an (GTK internal) assertion error. Fixed
718
- Destroy the tray icon on shutdown of the GUI
719
- Removed a lot of unused code
720
- Lowered the memory usage by using fixed-size structures for all the signal processing
721
- Check for program updates from a seperate thread. Bugzilla #158
722
- Only show the notification-bubbles configuration when it is supported
723

                
724
+-----------------+
725
| NNTPGrab 0.2.90 |
726
+-----------------+
727

                
728
Released at Saturday May 17 2008
729

                
730
== This is an unstable release! ==
731

                
732
- Added support for downloading from multiple servers with multiple threads
733
- Each server can be assigned a priority (high, normal, low), so that parts
734
  are downloaded first from servers with a high priority before servers with
735
  a lower priority are tried
736
- Priority of items in the download queue can be changed
737
- Addition of network glue layer so frontend and backend can be seperated
738
  Due to this layer it is now possible to perform the downloads on another
739
  computer than the computer where the GUI is running
740
- Added the NNTPGrab Server. This program runs in the background and
741
  executes commands from the Networked GUI and the webinterface
742
- Added a Networked GUI, which is the same as the normal GUI, but can
743
  be used to control a NNTPGrab Server (running on a different computer)
744
- Added a PHP module with which the NNTPGrab server can be controlled
745
- Added a (basic) webinterface which uses the PHP module to communicate
746
  with the NNTPGrab Server
747
- Added support for a tray icon
748
- File association with .nzb files
749
- The file size remaining, estimated time remaining and estimated time to
750
  finish are now shown in the GUI
751
- The columns shown in the download queue can now be turned on and off
752
- Added support to drag-drop the columns in the download queue
753
- Improved Mac OS X integration
754
- New ./configure option added: --disable-gui. With this option set, the GUI
755
  won't be build and the GUI-specific configure tests will be skipped
756
- The plugins are now installed in $prefix/lib/nntpgrab instead of $prefix/lib
757
- The configuration tab of the GUI is fully redesigned
758
- Small optimalisation in the speed monitor, only redraw the graph when the
759
  GUI is shown. Ignore speed monitor updates when the GUI is hidden/minimized
760
- Added Visual Studio 2008 project files
761
- When importing NZB files, select all the files by default
762
- Detect if the NNTPGrab GUI is already running and if so, give focus
763
  to this already running instance
764
- If a file is being decoded and the resulting filename already exists, then
765
  the resulting file will be renamed so it contains a suffix and the original
766
  file remains intact
767
- Provide more user-friendly error messages on possible initialisation errors
768
- Validate the input in the server configuration dialog before saving it
769
- Don't use recv() calls with the MSG_PEEK flag anymore as this was causing
770
  problems (like kernel warnings about race conditions). Instead, use a buffer
771
  for all the received data and only read new data when necessary
772
- Don't keep the traffic monitor lock longer than necessary. Should better
773
  stabilize the traffic monitor while decoding files
774

                
775
Thanks to the following contributors:
776
- slazh, creating the webinterface
777
- Icheb, adding ajax support to the webinterface
778
- PascalW, providing code for .nzb file association under OSX
779
- Dr3am3r, bugreports, testing of the PHP module and NZB import for the webinterface
780

                
781
+----------------+
782
| NNTPGrab 0.2.5 |
783
+----------------+
784

                
785
Released at Tuesday April 29 2008
786

                
787
- The program could crash while decoding files. Fixed
788
- The total size of collections didn't got updated when a task was removed. Fixed
789
- The program could crash when there was no free disk space anymore to
790
  save downloaded parts. Fixed
791
- Fixed a small compiler warning
792

                
793
+----------------+
794
| NNTPGrab 0.2.4 |
795
+----------------+
796

                
797
Released at Saturday March 1 2008
798

                
799
- The program would always crash when using GTK 2.12.7 or higher. Fixed
800
- Fix a off-by-one error which could cause the program to crash while downloading
801
- Fix possible deadlock
802
- Don't send 'traffic_monitor_update' signals when there hasn't been any
803
  traffic for the last 10 seconds. Lowers the CPU usage when there aren't
804
  any downloads active
805
- During the program update check, the program will now check if there are
806
  new unstable versions available and notify the user about this
807

                
808
+----------------+
809
| NNTPGrab 0.2.3 |
810
+----------------+
811

                
812
Released at Saturday February 2 2008
813

                
814
- In some situations, the decoder component could crash. Fixed
815
- Only send a 'part_progress_update' every 1/10th second instead of for
816
  every 10KB of data received to lower the CPU usage
817
- Only write every 128KB of received data to the disk instead of for every
818
  chunk of data received
819
- Catch possible errors which can occur while saving the downloaded parts
820
- Several small memory leaks solved
821
- On Windows Vista the decoding would always fail with the message 'Invalid argument'. Fixed
822

                
823
+----------------+
824
| NNTPGrab 0.2.2 |
825
+----------------+
826

                
827
Released at Sunday Januari 27 2008
828

                
829
- In the Windows installation script, check if NNTPGrab is still
830
  running when the (un)installation program is started
831
- Drastically lower the memory usage in the NNTP code by using mmap'ed files
832
- Possible race condition during the initialisation of the program solved
833
- When the decoding is finished, try to rename (move) the decoded file first instead of copying
834
- Menu items didn't get translated when using GTK 2.12.0 or higher. Fixed
835
- The program would crash when the servername of an already existing server was changed. Fixed
836
- Possible endless loop fixed in the NNTP download code
837
- Strip any newline characters from messages which need to be pushed to the frontends
838
- Errors during the downloading of the parts could get lost by some compilers. Fixed
839
- Prevent a double free and a small memory leak
840
- Possible crash while changing the configuration fixed
841
- Another endless loop in the NNTP plugin should be solved. This should solve
842
  the 100% CPU usage and the freezes when trying to shutdown NNTPGrab
843
- Incorporated fixes and optimalisations from the PAN project to the uulib decoder component
844
- Possible crash which could occur on decoding errors fixed
845
- When there are decode errors and the users wants to remove the file
846
  which triggered the decode error, a deadlock would occur. Fixed
847
- Under Linux environments, the File Chooser component in the configuration
848
  part of the program could show wrong data. Hopefully fixed (might be a GTK bug)
849

                
850
+----------------+
851
| NNTPGrab 0.2.1 |
852
+----------------+
853

                
854
Released at Wednesday December 26 2007
855

                
856
- Possible crash in the NNTP plugin solved
857
- On Windows, NNTP connections were often reset while no errors had occured. Fixed
858
- Small bug in the update notification component fixed
859

                
860
+--------------+
861
| NNTPGrab 0.2 |
862
+--------------+
863

                
864
Released at Tuesday December 25 2007
865

                
866
- Quick NZB Import button added
867
- Context menu added to the download queue with the options 'Remove item(s)
868
  from download queue', 'Restart selected item(s)', 'Open download folder' and
869
  'Execute selected file'
870
- CPU usage lowered by using a hash table in the list with active connections
871
  (Bugzilla #145)
872
- Traffic monitor implemented. This traffic monitor shows the traffic of the
873
  last 10 seconds and the average speed of the last 3 seconds
874
- Donate button added
875
- NNTP-over-SSL implemented
876
- When importing a NZB file, you can now select to which collection the
877
  NZB should be added
878
- Connection-timeout-detection added
879
- Assertion error in the function 'part_download_start' solved
880
- Assertion error in the function 'connection_disconnect' solved
881
- Connection-reset-detection added. This fixes the behaviour where all the
882
  tasks in the download queue could be marked as 'done', while these aren't
883
  downloaded yet
884
- On decoding errors, a popup message is shown mentioning what went wrong
885
- Possible crashes during initialization of the program fixed
886
- Possible crash in the configuration object solved
887
- Program/start-menu icon added. Created by ArmiDuctor
888
- Some interface improvements in the NZB Import window
889
- Default position of all the windows changed to 'center on parent'
890
- Error messages occuring on read and write errors could get lost. Fixed
891
- When importing a NZB file for a second time without closing the window, all
892
  the previous NZB data would remain visible. Fixed
893
- When NNTPGrab was shut down while a decode still needed to take place, the
894
  decode would not occur the next time NNTPGrab was started. Fixed
895
- Don't remove the part-files on decode errors
896
- Added a seperate configure-check for the program 'msgfmt' to work around
897
  a bug in intltool 0.36.2 (or lower) which could cause compile problems
898
- Some 64bit platform fixes
899
- Possible deadlock while trying to remove items from the queue fixed. Bugzilla #152
900
- The program wasn't able to connect to some usenet servers like 'usenetserver'. Fixed
901
- When importing NZB files, the .nzb extension is stripped from the filename
902
  and this name is used (by default) for the collection name.
903

                
904
+--------------+
905
| NNTPGrab 0.1 |
906
+--------------+
907

                
908
Released at Thursday November 29 2007
909

                
910
- First release
911