aboutsummaryrefslogtreecommitdiffstats
path: root/www/mediawiki113
diff options
context:
space:
mode:
Diffstat (limited to 'www/mediawiki113')
-rw-r--r--www/mediawiki113/Makefile2
-rw-r--r--www/mediawiki113/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mediawiki113/Makefile b/www/mediawiki113/Makefile
index 8f7511c4b63c..96fe07d4f0fa 100644
--- a/www/mediawiki113/Makefile
+++ b/www/mediawiki113/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mediawiki
-PORTVERSION= 1.10.0
+PORTVERSION= 1.10.1
CATEGORIES= www
MASTER_SITES= http://download.wikimedia.org/mediawiki/1.10/
diff --git a/www/mediawiki113/distinfo b/www/mediawiki113/distinfo
index 64a78f7abf2d..12510a80efa2 100644
--- a/www/mediawiki113/distinfo
+++ b/www/mediawiki113/distinfo
@@ -1,3 +1,3 @@
-MD5 (mediawiki-1.10.0.tar.gz) = 78733fece881e7d3c2c1e6859493ed06
-SHA256 (mediawiki-1.10.0.tar.gz) = d32aec366122f102b2029eb7b549437e4cdc70146640833d82e40cea2c89cdbe
-SIZE (mediawiki-1.10.0.tar.gz) = 4373927
+MD5 (mediawiki-1.10.1.tar.gz) = 7c8c938cf3ca57cecf6192ca54c33859
+SHA256 (mediawiki-1.10.1.tar.gz) = dc7029db5d2292abb9c08cd8207d73821fb86d410b906d63f64eaec238d59865
+SIZE (mediawiki-1.10.1.tar.gz) = 4374489
'2009-08-11 04:36:09 +0800'>2009-08-113-2/+16 * Bug #590392 - Show selected day in day view's second timezone columnMilan Crha2009-08-112-3/+9 * Bug #328361 - Support for "Fifth Sunday *of the month*"Marcel Stimberg2009-08-111-0/+7 * Bug #325611 - Rephrased translators commentsMilan Crha2009-08-111-2/+2 * Bug #514725 - Critical warnings with appointmentsMilan Crha2009-08-112-20/+31 * Bug #273535 - Meeting request with attachments has bogus CID valueMilan Crha2009-08-113-8/+23 * Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-1110-459/+396 * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-114-1/+22 * More refactoring of settings management.Matthew Barnes2009-08-0930-3601/+971 * More refactoring of settings management.Matthew Barnes2009-08-065-100/+80 * Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-062-4/+0 * Replace more "config" classes with property bindings.Matthew Barnes2009-08-0645-3150/+1558 * Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-0/+48 * Add properties to calendar classes.Matthew Barnes2009-07-3116-1600/+1003 * Trimming redundancy.Matthew Barnes2009-07-2921-330/+314 * Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-292-2/+42 * Bug #575581 - All Day Events Should Not Depend On Calendar ScrollingMilan Crha2009-07-292-5/+10 * Bug #579646 - Remember alarm's last notified per calendarMilan Crha2009-07-293-20/+46 * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-284-5/+12 |\ | * Bug #583527 display reply and reply-all fields for all backends.Chenthill Palanisamy2009-07-201-2/+2 | * Kill some obsolete utility functions.Matthew Barnes2009-07-191-1/+3 | * More whitespace cleanup.Matthew Barnes2009-07-1926-76/+76 * | Fix distcheck errors.Matthew Barnes2009-07-285-5/+0 * | Start re-enabling parts of the calendar.Matthew Barnes2009-07-282-54/+0 * | Fix a crash on exit.Matthew Barnes2009-07-281-2/+0 * | Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-285-149/+69 * | Kill CalSearchBar.Matthew Barnes2009-07-286-1128/+19 * | Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-264-80/+84 * | Remove GtkVPaned stuff from GnomeCalendar.Matthew Barnes2009-07-253-101/+0 * | Add EMonthView, a simple subclass of EWeekView.Matthew Barnes2009-07-245-281/+462 * | Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-249-114/+91 * | Some minor fixes before I dive into calendar again.Matthew Barnes2009-07-242-3/+2 * | More whitespace cleanup.Matthew Barnes2009-07-1925-73/+73 * | Fix some leftover merge artifacts.Matthew Barnes2009-07-161-154/+0 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-152-1/+155 |\| | * Pick the user_org from comp editor flags.Chenthill Palanisamy2009-07-141-1/+1 | * Fix excessive whitespace.Matthew Barnes2009-07-13107-679/+0 * | Fix excessive whitespace.Matthew Barnes2009-07-14107-631/+0 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-1116-82/+283 |\| | * Bug #240605 - auto-select next day at midnight in selected day viewMilan Crha2009-07-101-0/+18 | * Bug #425582 - Calendar Alarm Display is not noticable enoughMilan Crha2009-07-093-43/+128 | * Bug #238058 - Show more from summary for events with iconsMilan Crha2009-07-092-8/+14 | * Bug #251694 - Highlight current day in a calendarMilan Crha2009-07-038-16/+61 | * Bug #236996 - Calendar display for weekends in month viewMilan Crha2009-07-033-2/+49 | * Kill EConfigListener.Matthew Barnes2009-07-033-21/+22 | * Bug #252296 - Do not preset alarm for all day eventsMilan Crha2009-07-038-13/+13 * | Kill EConfigListener.Matthew Barnes2009-07-033-21/+22 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-014-18/+37 |\| | * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-019-9/+9 | * Bug #245723 - Show days with transparent events in italicMilan Crha2009-06-301-4/+10 | * Bug #238058 - Show more from summary for events with iconsMilan Crha2009-06-302-10/+11 | * Bug #513451 - Select Today for calendar views on the first showingMilan Crha2009-06-191-4/+16 | * Stop abusing forward declarations.Matthew Barnes2009-06-196-41/+41 | * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1918-113/+35 | * Fix coding style.Matthew Barnes2009-06-144-8/+8 | * Avoid the console popping while evolution running on windowsFridrich Strba2009-06-051-0/+4 | * Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-055-14/+15 | * libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-051-1/+1 | * Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-81/+139 | * More code cleanup.Matthew Barnes2009-06-0245-151/+151 | * Whitespace cleanup.Matthew Barnes2009-05-2955-332/+332 | * Prefer GLib basic types over C types.Matthew Barnes2009-05-29142-2110/+2110 | * Remove trailing whitespace, again.Matthew Barnes2009-05-29225-324/+324 * | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-019-9/+9 * | Radically reorganize source code.Matthew Barnes2009-06-2574-17270/+26 * | Don't install libcal-gui.so.Matthew Barnes2009-06-201-1/+1 * | Fix similar weak pointer issues throughout.Matthew Barnes2009-06-203-0/+18 * | Fix "make distcheck" errors.Matthew Barnes2009-06-208-11/+8 * | Stop abusing forward declarations.Matthew Barnes2009-06-195-33/+35 * | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-18